forked from mirror/OpenTTD
(svn r25579) -Fix [FS#5642] (r25577): doxygen generation failed + typo fix
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user