From 549e072041b06d72f7c832f94e609222045ccd13 Mon Sep 17 00:00:00 2001 From: truebrain Date: Tue, 29 Nov 2011 23:27:34 +0000 Subject: (svn r23371) -Change: rename the DOXYGEN_AI_DOCS tag to DOXYGEN_API --- src/script/api/script_list.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/script/api/script_list.hpp') diff --git a/src/script/api/script_list.hpp b/src/script/api/script_list.hpp index c38315763..42655e950 100644 --- a/src/script/api/script_list.hpp +++ b/src/script/api/script_list.hpp @@ -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 */ -- cgit v1.2.3-70-g09d2