diff options
author | rubidium <rubidium@openttd.org> | 2008-08-20 22:43:19 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2008-08-20 22:43:19 +0000 |
commit | bdb7f546564d51734f1c5aa4edf72dc2210cd7fa (patch) | |
tree | 6751e048368858bedd853d7031d5c5a1f944c907 /Doxyfile | |
parent | f64984467d73ca6e9c9cc792cf0766317f054171 (diff) | |
download | openttd-bdb7f546564d51734f1c5aa4edf72dc2210cd7fa.tar.xz |
(svn r14116) -Change [Doxygen]: making man-pages of the exports of the source isn't very useful as OpenTTD isn't a library.
Diffstat (limited to 'Doxyfile')
-rw-r--r-- | Doxyfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -158,7 +158,7 @@ RTF_EXTENSIONS_FILE = #--------------------------------------------------------------------------- # configuration options related to the man page output #--------------------------------------------------------------------------- -GENERATE_MAN = YES +GENERATE_MAN = NO MAN_OUTPUT = man MAN_EXTENSION = .3 MAN_LINKS = NO |