(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

@@ -103,11 +103,11 @@ public:
static void Print(bool error_msg, const char *message);
private:
typedef std::map<const char *, const char *, StringCompare> LoadedLibraryList;
typedef std::map<const char *, const char *, StringCompare> LoadedLibraryList; ///< The type for loaded libraries.
uint ticks;
LoadedLibraryList loaded_library;
int loaded_library_count;
uint ticks; ///< The amount of ticks we're sleeping.
LoadedLibraryList loaded_library; ///< The libraries we loaded.
int loaded_library_count; ///< The amount of libraries.
/**
* Register all classes that are known inside the NoAI API.