(svn r23371) -Change: rename the DOXYGEN_AI_DOCS tag to DOXYGEN_API
This commit is contained in:
@@ -206,7 +206,7 @@ EXPAND_ONLY_PREDEF = YES
|
||||
SEARCH_INCLUDES = YES
|
||||
INCLUDE_PATH =
|
||||
INCLUDE_FILE_PATTERNS =
|
||||
PREDEFINED = DOXYGEN_AI_DOCS
|
||||
PREDEFINED = DOXYGEN_API
|
||||
EXPAND_AS_DEFINED = DEF_COMMAND
|
||||
SKIP_FUNCTION_MACROS = YES
|
||||
#---------------------------------------------------------------------------
|
||||
|
@@ -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
|
||||
|
@@ -159,9 +159,9 @@ BEGIN {
|
||||
/^( *)private/ { if (cls_level == 1) public = "false"; next; }
|
||||
|
||||
# Ignore special doxygen blocks
|
||||
/^#ifndef DOXYGEN_AI_DOCS/ { doxygen_skip = "next"; next; }
|
||||
/^#ifdef DOXYGEN_AI_DOCS/ { doxygen_skip = "true"; next; }
|
||||
/^#endif \/\* DOXYGEN_AI_DOCS \*\// { doxygen_skip = "false"; next; }
|
||||
/^#ifndef DOXYGEN_API/ { doxygen_skip = "next"; next; }
|
||||
/^#ifdef DOXYGEN_API/ { doxygen_skip = "true"; next; }
|
||||
/^#endif \/\* DOXYGEN_API \*\// { doxygen_skip = "false"; next; }
|
||||
/^#else/ {
|
||||
if (doxygen_skip == "next") {
|
||||
doxygen_skip = "true";
|
||||
|
Reference in New Issue
Block a user