1 #---------------------------------------------------------------------------
2 # Project related configuration options
3 #---------------------------------------------------------------------------
4 DOXYFILE_ENCODING = UTF-8
6 OUTPUT_LANGUAGE = English
7 BRIEF_MEMBER_DESC = YES
9 ABBREVIATE_BRIEF = "The $name class " \
20 ALWAYS_DETAILED_SEC = NO
21 INLINE_INHERITED_MEMB = NO
23 STRIP_FROM_PATH = /Applications/
26 JAVADOC_AUTOBRIEF = NO
28 MULTILINE_CPP_IS_BRIEF = NO
30 SEPARATE_MEMBER_PAGES = NO
33 OPTIMIZE_OUTPUT_FOR_C = YES
34 OPTIMIZE_OUTPUT_JAVA = NO
35 BUILTIN_STL_SUPPORT = NO
37 DISTRIBUTE_GROUP_DOC = NO
39 #---------------------------------------------------------------------------
40 # Build related configuration options
41 #---------------------------------------------------------------------------
45 EXTRACT_LOCAL_CLASSES = YES
46 EXTRACT_LOCAL_METHODS = NO
47 EXTRACT_ANON_NSPACES = NO
48 HIDE_UNDOC_MEMBERS = YES
49 HIDE_UNDOC_CLASSES = YES
50 HIDE_FRIEND_COMPOUNDS = NO
51 HIDE_IN_BODY_DOCS = NO
55 SHOW_INCLUDE_FILES = YES
57 SORT_MEMBER_DOCS = YES
59 SORT_BY_SCOPE_NAME = NO
60 GENERATE_TODOLIST = YES
61 GENERATE_TESTLIST = YES
62 GENERATE_BUGLIST = YES
63 GENERATE_DEPRECATEDLIST= YES
65 MAX_INITIALIZER_LINES = 30
68 #---------------------------------------------------------------------------
69 # configuration options related to warning and progress messages
70 #---------------------------------------------------------------------------
73 WARN_IF_DOC_ERROR = YES
74 WARN_NO_PARAMDOC = YES
75 WARN_FORMAT = "$file:$line: $text "
77 #---------------------------------------------------------------------------
78 # configuration options related to the input files
79 #---------------------------------------------------------------------------
80 INPUT_ENCODING = UTF-8
109 EXCLUDE_SYMLINKS = NO
110 EXCLUDE_PATTERNS = */.svn
113 EXAMPLE_RECURSIVE = NO
117 FILTER_SOURCE_FILES = NO
118 #---------------------------------------------------------------------------
119 # configuration options related to source browsing
120 #---------------------------------------------------------------------------
123 STRIP_CODE_COMMENTS = YES
124 REFERENCED_BY_RELATION = NO
125 REFERENCES_RELATION = NO
126 REFERENCES_LINK_SOURCE = YES
128 VERBATIM_HEADERS = NO
129 #---------------------------------------------------------------------------
130 # configuration options related to the alphabetical class index
131 #---------------------------------------------------------------------------
132 ALPHABETICAL_INDEX = NO
133 COLS_IN_ALPHA_INDEX = 5
135 #---------------------------------------------------------------------------
136 # configuration options related to the HTML output
137 #---------------------------------------------------------------------------
140 HTML_FILE_EXTENSION = .html
142 GENERATE_HTMLHELP = NO
143 HTML_DYNAMIC_SECTIONS = NO
150 ENUM_VALUES_PER_LINE = 4
151 GENERATE_TREEVIEW = NO
153 #---------------------------------------------------------------------------
154 # configuration options related to the LaTeX output
155 #---------------------------------------------------------------------------
158 LATEX_CMD_NAME = latex
159 MAKEINDEX_CMD_NAME = makeindex
167 LATEX_HIDE_INDICES = NO
168 #---------------------------------------------------------------------------
169 # configuration options related to the RTF output
170 #---------------------------------------------------------------------------
175 RTF_STYLESHEET_FILE =
176 RTF_EXTENSIONS_FILE =
177 #---------------------------------------------------------------------------
178 # configuration options related to the man page output
179 #---------------------------------------------------------------------------
184 #---------------------------------------------------------------------------
185 # configuration options related to the XML output
186 #---------------------------------------------------------------------------
189 XML_PROGRAMLISTING = YES
190 #---------------------------------------------------------------------------
191 # configuration options for the AutoGen Definitions output
192 #---------------------------------------------------------------------------
193 GENERATE_AUTOGEN_DEF = NO
194 #---------------------------------------------------------------------------
195 # configuration options related to the Perl module output
196 #---------------------------------------------------------------------------
197 GENERATE_PERLMOD = NO
200 PERLMOD_MAKEVAR_PREFIX =
201 #---------------------------------------------------------------------------
202 # Configuration options related to the preprocessor
203 #---------------------------------------------------------------------------
204 ENABLE_PREPROCESSING = YES
206 EXPAND_ONLY_PREDEF = NO
207 SEARCH_INCLUDES = YES
209 INCLUDE_FILE_PATTERNS =
212 SKIP_FUNCTION_MACROS = YES
213 #---------------------------------------------------------------------------
214 # Configuration::additions related to external references
215 #---------------------------------------------------------------------------
219 EXTERNAL_GROUPS = YES
220 #---------------------------------------------------------------------------
221 # Configuration options related to the dot tool
222 #---------------------------------------------------------------------------
224 HIDE_UNDOC_RELATIONS = YES
227 COLLABORATION_GRAPH = YES
230 TEMPLATE_RELATIONS = NO
232 INCLUDED_BY_GRAPH = YES
235 GRAPHICAL_HIERARCHY = YES
236 DIRECTORY_GRAPH = YES
237 DOT_IMAGE_FORMAT = png
239 DOT_GRAPH_MAX_NODES = 50
240 MAX_DOT_GRAPH_DEPTH = 1000
242 DOT_MULTI_TARGETS = NO
243 GENERATE_LEGEND = YES
245 #---------------------------------------------------------------------------
246 # Configuration::additions related to the search engine
247 #---------------------------------------------------------------------------