(svn r22396) -Document: some AI doxygen stuff
This commit is contained in:
@@ -29,8 +29,8 @@ public:
|
||||
static const char *GetClassName() { return "AITestMode"; }
|
||||
|
||||
private:
|
||||
AIModeProc *last_mode;
|
||||
AIObject *last_instance;
|
||||
AIModeProc *last_mode; ///< The previous mode we were in.
|
||||
AIObject *last_instance; ///< The previous instace of the mode.
|
||||
|
||||
protected:
|
||||
/**
|
||||
|
Reference in New Issue
Block a user