(svn r16510) -Doc: silence some (AI) doxygen warnings by adding comments about the appropriate things.

This commit is contained in:
rubidium
2009-06-03 18:47:08 +00:00
parent 13c69b897e
commit caf98238e3
8 changed files with 85 additions and 58 deletions

View File

@@ -15,6 +15,9 @@ class AIWaypoint : public AIObject {
public:
static const char *GetClassName() { return "AIWaypoint"; }
/**
* Special waypoint IDs signalling different kinds of waypoints.
*/
enum SpecialWaypointIDs {
WAYPOINT_INVALID = 0xFFFF, //!< An invalid WaypointID.
};