diff options
author | Wolf Bergenheim <ext-wolf.2.bergenheim@nokia.com> | 2010-10-20 12:43:19 +0300 |
---|---|---|
committer | Wolf Bergenheim <ext-wolf.2.bergenheim@nokia.com> | 2010-10-20 12:43:19 +0300 |
commit | dbe04a0f6a5017e6be7699be195cbbb0d52c4c00 (patch) | |
tree | 544fea1145ec21ccd794fdbbb8e2e7edbaebf480 /libresourceqt/Doxyfile | |
parent | 44f9722fb3474fa891a72c72ca06c891ed7fa3e5 (diff) | |
download | libresourceqt-dbe04a0f6a5017e6be7699be195cbbb0d52c4c00.tar.gz |
Also generate man pages and xml formatted documentation
Diffstat (limited to 'libresourceqt/Doxyfile')
-rw-r--r-- | libresourceqt/Doxyfile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libresourceqt/Doxyfile b/libresourceqt/Doxyfile index f493c9a..6f7eeee 100644 --- a/libresourceqt/Doxyfile +++ b/libresourceqt/Doxyfile @@ -53,7 +53,6 @@ CREATE_SUBDIRS = NO # documentation generated by doxygen is written. Doxygen will use this # information to generate all constant output in the proper language. # The default language is English, other supported languages are: -# Afrikaans, Arabic, Brazilian, Catalan, Chinese, Chinese-Traditional, # Croatian, Czech, Danish, Dutch, Farsi, Finnish, French, German, Greek, # Hungarian, Italian, Japanese, Japanese-en (Japanese with English messages), # Korean, Korean-en, Lithuanian, Norwegian, Macedonian, Persian, Polish, @@ -1116,7 +1115,7 @@ MAN_EXTENSION = .3 # only source the real man page, but without them the man command # would be unable to find the correct page. The default is NO. -MAN_LINKS = YES +MAN_LINKS = NO #--------------------------------------------------------------------------- # configuration options related to the XML output @@ -1126,7 +1125,7 @@ MAN_LINKS = YES # generate an XML file that captures the structure of # the code including all documentation. -GENERATE_XML = NO +GENERATE_XML = YES # 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 |