(svn r22396) -Document: some AI doxygen stuff

This commit is contained in:
rubidium
2011-05-01 09:24:19 +00:00
parent abc2352537
commit 70c7ec30b1
18 changed files with 199 additions and 116 deletions

View File

@@ -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:
/**