summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHakan Ardo <hakan@debian.org>2014-01-12 12:17:06 (GMT)
committerHakan Ardo <hakan@debian.org>2014-01-12 12:17:06 (GMT)
commitc5bc9fc8c407aac845d594b2685d0c92699727d8 (patch)
tree8f2cbc06fbf0025c03f7bc60914e488064b7627c
parent09a5fc198a98d697d3e50c1c76392b8373f1af12 (diff)
downloadDoxygen-c5bc9fc8c407aac845d594b2685d0c92699727d8.zip
Doxygen-c5bc9fc8c407aac845d594b2685d0c92699727d8.tar.gz
Doxygen-c5bc9fc8c407aac845d594b2685d0c92699727d8.tar.bz2
add parameter
-rw-r--r--src/config.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/config.xml b/src/config.xml
index ecf784c..90890f8 100644
--- a/src/config.xml
+++ b/src/config.xml
@@ -2689,6 +2689,15 @@ EXTRA_PACKAGES=times
]]>
</docs>
</option>
+ <option type='string' id='MAN_SUBDIR' format='string' defval='man3' depends='GENERATE_MAN'>
+ <docs>
+<![CDATA[
+ The \c MAN_SUBDIR tag determines the name of the directory created within \c MAN_OUTPUT
+ in which the man pages are placed. If defaults to man followed by \c MAN_EXTENSION
+ with the initial . removed.
+]]>
+ </docs>
+ </option>
<option type='bool' id='MAN_LINKS' defval='0' depends='GENERATE_MAN'>
<docs>
<![CDATA[