From b70d9976c3e0ee18a8273a48ee7ffa08b35a3b59 Mon Sep 17 00:00:00 2001 From: Zhanna Tsitkov Date: Mon, 1 Aug 2011 15:18:21 +0000 Subject: Option to add API documentation to the Sphinx doc tree git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25065 dc483132-0cff-0310-8789-dd5450dbe970 --- src/Doxyfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/Doxyfile b/src/Doxyfile index 954b12075..86cf56b13 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 -- cgit