3 #---------------------------------------------------------------------------
4 # Project related configuration options
5 #---------------------------------------------------------------------------
6 PROJECT_NAME = SuperTux
8 OUTPUT_DIRECTORY = docs/doxygen
10 OUTPUT_LANGUAGE = English
11 USE_WINDOWS_ENCODING = NO
12 BRIEF_MEMBER_DESC = YES
14 ABBREVIATE_BRIEF = "The $name class" \
25 ALWAYS_DETAILED_SEC = NO
26 INLINE_INHERITED_MEMB = NO
31 JAVADOC_AUTOBRIEF = YES
32 MULTILINE_CPP_IS_BRIEF = NO
35 SEPARATE_MEMBER_PAGES = NO
38 OPTIMIZE_OUTPUT_FOR_C = NO
39 OPTIMIZE_OUTPUT_JAVA = NO
40 BUILTIN_STL_SUPPORT = YES
41 DISTRIBUTE_GROUP_DOC = NO
43 #---------------------------------------------------------------------------
44 # Build related configuration options
45 #---------------------------------------------------------------------------
49 EXTRACT_LOCAL_CLASSES = YES
50 EXTRACT_LOCAL_METHODS = NO
51 HIDE_UNDOC_MEMBERS = NO
52 HIDE_UNDOC_CLASSES = NO
53 HIDE_FRIEND_COMPOUNDS = NO
54 HIDE_IN_BODY_DOCS = NO
56 CASE_SENSE_NAMES = YES
58 SHOW_INCLUDE_FILES = YES
60 SORT_MEMBER_DOCS = YES
62 SORT_BY_SCOPE_NAME = NO
63 GENERATE_TODOLIST = YES
64 GENERATE_TESTLIST = YES
65 GENERATE_BUGLIST = YES
66 GENERATE_DEPRECATEDLIST= YES
68 MAX_INITIALIZER_LINES = 30
72 #---------------------------------------------------------------------------
73 # configuration options related to warning and progress messages
74 #---------------------------------------------------------------------------
77 WARN_IF_UNDOCUMENTED = YES
78 WARN_IF_DOC_ERROR = YES
80 WARN_FORMAT = "$file:$line: $text"
82 #---------------------------------------------------------------------------
83 # configuration options related to the input files
84 #---------------------------------------------------------------------------
86 FILE_PATTERNS = *.cpp \
89 EXCLUDE = src/squirrel/
94 EXAMPLE_RECURSIVE = NO
98 FILTER_SOURCE_FILES = NO
99 #---------------------------------------------------------------------------
100 # configuration options related to source browsing
101 #---------------------------------------------------------------------------
104 STRIP_CODE_COMMENTS = YES
105 REFERENCED_BY_RELATION = YES
106 REFERENCES_RELATION = YES
108 VERBATIM_HEADERS = YES
109 #---------------------------------------------------------------------------
110 # configuration options related to the alphabetical class index
111 #---------------------------------------------------------------------------
112 ALPHABETICAL_INDEX = NO
113 COLS_IN_ALPHA_INDEX = 5
115 #---------------------------------------------------------------------------
116 # configuration options related to the HTML output
117 #---------------------------------------------------------------------------
120 HTML_FILE_EXTENSION = .html
124 HTML_ALIGN_MEMBERS = YES
125 GENERATE_HTMLHELP = NO
132 ENUM_VALUES_PER_LINE = 4
133 GENERATE_TREEVIEW = YES
135 #---------------------------------------------------------------------------
136 # configuration options related to the LaTeX output
137 #---------------------------------------------------------------------------
140 LATEX_CMD_NAME = latex
141 MAKEINDEX_CMD_NAME = makeindex
149 LATEX_HIDE_INDICES = NO
150 #---------------------------------------------------------------------------
151 # configuration options related to the RTF output
152 #---------------------------------------------------------------------------
157 RTF_STYLESHEET_FILE =
158 RTF_EXTENSIONS_FILE =
159 #---------------------------------------------------------------------------
160 # configuration options related to the man page output
161 #---------------------------------------------------------------------------
166 #---------------------------------------------------------------------------
167 # configuration options related to the XML output
168 #---------------------------------------------------------------------------
173 XML_PROGRAMLISTING = YES
174 #---------------------------------------------------------------------------
175 # configuration options for the AutoGen Definitions output
176 #---------------------------------------------------------------------------
177 GENERATE_AUTOGEN_DEF = NO
178 #---------------------------------------------------------------------------
179 # configuration options related to the Perl module output
180 #---------------------------------------------------------------------------
181 GENERATE_PERLMOD = NO
184 PERLMOD_MAKEVAR_PREFIX =
185 #---------------------------------------------------------------------------
186 # Configuration options related to the preprocessor
187 #---------------------------------------------------------------------------
188 ENABLE_PREPROCESSING = YES
190 EXPAND_ONLY_PREDEF = NO
191 SEARCH_INCLUDES = YES
193 INCLUDE_FILE_PATTERNS =
196 SKIP_FUNCTION_MACROS = YES
197 #---------------------------------------------------------------------------
198 # Configuration::additions related to external references
199 #---------------------------------------------------------------------------
203 EXTERNAL_GROUPS = YES
204 PERL_PATH = /usr/bin/perl
205 #---------------------------------------------------------------------------
206 # Configuration options related to the dot tool
207 #---------------------------------------------------------------------------
209 HIDE_UNDOC_RELATIONS = NO
212 COLLABORATION_GRAPH = YES
215 TEMPLATE_RELATIONS = YES
217 INCLUDED_BY_GRAPH = YES
219 GRAPHICAL_HIERARCHY = YES
220 DIRECTORY_GRAPH = YES
221 DOT_IMAGE_FORMAT = png
224 MAX_DOT_GRAPH_WIDTH = 1024
225 MAX_DOT_GRAPH_HEIGHT = 1024
226 MAX_DOT_GRAPH_DEPTH = 1000
228 DOT_MULTI_TARGETS = YES
229 GENERATE_LEGEND = YES
231 #---------------------------------------------------------------------------
232 # Configuration::additions related to the search engine
233 #---------------------------------------------------------------------------