1 # $Id: Doxyfile_AI 25595 2013-07-13 06:44:22Z rubidium $
3 # This file is part of OpenTTD.
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.
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.
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/>.
10 #---------------------------------------------------------------------------
11 # Project related configuration options
12 #---------------------------------------------------------------------------
13 DOXYFILE_ENCODING = UTF-8
14 PROJECT_NAME = "OpenTTD NoAI API"
16 OUTPUT_DIRECTORY = ../../../docs/aidocs/
18 OUTPUT_LANGUAGE = English
19 BRIEF_MEMBER_DESC = YES
21 ABBREVIATE_BRIEF = "The $name class " \
32 ALWAYS_DETAILED_SEC = NO
33 INLINE_INHERITED_MEMB = NO
38 JAVADOC_AUTOBRIEF = YES
40 MULTILINE_CPP_IS_BRIEF = NO
42 SEPARATE_MEMBER_PAGES = NO
45 OPTIMIZE_OUTPUT_FOR_C = YES
46 OPTIMIZE_OUTPUT_JAVA = NO
47 BUILTIN_STL_SUPPORT = NO
50 DISTRIBUTE_GROUP_DOC = NO
52 TYPEDEF_HIDES_STRUCT = NO
53 #---------------------------------------------------------------------------
54 # Build related configuration options
55 #---------------------------------------------------------------------------
59 EXTRACT_LOCAL_CLASSES = YES
60 EXTRACT_LOCAL_METHODS = YES
61 EXTRACT_ANON_NSPACES = NO
62 HIDE_UNDOC_MEMBERS = NO
63 HIDE_UNDOC_CLASSES = NO
64 HIDE_FRIEND_COMPOUNDS = NO
65 HIDE_IN_BODY_DOCS = YES
67 CASE_SENSE_NAMES = YES
69 SHOW_INCLUDE_FILES = NO
71 SORT_MEMBER_DOCS = YES
73 SORT_BY_SCOPE_NAME = NO
74 GENERATE_TODOLIST = NO
75 GENERATE_TESTLIST = NO
77 GENERATE_DEPRECATEDLIST= NO
79 MAX_INITIALIZER_LINES = 30
83 #---------------------------------------------------------------------------
84 # configuration options related to warning and progress messages
85 #---------------------------------------------------------------------------
88 WARN_IF_UNDOCUMENTED = YES
89 WARN_IF_DOC_ERROR = YES
90 WARN_NO_PARAMDOC = YES
91 WARN_FORMAT = "$file:$line: $text "
93 #---------------------------------------------------------------------------
94 # configuration options related to the input files
95 #---------------------------------------------------------------------------
97 INPUT_ENCODING = UTF-8
98 FILE_PATTERNS = script_*.hpp \
102 EXCLUDE_SYMLINKS = NO
104 EXCLUDE_SYMBOLS = GetClassName DECLARE_ENUM_AS_BIT_SET DECLARE_POSTFIX_INCREMENT
107 EXAMPLE_RECURSIVE = NO
109 INPUT_FILTER = "./doxygen_filter.sh AI"
111 FILTER_SOURCE_FILES = NO
112 #---------------------------------------------------------------------------
113 # configuration options related to source browsing
114 #---------------------------------------------------------------------------
117 STRIP_CODE_COMMENTS = YES
118 REFERENCED_BY_RELATION = NO
119 REFERENCES_RELATION = NO
120 REFERENCES_LINK_SOURCE = YES
122 VERBATIM_HEADERS = NO
123 #---------------------------------------------------------------------------
124 # configuration options related to the alphabetical class index
125 #---------------------------------------------------------------------------
126 ALPHABETICAL_INDEX = NO
127 COLS_IN_ALPHA_INDEX = 5
129 #---------------------------------------------------------------------------
130 # configuration options related to the HTML output
131 #---------------------------------------------------------------------------
134 HTML_FILE_EXTENSION = .html
138 HTML_ALIGN_MEMBERS = YES
139 GENERATE_HTMLHELP = NO
140 HTML_DYNAMIC_SECTIONS = NO
147 ENUM_VALUES_PER_LINE = 1
148 GENERATE_TREEVIEW = NO
150 #---------------------------------------------------------------------------
151 # configuration options related to the LaTeX output
152 #---------------------------------------------------------------------------
155 LATEX_CMD_NAME = latex
156 MAKEINDEX_CMD_NAME = makeindex
164 LATEX_HIDE_INDICES = NO
165 #---------------------------------------------------------------------------
166 # configuration options related to the RTF output
167 #---------------------------------------------------------------------------
172 RTF_STYLESHEET_FILE =
173 RTF_EXTENSIONS_FILE =
174 #---------------------------------------------------------------------------
175 # configuration options related to the man page output
176 #---------------------------------------------------------------------------
181 #---------------------------------------------------------------------------
182 # configuration options related to the XML output
183 #---------------------------------------------------------------------------
188 XML_PROGRAMLISTING = YES
189 #---------------------------------------------------------------------------
190 # configuration options for the AutoGen Definitions output
191 #---------------------------------------------------------------------------
192 GENERATE_AUTOGEN_DEF = NO
193 #---------------------------------------------------------------------------
194 # configuration options related to the Perl module output
195 #---------------------------------------------------------------------------
196 GENERATE_PERLMOD = NO
199 PERLMOD_MAKEVAR_PREFIX =
200 #---------------------------------------------------------------------------
201 # Configuration options related to the preprocessor
202 #---------------------------------------------------------------------------
203 ENABLE_PREPROCESSING = YES
204 MACRO_EXPANSION = YES
205 EXPAND_ONLY_PREDEF = YES
206 SEARCH_INCLUDES = YES
208 INCLUDE_FILE_PATTERNS =
209 PREDEFINED = DOXYGEN_API
210 EXPAND_AS_DEFINED = DEF_COMMAND
211 SKIP_FUNCTION_MACROS = YES
212 #---------------------------------------------------------------------------
213 # Configuration::additions related to external references
214 #---------------------------------------------------------------------------
216 GENERATE_TAGFILE = ../../../objs/openttd_noai.tag
218 EXTERNAL_GROUPS = YES
219 PERL_PATH = /usr/bin/perl
220 #---------------------------------------------------------------------------
221 # Configuration options related to the dot tool
222 #---------------------------------------------------------------------------
225 HIDE_UNDOC_RELATIONS = YES
228 COLLABORATION_GRAPH = YES
231 TEMPLATE_RELATIONS = NO
233 INCLUDED_BY_GRAPH = YES
236 GRAPHICAL_HIERARCHY = YES
237 DIRECTORY_GRAPH = YES
238 DOT_IMAGE_FORMAT = png
241 DOT_GRAPH_MAX_NODES = 50
242 MAX_DOT_GRAPH_DEPTH = 1000
244 DOT_MULTI_TARGETS = NO
247 #---------------------------------------------------------------------------
248 # Configuration::additions related to the search engine
249 #---------------------------------------------------------------------------