1 # Doxyfile 1.5.5-KDevelop
3 #---------------------------------------------------------------------------
4 # Project related configuration options
5 #---------------------------------------------------------------------------
6 DOXYFILE_ENCODING = UTF-8
7 PROJECT_NAME = terrastrategy
11 OUTPUT_LANGUAGE = English
12 BRIEF_MEMBER_DESC = YES
14 ABBREVIATE_BRIEF = "The $name class" \
25 ALWAYS_DETAILED_SEC = NO
26 INLINE_INHERITED_MEMB = NO
28 STRIP_FROM_PATH = /home/martin/
31 JAVADOC_AUTOBRIEF = NO
33 MULTILINE_CPP_IS_BRIEF = NO
36 SEPARATE_MEMBER_PAGES = NO
39 OPTIMIZE_OUTPUT_FOR_C = NO
40 OPTIMIZE_OUTPUT_JAVA = NO
41 OPTIMIZE_FOR_FORTRAN = NO
42 OPTIMIZE_OUTPUT_VHDL = NO
43 BUILTIN_STL_SUPPORT = YES
46 IDL_PROPERTY_SUPPORT = YES
47 DISTRIBUTE_GROUP_DOC = NO
49 TYPEDEF_HIDES_STRUCT = NO
50 #---------------------------------------------------------------------------
51 # Build related configuration options
52 #---------------------------------------------------------------------------
56 EXTRACT_LOCAL_CLASSES = YES
57 EXTRACT_LOCAL_METHODS = NO
58 EXTRACT_ANON_NSPACES = NO
59 HIDE_UNDOC_MEMBERS = NO
60 HIDE_UNDOC_CLASSES = NO
61 HIDE_FRIEND_COMPOUNDS = NO
62 HIDE_IN_BODY_DOCS = NO
64 CASE_SENSE_NAMES = YES
66 SHOW_INCLUDE_FILES = YES
68 SORT_MEMBER_DOCS = YES
71 SORT_BY_SCOPE_NAME = NO
72 GENERATE_TODOLIST = YES
73 GENERATE_TESTLIST = YES
74 GENERATE_BUGLIST = YES
75 GENERATE_DEPRECATEDLIST= YES
77 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
91 WARN_FORMAT = "$file:$line: $text"
93 #---------------------------------------------------------------------------
94 # configuration options related to the input files
95 #---------------------------------------------------------------------------
96 INPUT = src/client src/core src/core/client src/gui \
97 src/gui/font src/input src/math src/memory \
98 src/renderer src/server src/vfs src/xml/xmlutils.cpp \
99 include include/core include/core/client include/gui \
100 include/input include/math include/memory \
101 include/renderer include/vfs include/xml/xmlutils.h
102 INPUT_ENCODING = UTF-8
103 FILE_PATTERNS = *.c \
162 EXCLUDE_SYMLINKS = NO
167 EXAMPLE_RECURSIVE = NO
171 FILTER_SOURCE_FILES = NO
172 #---------------------------------------------------------------------------
173 # configuration options related to source browsing
174 #---------------------------------------------------------------------------
177 STRIP_CODE_COMMENTS = YES
178 REFERENCED_BY_RELATION = NO
179 REFERENCES_RELATION = NO
180 REFERENCES_LINK_SOURCE = YES
182 VERBATIM_HEADERS = YES
183 #---------------------------------------------------------------------------
184 # configuration options related to the alphabetical class index
185 #---------------------------------------------------------------------------
186 ALPHABETICAL_INDEX = NO
187 COLS_IN_ALPHA_INDEX = 5
189 #---------------------------------------------------------------------------
190 # configuration options related to the HTML output
191 #---------------------------------------------------------------------------
194 HTML_FILE_EXTENSION = .html
198 HTML_ALIGN_MEMBERS = YES
199 GENERATE_HTMLHELP = NO
201 DOCSET_FEEDNAME = "Doxygen generated docs"
202 DOCSET_BUNDLE_ID = org.doxygen.Project
203 HTML_DYNAMIC_SECTIONS = NO
210 ENUM_VALUES_PER_LINE = 4
211 GENERATE_TREEVIEW = NONE
213 FORMULA_FONTSIZE = 10
214 #---------------------------------------------------------------------------
215 # configuration options related to the LaTeX output
216 #---------------------------------------------------------------------------
219 LATEX_CMD_NAME = latex
220 MAKEINDEX_CMD_NAME = makeindex
228 LATEX_HIDE_INDICES = NO
229 #---------------------------------------------------------------------------
230 # configuration options related to the RTF output
231 #---------------------------------------------------------------------------
236 RTF_STYLESHEET_FILE =
237 RTF_EXTENSIONS_FILE =
238 #---------------------------------------------------------------------------
239 # configuration options related to the man page output
240 #---------------------------------------------------------------------------
245 #---------------------------------------------------------------------------
246 # configuration options related to the XML output
247 #---------------------------------------------------------------------------
252 XML_PROGRAMLISTING = YES
253 #---------------------------------------------------------------------------
254 # configuration options for the AutoGen Definitions output
255 #---------------------------------------------------------------------------
256 GENERATE_AUTOGEN_DEF = NO
257 #---------------------------------------------------------------------------
258 # configuration options related to the Perl module output
259 #---------------------------------------------------------------------------
260 GENERATE_PERLMOD = NO
263 PERLMOD_MAKEVAR_PREFIX =
264 #---------------------------------------------------------------------------
265 # Configuration options related to the preprocessor
266 #---------------------------------------------------------------------------
267 ENABLE_PREPROCESSING = YES
269 EXPAND_ONLY_PREDEF = NO
270 SEARCH_INCLUDES = YES
272 INCLUDE_FILE_PATTERNS =
275 SKIP_FUNCTION_MACROS = YES
276 #---------------------------------------------------------------------------
277 # Configuration::additions related to external references
278 #---------------------------------------------------------------------------
280 GENERATE_TAGFILE = terrastrategy.tag
282 EXTERNAL_GROUPS = YES
283 PERL_PATH = /usr/bin/perl
284 #---------------------------------------------------------------------------
285 # Configuration options related to the dot tool
286 #---------------------------------------------------------------------------
289 HIDE_UNDOC_RELATIONS = YES
291 DOT_FONTNAME = FreeSans
294 COLLABORATION_GRAPH = YES
297 TEMPLATE_RELATIONS = NO
299 INCLUDED_BY_GRAPH = YES
302 GRAPHICAL_HIERARCHY = YES
303 DIRECTORY_GRAPH = YES
304 DOT_IMAGE_FORMAT = png
307 DOT_GRAPH_MAX_NODES = 50
308 MAX_DOT_GRAPH_DEPTH = 1000
309 DOT_TRANSPARENT = YES
310 DOT_MULTI_TARGETS = NO
311 GENERATE_LEGEND = YES
313 #---------------------------------------------------------------------------
314 # Configuration::additions related to the search engine
315 #---------------------------------------------------------------------------