Author: takkaria
Date: Sun Jun 22 22:05:07 2008
New Revision: 4425
URL:
http://source.netsurf-browser.org?rev=4425&view=rev
Log:
Make the doxygen file a bit more useful, and also let it output man files for quick
reference.
Modified:
trunk/hubbub/docs/doxygen.conf
Modified: trunk/hubbub/docs/doxygen.conf
URL:
http://source.netsurf-browser.org/trunk/hubbub/docs/doxygen.conf?rev=4425...
==============================================================================
--- trunk/hubbub/docs/doxygen.conf (original)
+++ trunk/hubbub/docs/doxygen.conf Sun Jun 22 22:05:07 2008
@@ -137,7 +137,7 @@
# comments will behave just like regular Qt-style comments
# (thus requiring an explicit @brief command for a brief description.)
-JAVADOC_AUTOBRIEF = NO
+JAVADOC_AUTOBRIEF = YES
# If the QT_AUTOBRIEF tag is set to YES then Doxygen will
# interpret the first line (until the first dot) of a Qt-style
@@ -965,7 +965,7 @@
# If the GENERATE_MAN tag is set to YES (the default) Doxygen will
# generate man pages
-GENERATE_MAN = NO
+GENERATE_MAN = YES
# The MAN_OUTPUT tag is used to specify where the man pages will be put.
# If a relative path is entered the value of OUTPUT_DIRECTORY will be
@@ -984,7 +984,7 @@
# 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 = NO
+MAN_LINKS = YES
#---------------------------------------------------------------------------
# configuration options related to the XML output