From Jean-Christophe Lombardo and Robert Osfield, added

BUILD_REF_DOCS_SEARCHENGINE and BUILD_REF_DOCS_TAGFILE options for being
doxygen docs.
This commit is contained in:
Robert Osfield
2008-01-28 18:29:38 +00:00
parent ed1e21a9bc
commit 1203cb71a7
2 changed files with 23 additions and 7 deletions

View File

@@ -969,7 +969,7 @@ TAGFILES =
# When a file name is specified after GENERATE_TAGFILE, doxygen will create
# a tag file that is based on the input files it reads.
GENERATE_TAGFILE =
GENERATE_TAGFILE = ${GENERATE_TAGFILE}
# If the ALLEXTERNALS tag is set to YES all external classes will be listed
# in the class index. If set to NO only the inherited external classes
@@ -1128,4 +1128,5 @@ DOT_CLEANUP = YES
# The SEARCHENGINE tag specifies whether or not a search engine should be
# used. If set to NO the values of all tags below this one will be ignored.
SEARCHENGINE = NO
SEARCHENGINE = ${SEARCHENGINE}