(svn r23371) -Change: rename the DOXYGEN_AI_DOCS tag to DOXYGEN_API

This commit is contained in:
truebrain
2011-11-29 23:27:34 +00:00
parent 4d91f645c1
commit 549e072041
8 changed files with 14 additions and 16 deletions

View File

@@ -237,7 +237,7 @@ public:
*/
void KeepList(ScriptList *list);
#ifndef DOXYGEN_AI_DOCS
#ifndef DOXYGEN_API
/**
* Used for 'foreach()' and [] get from Squirrel.
*/
@@ -278,7 +278,7 @@ public:
* list.Valuate(MyVal, 12);
*/
void Valuate(void *valuator_function, int params, ...);
#endif /* DOXYGEN_AI_DOCS */
#endif /* DOXYGEN_API */
};
#endif /* SCRIPT_LIST_HPP */