1 # Doxyfile 1.3.7-KDevelop
3 #---------------------------------------------------------------------------
4 # Project related configuration options
5 #---------------------------------------------------------------------------
6 PROJECT_NAME = SuperTux
7 PROJECT_NUMBER = $VERSION$
10 OUTPUT_LANGUAGE = English
11 USE_WINDOWS_ENCODING = NO
12 BRIEF_MEMBER_DESC = YES
14 ABBREVIATE_BRIEF = "The $name class" \
25 ALWAYS_DETAILED_SEC = YES
26 INLINE_INHERITED_MEMB = NO
31 JAVADOC_AUTOBRIEF = NO
32 MULTILINE_CPP_IS_BRIEF = NO
35 DISTRIBUTE_GROUP_DOC = NO
38 OPTIMIZE_OUTPUT_FOR_C = NO
39 OPTIMIZE_OUTPUT_JAVA = NO
41 #---------------------------------------------------------------------------
42 # Build related configuration options
43 #---------------------------------------------------------------------------
47 EXTRACT_LOCAL_CLASSES = YES
48 EXTRACT_LOCAL_METHODS = NO
49 HIDE_UNDOC_MEMBERS = NO
50 HIDE_UNDOC_CLASSES = NO
51 HIDE_FRIEND_COMPOUNDS = NO
52 HIDE_IN_BODY_DOCS = NO
54 CASE_SENSE_NAMES = YES
56 SHOW_INCLUDE_FILES = YES
58 SORT_MEMBER_DOCS = YES
60 SORT_BY_SCOPE_NAME = NO
61 GENERATE_TODOLIST = YES
62 GENERATE_TESTLIST = YES
63 GENERATE_BUGLIST = YES
64 GENERATE_DEPRECATEDLIST= YES
66 MAX_INITIALIZER_LINES = 30
68 #---------------------------------------------------------------------------
69 # configuration options related to warning and progress messages
70 #---------------------------------------------------------------------------
73 WARN_IF_UNDOCUMENTED = YES
74 WARN_IF_DOC_ERROR = YES
75 WARN_FORMAT = "$file:$line: $text"
77 #---------------------------------------------------------------------------
78 # configuration options related to the input files
79 #---------------------------------------------------------------------------
128 EXCLUDE_SYMLINKS = NO
132 EXAMPLE_RECURSIVE = NO
135 FILTER_SOURCE_FILES = NO
136 #---------------------------------------------------------------------------
137 # configuration options related to source browsing
138 #---------------------------------------------------------------------------
141 STRIP_CODE_COMMENTS = YES
142 REFERENCED_BY_RELATION = YES
143 REFERENCES_RELATION = YES
144 VERBATIM_HEADERS = YES
145 #---------------------------------------------------------------------------
146 # configuration options related to the alphabetical class index
147 #---------------------------------------------------------------------------
148 ALPHABETICAL_INDEX = YES
149 COLS_IN_ALPHA_INDEX = 5
151 #---------------------------------------------------------------------------
152 # configuration options related to the HTML output
153 #---------------------------------------------------------------------------
156 HTML_FILE_EXTENSION = .html
160 HTML_ALIGN_MEMBERS = YES
161 GENERATE_HTMLHELP = NO
168 ENUM_VALUES_PER_LINE = 4
169 GENERATE_TREEVIEW = YES
171 #---------------------------------------------------------------------------
172 # configuration options related to the LaTeX output
173 #---------------------------------------------------------------------------
176 LATEX_CMD_NAME = latex
177 MAKEINDEX_CMD_NAME = makeindex
185 LATEX_HIDE_INDICES = NO
186 #---------------------------------------------------------------------------
187 # configuration options related to the RTF output
188 #---------------------------------------------------------------------------
193 RTF_STYLESHEET_FILE =
194 RTF_EXTENSIONS_FILE =
195 #---------------------------------------------------------------------------
196 # configuration options related to the man page output
197 #---------------------------------------------------------------------------
202 #---------------------------------------------------------------------------
203 # configuration options related to the XML output
204 #---------------------------------------------------------------------------
209 XML_PROGRAMLISTING = YES
210 #---------------------------------------------------------------------------
211 # configuration options for the AutoGen Definitions output
212 #---------------------------------------------------------------------------
213 GENERATE_AUTOGEN_DEF = NO
214 #---------------------------------------------------------------------------
215 # configuration options related to the Perl module output
216 #---------------------------------------------------------------------------
217 GENERATE_PERLMOD = NO
220 PERLMOD_MAKEVAR_PREFIX =
221 #---------------------------------------------------------------------------
222 # Configuration options related to the preprocessor
223 #---------------------------------------------------------------------------
224 ENABLE_PREPROCESSING = YES
226 EXPAND_ONLY_PREDEF = NO
227 SEARCH_INCLUDES = YES
229 INCLUDE_FILE_PATTERNS =
232 SKIP_FUNCTION_MACROS = YES
233 #---------------------------------------------------------------------------
234 # Configuration::additions related to external references
235 #---------------------------------------------------------------------------
237 GENERATE_TAGFILE = supertux.tag
239 EXTERNAL_GROUPS = YES
240 PERL_PATH = /usr/bin/perl
241 #---------------------------------------------------------------------------
242 # Configuration options related to the dot tool
243 #---------------------------------------------------------------------------
245 HIDE_UNDOC_RELATIONS = YES
248 COLLABORATION_GRAPH = YES
250 TEMPLATE_RELATIONS = NO
252 INCLUDED_BY_GRAPH = YES
254 GRAPHICAL_HIERARCHY = YES
255 DOT_IMAGE_FORMAT = png
258 MAX_DOT_GRAPH_WIDTH = 1024
259 MAX_DOT_GRAPH_HEIGHT = 1024
260 MAX_DOT_GRAPH_DEPTH = 1000
261 GENERATE_LEGEND = YES
263 #---------------------------------------------------------------------------
264 # Configuration::additions related to the search engine
265 #---------------------------------------------------------------------------