1
0
Fork 0

(svn r23650) -Fix: wrong functions were filtered for AI/GameScript doxygen documentation

release/1.2
yexo 2011-12-21 14:30:08 +00:00
parent 5f7268cbdc
commit a55478aaa6
1 changed files with 2 additions and 2 deletions

View File

@ -118,8 +118,8 @@ BEGIN {
/^( *)private/ { if (cls_level == 1) comment_buffer = ""; public = "false"; next; }
# Ignore special doxygen blocks
/^#ifndef DOXYGEN_API/ { doxygen_skip = "next"; next; }
/^#ifdef DOXYGEN_API/ { doxygen_skip = "true"; next; }
/^#ifndef DOXYGEN_API/ { doxygen_skip = "true"; next; }
/^#ifdef DOXYGEN_API/ { doxygen_skip = "next"; next; }
/^#endif \/\* DOXYGEN_API \*\// { doxygen_skip = "false"; next; }
/^#else/ {
if (doxygen_skip == "next") {