(svn r23201) -Doc: [NoAI] Hide all contents of AIObject from the API documentation as AIs were never able to use it anyway

This commit is contained in:
yexo
2011-11-12 18:48:21 +00:00
parent e963ff9cf9
commit 924a5e06b3
9 changed files with 13 additions and 18 deletions

View File

@@ -239,7 +239,7 @@ public:
*/
void KeepList(AIList *list);
#ifndef DOXYGEN_SKIP
#ifndef DOXYGEN_AI_DOCS
/**
* Used for 'foreach()' and [] get from Squirrel.
*/
@@ -280,7 +280,7 @@ public:
* list.Valuate(MyVal, 12);
*/
void Valuate(void *valuator_function, int params, ...);
#endif /* DOXYGEN_SKIP */
#endif /* DOXYGEN_AI_DOCS */
};
#endif /* AI_LIST_HPP */