diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2000-06-26 17:35:59 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2000-06-26 17:35:59 (GMT) |
commit | 1b2fd16cd8ed1830a7743a55dc1b9ec3ec59ad98 (patch) | |
tree | 78111ed84b197aa04979dadf9a7bdc9dcf46854f | |
parent | 5ade6c6ef255f31d264e74b176c257bbc85cd4c7 (diff) | |
download | Doxygen-1b2fd16cd8ed1830a7743a55dc1b9ec3ec59ad98.zip Doxygen-1b2fd16cd8ed1830a7743a55dc1b9ec3ec59ad98.tar.gz Doxygen-1b2fd16cd8ed1830a7743a55dc1b9ec3ec59ad98.tar.bz2 |
Fixed small bug
-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 |