(svn r20284) -Codechange: use ///< for single-line doxygen comments in the AI code
This commit is contained in:
@@ -27,9 +27,9 @@ public:
|
||||
*/
|
||||
enum GroupID {
|
||||
/* Values are important, as they represent the internal state of the game (see group_type.h). */
|
||||
GROUP_ALL = 0xFFFD, //!< All vehicles are in this group.
|
||||
GROUP_DEFAULT = 0xFFFE, //!< Vehicles not put in any other group are in this one.
|
||||
GROUP_INVALID = 0xFFFF, //!< An invalid group id.
|
||||
GROUP_ALL = 0xFFFD, ///< All vehicles are in this group.
|
||||
GROUP_DEFAULT = 0xFFFE, ///< Vehicles not put in any other group are in this one.
|
||||
GROUP_INVALID = 0xFFFF, ///< An invalid group id.
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user