Changeset - r20551:582529d7fba1
[Not reviewed]
master
0 1 0
rubidium - 11 years ago 2013-07-10 15:38:42
rubidium@openttd.org
(svn r25579) -Fix [FS#5642] (r25577): doxygen generation failed + typo fix
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
src/script/api/script_list.hpp
Show inline comments
 
@@ -33,7 +33,7 @@ public:
 

	
 
	/** Sort ascending */
 
	static const bool SORT_ASCENDING = true;
 
	/** Sort descnding */
 
	/** Sort descending */
 
	static const bool SORT_DESCENDING = false;
 

	
 
private:
 
@@ -63,7 +63,7 @@ public:
 
	void AddItem(int32 item, int32 value);
 
#else
 
	void AddItem(int32 item, int32 value = 0);
 
#endif
 
#endif /* DOXYGEN_API */
 

	
 
	/**
 
	 * Remove a single item from the list.
0 comments (0 inline, 0 general)