summaryrefslogtreecommitdiff
path: root/src/ai/api/ai_info_docs.hpp
diff options
context:
space:
mode:
authortruebrain <truebrain@openttd.org>2011-11-29 23:27:34 +0000
committertruebrain <truebrain@openttd.org>2011-11-29 23:27:34 +0000
commit549e072041b06d72f7c832f94e609222045ccd13 (patch)
treede1d37df2f321be2d3612242f8648209f904c82e /src/ai/api/ai_info_docs.hpp
parent4d91f645c15bb3128adf969afcf7f15bd0f14fa0 (diff)
downloadopenttd-549e072041b06d72f7c832f94e609222045ccd13.tar.xz
(svn r23371) -Change: rename the DOXYGEN_AI_DOCS tag to DOXYGEN_API
Diffstat (limited to 'src/ai/api/ai_info_docs.hpp')
-rw-r--r--src/ai/api/ai_info_docs.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ai/api/ai_info_docs.hpp b/src/ai/api/ai_info_docs.hpp
index 74edcfbb4..1f8f8b1fb 100644
--- a/src/ai/api/ai_info_docs.hpp
+++ b/src/ai/api/ai_info_docs.hpp
@@ -10,7 +10,7 @@
/** @file ai_info_docs.hpp Description of the functions an AI can/must provide in AIInfo. */
/* This file exists purely for doxygen purposes. */
-#ifdef DOXYGEN_AI_DOCS
+
/**
* 'Abstract' class of the class AIs/AI libraries use to register themselves.
*
@@ -241,4 +241,3 @@ public:
*/
void AddLabels(const char *setting_name, table value_names);
};
-#endif