annotate Doxyfile @ 15995:cf16caa884cb draft

(svn r20683) -Codechange: Make BinaryHeap_Delete() a method.
author alberth <alberth@openttd.org>
date Sun, 29 Aug 2010 13:38:06 +0000
parents b878da2baabd
children 41ea7460de25
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
12778
bc7926153e19 (svn r17248) -Fix: add GPL license notice where appropriate
rubidium <rubidium@openttd.org>
parents: 11418
diff changeset
1 # $Id$
bc7926153e19 (svn r17248) -Fix: add GPL license notice where appropriate
rubidium <rubidium@openttd.org>
parents: 11418
diff changeset
2
bc7926153e19 (svn r17248) -Fix: add GPL license notice where appropriate
rubidium <rubidium@openttd.org>
parents: 11418
diff changeset
3 # This file is part of OpenTTD.
bc7926153e19 (svn r17248) -Fix: add GPL license notice where appropriate
rubidium <rubidium@openttd.org>
parents: 11418
diff changeset
4 # OpenTTD is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2.
bc7926153e19 (svn r17248) -Fix: add GPL license notice where appropriate
rubidium <rubidium@openttd.org>
parents: 11418
diff changeset
5 # OpenTTD is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
bc7926153e19 (svn r17248) -Fix: add GPL license notice where appropriate
rubidium <rubidium@openttd.org>
parents: 11418
diff changeset
6 # See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>.
bc7926153e19 (svn r17248) -Fix: add GPL license notice where appropriate
rubidium <rubidium@openttd.org>
parents: 11418
diff changeset
7
2035
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
8 #---------------------------------------------------------------------------
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
9 # Project related configuration options
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
10 #---------------------------------------------------------------------------
11418
4c3118aac823 (svn r15776) -Fix [DoxyGen]: Our project is called OpenTTD, not openttd (which looks very ugly)
truebrain <truebrain@openttd.org>
parents: 9961
diff changeset
11 PROJECT_NAME = OpenTTD
2035
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
12 OUTPUT_DIRECTORY = docs/source/
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
13 CREATE_SUBDIRS = NO
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
14 OUTPUT_LANGUAGE = English
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
15 BRIEF_MEMBER_DESC = YES
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
16 REPEAT_BRIEF = YES
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
17 ABBREVIATE_BRIEF = "The $name class" \
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
18 "The $name widget" \
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
19 "The $name file" \
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
20 is \
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
21 provides \
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
22 specifies \
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
23 contains \
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
24 represents \
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
25 a \
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
26 an \
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
27 the
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
28 ALWAYS_DETAILED_SEC = NO
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
29 INLINE_INHERITED_MEMB = NO
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
30 FULL_PATH_NAMES = YES
2036
64ddf020ff17 (svn r2545) -Fix: Modified the Doxyfile so that it works on other computers (than mine) as well :)
celestar <celestar@openttd.org>
parents: 2035
diff changeset
31 STRIP_FROM_PATH = ./
2035
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
32 STRIP_FROM_INC_PATH =
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
33 SHORT_NAMES = NO
2048
afb5c2d7e812 (svn r2557) -Add: Added the AUTOBRIEF option to the Doxyfile
celestar <celestar@openttd.org>
parents: 2036
diff changeset
34 JAVADOC_AUTOBRIEF = YES
2035
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
35 MULTILINE_CPP_IS_BRIEF = NO
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
36 INHERIT_DOCS = YES
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
37 DISTRIBUTE_GROUP_DOC = NO
2036
64ddf020ff17 (svn r2545) -Fix: Modified the Doxyfile so that it works on other computers (than mine) as well :)
celestar <celestar@openttd.org>
parents: 2035
diff changeset
38 TAB_SIZE = 2
2035
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
39 ALIASES =
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
40 OPTIMIZE_OUTPUT_FOR_C = YES
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
41 OPTIMIZE_OUTPUT_JAVA = NO
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
42 SUBGROUPING = YES
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
43 #---------------------------------------------------------------------------
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
44 # Build related configuration options
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
45 #---------------------------------------------------------------------------
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
46 EXTRACT_ALL = NO
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
47 EXTRACT_PRIVATE = YES
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
48 EXTRACT_STATIC = YES
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
49 EXTRACT_LOCAL_CLASSES = YES
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
50 EXTRACT_LOCAL_METHODS = YES
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
51 HIDE_UNDOC_MEMBERS = NO
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
52 HIDE_UNDOC_CLASSES = NO
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
53 HIDE_FRIEND_COMPOUNDS = NO
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
54 HIDE_IN_BODY_DOCS = NO
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
55 INTERNAL_DOCS = NO
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
56 CASE_SENSE_NAMES = YES
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
57 HIDE_SCOPE_NAMES = NO
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
58 SHOW_INCLUDE_FILES = YES
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
59 INLINE_INFO = YES
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
60 SORT_MEMBER_DOCS = YES
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
61 SORT_BRIEF_DOCS = NO
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
62 SORT_BY_SCOPE_NAME = NO
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
63 GENERATE_TODOLIST = YES
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
64 GENERATE_TESTLIST = YES
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
65 GENERATE_BUGLIST = YES
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
66 GENERATE_DEPRECATEDLIST= YES
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
67 ENABLED_SECTIONS =
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
68 MAX_INITIALIZER_LINES = 30
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
69 SHOW_USED_FILES = YES
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
70 SHOW_DIRECTORIES = YES
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
71 FILE_VERSION_FILTER =
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
72 #---------------------------------------------------------------------------
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
73 # configuration options related to warning and progress messages
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
74 #---------------------------------------------------------------------------
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
75 QUIET = NO
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
76 WARNINGS = YES
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
77 WARN_IF_UNDOCUMENTED = YES
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
78 WARN_IF_DOC_ERROR = YES
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
79 WARN_NO_PARAMDOC = NO
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
80 WARN_FORMAT = "$file:$line: $text"
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
81 WARN_LOGFILE =
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
82 #---------------------------------------------------------------------------
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
83 # configuration options related to the input files
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
84 #---------------------------------------------------------------------------
9111
d48433370037 (svn r12971) -Documentation: add @file in files that missed them and add something more than whitespace as description of files that don't have a description.
rubidium <rubidium@openttd.org>
parents: 7559
diff changeset
85 INPUT = ./src/
2035
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
86 FILE_PATTERNS = *.c \
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
87 *.cc \
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
88 *.cxx \
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
89 *.cpp \
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
90 *.c++ \
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
91 *.h \
14531
b878da2baabd (svn r19102) -Codechange; let doxygen parse as much code as possible
yexo <yexo@openttd.org>
parents: 14510
diff changeset
92 *.hpp
2035
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
93 RECURSIVE = YES
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
94 EXCLUDE =
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
95 EXCLUDE_SYMLINKS = NO
13067
082cdb4504ac (svn r17567) -Fix: some doxygen warnings
rubidium <rubidium@openttd.org>
parents: 12778
diff changeset
96 EXCLUDE_PATTERNS = */3rdparty */.svn
2035
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
97 EXAMPLE_PATH =
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
98 EXAMPLE_PATTERNS = *
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
99 EXAMPLE_RECURSIVE = NO
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
100 IMAGE_PATH =
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
101 INPUT_FILTER =
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
102 FILTER_PATTERNS =
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
103 FILTER_SOURCE_FILES = NO
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
104 #---------------------------------------------------------------------------
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
105 # configuration options related to source browsing
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
106 #---------------------------------------------------------------------------
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
107 SOURCE_BROWSER = YES
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
108 INLINE_SOURCES = NO
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
109 STRIP_CODE_COMMENTS = YES
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
110 REFERENCED_BY_RELATION = YES
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
111 REFERENCES_RELATION = YES
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
112 VERBATIM_HEADERS = YES
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
113 #---------------------------------------------------------------------------
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
114 # configuration options related to the alphabetical class index
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
115 #---------------------------------------------------------------------------
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
116 ALPHABETICAL_INDEX = NO
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
117 COLS_IN_ALPHA_INDEX = 5
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
118 IGNORE_PREFIX =
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
119 #---------------------------------------------------------------------------
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
120 # configuration options related to the HTML output
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
121 #---------------------------------------------------------------------------
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
122 GENERATE_HTML = YES
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
123 HTML_OUTPUT = html
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
124 HTML_FILE_EXTENSION = .html
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
125 HTML_HEADER =
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
126 HTML_FOOTER =
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
127 HTML_STYLESHEET =
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
128 HTML_ALIGN_MEMBERS = YES
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
129 GENERATE_HTMLHELP = YES
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
130 CHM_FILE =
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
131 HHC_LOCATION =
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
132 GENERATE_CHI = NO
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
133 BINARY_TOC = NO
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
134 TOC_EXPAND = YES
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
135 DISABLE_INDEX = NO
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
136 ENUM_VALUES_PER_LINE = 4
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
137 GENERATE_TREEVIEW = YES
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
138 TREEVIEW_WIDTH = 250
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
139 #---------------------------------------------------------------------------
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
140 # configuration options related to the LaTeX output
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
141 #---------------------------------------------------------------------------
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
142 GENERATE_LATEX = NO
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
143 LATEX_OUTPUT = latex
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
144 LATEX_CMD_NAME = latex
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
145 MAKEINDEX_CMD_NAME = makeindex
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
146 COMPACT_LATEX = NO
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
147 PAPER_TYPE = a4wide
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
148 EXTRA_PACKAGES =
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
149 LATEX_HEADER =
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
150 PDF_HYPERLINKS = NO
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
151 USE_PDFLATEX = NO
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
152 LATEX_BATCHMODE = NO
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
153 LATEX_HIDE_INDICES = NO
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
154 #---------------------------------------------------------------------------
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
155 # configuration options related to the RTF output
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
156 #---------------------------------------------------------------------------
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
157 GENERATE_RTF = NO
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
158 RTF_OUTPUT = rtf
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
159 COMPACT_RTF = NO
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
160 RTF_HYPERLINKS = NO
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
161 RTF_STYLESHEET_FILE =
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
162 RTF_EXTENSIONS_FILE =
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
163 #---------------------------------------------------------------------------
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
164 # configuration options related to the man page output
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
165 #---------------------------------------------------------------------------
9961
7f1b19ece923 (svn r14116) -Change [Doxygen]: making man-pages of the exports of the source isn't very useful as OpenTTD isn't a library.
rubidium <rubidium@openttd.org>
parents: 9111
diff changeset
166 GENERATE_MAN = NO
2035
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
167 MAN_OUTPUT = man
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
168 MAN_EXTENSION = .3
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
169 MAN_LINKS = NO
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
170 #---------------------------------------------------------------------------
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
171 # configuration options related to the XML output
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
172 #---------------------------------------------------------------------------
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
173 GENERATE_XML = NO
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
174 XML_OUTPUT = xml
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
175 XML_SCHEMA =
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
176 XML_DTD =
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
177 XML_PROGRAMLISTING = YES
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
178 #---------------------------------------------------------------------------
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
179 # configuration options for the AutoGen Definitions output
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
180 #---------------------------------------------------------------------------
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
181 GENERATE_AUTOGEN_DEF = NO
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
182 #---------------------------------------------------------------------------
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
183 # configuration options related to the Perl module output
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
184 #---------------------------------------------------------------------------
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
185 GENERATE_PERLMOD = NO
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
186 PERLMOD_LATEX = NO
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
187 PERLMOD_PRETTY = YES
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
188 PERLMOD_MAKEVAR_PREFIX =
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
189 #---------------------------------------------------------------------------
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
190 # Configuration options related to the preprocessor
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
191 #---------------------------------------------------------------------------
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
192 ENABLE_PREPROCESSING = YES
7559
ad850ff2c61a (svn r11084) -Documentation [FS#1219]: of command.*. Patch by Progman.
rubidium <rubidium@openttd.org>
parents: 6319
diff changeset
193 MACRO_EXPANSION = YES
ad850ff2c61a (svn r11084) -Documentation [FS#1219]: of command.*. Patch by Progman.
rubidium <rubidium@openttd.org>
parents: 6319
diff changeset
194 EXPAND_ONLY_PREDEF = YES
2035
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
195 SEARCH_INCLUDES = YES
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
196 INCLUDE_PATH =
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
197 INCLUDE_FILE_PATTERNS =
14531
b878da2baabd (svn r19102) -Codechange; let doxygen parse as much code as possible
yexo <yexo@openttd.org>
parents: 14510
diff changeset
198 PREDEFINED = ENABLE_NETWORK ENABLE_AI WITH_ZLIB WITH_LZO WITH_PNG WITH_FONTCONFIG WITH_FREETYPE WITH_ICU UNICODE _UNICODE
b878da2baabd (svn r19102) -Codechange; let doxygen parse as much code as possible
yexo <yexo@openttd.org>
parents: 14510
diff changeset
199 EXPAND_AS_DEFINED =
2035
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
200 SKIP_FUNCTION_MACROS = YES
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
201 #---------------------------------------------------------------------------
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
202 # Configuration::additions related to external references
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
203 #---------------------------------------------------------------------------
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
204 TAGFILES =
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
205 GENERATE_TAGFILE = openttd.tag
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
206 ALLEXTERNALS = NO
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
207 EXTERNAL_GROUPS = YES
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
208 PERL_PATH = /usr/bin/perl
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
209 #---------------------------------------------------------------------------
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
210 # Configuration options related to the dot tool
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
211 #---------------------------------------------------------------------------
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
212 CLASS_DIAGRAMS = YES
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
213 HIDE_UNDOC_RELATIONS = YES
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
214 HAVE_DOT = NO
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
215 CLASS_GRAPH = YES
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
216 COLLABORATION_GRAPH = YES
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
217 GROUP_GRAPHS = YES
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
218 UML_LOOK = NO
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
219 TEMPLATE_RELATIONS = NO
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
220 INCLUDE_GRAPH = YES
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
221 INCLUDED_BY_GRAPH = YES
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
222 CALL_GRAPH = NO
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
223 GRAPHICAL_HIERARCHY = YES
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
224 DIRECTORY_GRAPH = YES
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
225 DOT_IMAGE_FORMAT = png
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
226 DOT_PATH =
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
227 DOTFILE_DIRS =
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
228 MAX_DOT_GRAPH_DEPTH = 1000
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
229 DOT_TRANSPARENT = NO
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
230 DOT_MULTI_TARGETS = NO
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
231 GENERATE_LEGEND = YES
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
232 DOT_CLEANUP = YES
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
233 #---------------------------------------------------------------------------
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
234 # Configuration::additions related to the search engine
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
235 #---------------------------------------------------------------------------
59b894aa6a2d (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar <celestar@openttd.org>
parents:
diff changeset
236 SEARCHENGINE = NO