diff options
author | Zhanna Tsitkov <tsitkova@mit.edu> | 2011-08-01 15:18:21 +0000 |
---|---|---|
committer | Zhanna Tsitkov <tsitkova@mit.edu> | 2011-08-01 15:18:21 +0000 |
commit | b70d9976c3e0ee18a8273a48ee7ffa08b35a3b59 (patch) | |
tree | 259398de05a7f6d8bab27f91a880452a8bda3428 /src | |
parent | c19bf9ce9e8a801bf51803680b17ac32cfc9d8d2 (diff) | |
download | krb5-b70d9976c3e0ee18a8273a48ee7ffa08b35a3b59.tar.gz krb5-b70d9976c3e0ee18a8273a48ee7ffa08b35a3b59.tar.xz krb5-b70d9976c3e0ee18a8273a48ee7ffa08b35a3b59.zip |
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
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 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 |