diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2000-06-26 17:35:59 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2000-06-26 17:35:59 (GMT) |
commit | 9b28530018c59ce65519f49e8095ecd58b082c87 (patch) | |
tree | 78111ed84b197aa04979dadf9a7bdc9dcf46854f /doc | |
parent | 7d9031583b2a1cc2374a54f5004ed2dd4a61e649 (diff) | |
download | Doxygen-9b28530018c59ce65519f49e8095ecd58b082c87.zip Doxygen-9b28530018c59ce65519f49e8095ecd58b082c87.tar.gz Doxygen-9b28530018c59ce65519f49e8095ecd58b082c87.tar.bz2 |
Fixed small bug
Diffstat (limited to 'doc')
-rw-r--r-- | doc/config.doc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/config.doc b/doc/config.doc index dc909da..55774fb 100644 --- a/doc/config.doc +++ b/doc/config.doc @@ -837,13 +837,13 @@ EXTRA_PACKAGES = times put in front of it. If left blank `man' will be used as the default path. A directory man3 will be created inside the directory specified by \c MAN_OUTPUT. -</dl> \anchor cfg_man_extension <dt>\c MAN_EXTENSION <dd> \addindex MAX_EXTENSION The \c MAN_EXTENSION tag determines the extension that is added to the generated man pages (default is the subroutine's section .3) +</dl> \subsection config_prepro Preprocessor related options \anchor cfg_enable_preprocessing |