summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-02-28 18:05:36 +0100
committerAndreas Baumann <abaumann@yahoo.com>2009-02-28 18:05:36 +0100
commit1a8cac055793eaf8a427e92e4c24077f574a198d (patch)
tree15d654d1d2858fbbdb6b5857b1a1f63bfaf8b0d4 /docs
parent2bf01ac70421275a3e06aa4885ab09874425c653 (diff)
downloadwolfbones-1a8cac055793eaf8a427e92e4c24077f574a198d.tar.gz
wolfbones-1a8cac055793eaf8a427e92e4c24077f574a198d.tar.bz2
enabled generation of manpages from the API documentation
Diffstat (limited to 'docs')
-rw-r--r--docs/doxygen.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/doxygen.conf b/docs/doxygen.conf
index cb046de..2baf1cd 100644
--- a/docs/doxygen.conf
+++ b/docs/doxygen.conf
@@ -1059,7 +1059,7 @@ RTF_EXTENSIONS_FILE =
# 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
@@ -1078,7 +1078,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 = NO
+MAN_LINKS = YES
#---------------------------------------------------------------------------
# configuration options related to the XML output