(svn r20284) -Codechange: use ///< for single-line doxygen comments in the AI code
This commit is contained in:
@@ -28,9 +28,9 @@ public:
|
||||
*/
|
||||
enum WaypointType {
|
||||
/* Values are important, as they represent the internal state of the game. */
|
||||
WAYPOINT_RAIL = 0x01, //!< Rail waypoint
|
||||
WAYPOINT_BUOY = 0x10, //!< Buoy
|
||||
WAYPOINT_ANY = 0x11, //!< All waypoint types
|
||||
WAYPOINT_RAIL = 0x01, ///< Rail waypoint
|
||||
WAYPOINT_BUOY = 0x10, ///< Buoy
|
||||
WAYPOINT_ANY = 0x11, ///< All waypoint types
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user