summaryrefslogtreecommitdiff
path: root/src/ai/api/ai_list.hpp
diff options
context:
space:
mode:
authoryexo <yexo@openttd.org>2011-11-12 18:48:21 +0000
committeryexo <yexo@openttd.org>2011-11-12 18:48:21 +0000
commit924a5e06b354b573412201e58bc95b39aabf2183 (patch)
tree05754ac894120c2c19e8286adf10808506454501 /src/ai/api/ai_list.hpp
parente963ff9cf96dc7fdab38ff1868aba1ab79d4fdce (diff)
downloadopenttd-924a5e06b354b573412201e58bc95b39aabf2183.tar.xz
(svn r23201) -Doc: [NoAI] Hide all contents of AIObject from the API documentation as AIs were never able to use it anyway
Diffstat (limited to 'src/ai/api/ai_list.hpp')
-rw-r--r--src/ai/api/ai_list.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ai/api/ai_list.hpp b/src/ai/api/ai_list.hpp
index ce1c8e04e..05f7aeb4c 100644
--- a/src/ai/api/ai_list.hpp
+++ b/src/ai/api/ai_list.hpp
@@ -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 */