(svn r13394) [NoAI] -Fix: make sure Doxygen gives a valid link for SorterType noai
authortruebrain
Fri, 06 Jun 2008 09:28:46 +0000
branchnoai
changeset 10843 d307cacb3229
parent 10842 681a3954232a
child 10844 affb2821fb9f
(svn r13394) [NoAI] -Fix: make sure Doxygen gives a valid link for SorterType
src/ai/api/ai_abstractlist.hpp
--- a/src/ai/api/ai_abstractlist.hpp	Fri Jun 06 09:21:06 2008 +0000
+++ b/src/ai/api/ai_abstractlist.hpp	Fri Jun 06 09:28:46 2008 +0000
@@ -21,8 +21,8 @@
 
 	/** Type of sorter */
 	enum SorterType {
-		SORT_BY_VALUE,
-		SORT_BY_ITEM,
+		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: