From dbe04a0f6a5017e6be7699be195cbbb0d52c4c00 Mon Sep 17 00:00:00 2001 From: Wolf Bergenheim Date: Wed, 20 Oct 2010 12:43:19 +0300 Subject: Also generate man pages and xml formatted documentation --- libresourceqt/Doxyfile | 5 ++--- 1 file 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 -- cgit v1.2.3