diff options
author | truebrain <truebrain@openttd.org> | 2009-03-20 10:08:12 +0000 |
---|---|---|
committer | truebrain <truebrain@openttd.org> | 2009-03-20 10:08:12 +0000 |
commit | 6f1d634bc2ec45dadeff0d66252c02da5e256985 (patch) | |
tree | 54cd3428a1477916a26cbc90414aa662b22b133c | |
parent | 4b8d1a58a21a6678e6f84ba0f86c2c15959d5209 (diff) | |
download | openttd-6f1d634bc2ec45dadeff0d66252c02da5e256985.tar.xz |
(svn r15776) -Fix [DoxyGen]: Our project is called OpenTTD, not openttd (which looks very ugly)
-rw-r--r-- | Doxyfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ #--------------------------------------------------------------------------- # Project related configuration options #--------------------------------------------------------------------------- -PROJECT_NAME = openttd +PROJECT_NAME = OpenTTD OUTPUT_DIRECTORY = docs/source/ CREATE_SUBDIRS = NO OUTPUT_LANGUAGE = English |