(svn r15520) -Cleanup [NoAI]: Fix some typos, unify the comment style and update some documentation since a few enums have been renamed.
This commit is contained in:
@@ -21,8 +21,8 @@ public:
|
||||
|
||||
/** Type of sorter */
|
||||
enum SorterType {
|
||||
SORT_BY_VALUE, ///< Sort the list based on the value of the item.
|
||||
SORT_BY_ITEM, ///< Sort the list based on the item itself.
|
||||
SORT_BY_VALUE, //!< Sort the list based on the value of the item.
|
||||
SORT_BY_ITEM, //!< Sort the list based on the item itself.
|
||||
};
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user