diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Doxyfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Doxyfile b/src/Doxyfile index 954b120759..86cf56b133 100644 --- a/src/Doxyfile +++ b/src/Doxyfile @@ -1273,7 +1273,7 @@ MAN_LINKS = NO # generate an XML file that captures the structure of # the code including all documentation. -GENERATE_XML = YES +GENERATE_XML = NO # The XML_OUTPUT tag is used to specify where the XML pages will be put. # If a relative path is entered the value of OUTPUT_DIRECTORY will be @@ -1435,7 +1435,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 = ../PolyVox.tag +# GENERATE_TAGFILE = krb5doxy.tag # 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 |