From 99cb47a3825f370e19adacd1ad1e6241eccb99f9 Mon Sep 17 00:00:00 2001 From: yexo Date: Sun, 1 Aug 2010 19:36:36 +0000 Subject: (svn r20284) -Codechange: use ///< for single-line doxygen comments in the AI code --- src/ai/api/ai_waypoint.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/ai/api/ai_waypoint.hpp') diff --git a/src/ai/api/ai_waypoint.hpp b/src/ai/api/ai_waypoint.hpp index 030bb08c2..2bbb0f4a4 100644 --- a/src/ai/api/ai_waypoint.hpp +++ b/src/ai/api/ai_waypoint.hpp @@ -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 }; /** -- cgit v1.2.3-54-g00ecf