(svn r20284) -Codechange: use ///< for single-line doxygen comments in the AI code
This commit is contained in:
@@ -27,9 +27,9 @@ public:
|
||||
* the adjacent/distant join features are enabled.
|
||||
*/
|
||||
enum SpecialStationIDs {
|
||||
STATION_NEW = 0xFFFD, //!< Build a new station
|
||||
STATION_JOIN_ADJACENT = 0xFFFE, //!< Join an neighbouring station if one exists
|
||||
STATION_INVALID = 0xFFFF, //!< Invalid station id.
|
||||
STATION_NEW = 0xFFFD, ///< Build a new station
|
||||
STATION_JOIN_ADJACENT = 0xFFFE, ///< Join an neighbouring station if one exists
|
||||
STATION_INVALID = 0xFFFF, ///< Invalid station id.
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user