3 #---------------------------------------------------------------------------
4 # Project related configuration options
5 #---------------------------------------------------------------------------
7 DOXYFILE_ENCODING = UTF-8
9 PROJECT_NUMBER = 0.13.GIT
10 OUTPUT_DIRECTORY = ../doc/api
12 OUTPUT_LANGUAGE = English
13 BRIEF_MEMBER_DESC = YES
15 ABBREVIATE_BRIEF = "The $name class" \
26 ALWAYS_DETAILED_SEC = NO
27 INLINE_INHERITED_MEMB = NO
32 JAVADOC_AUTOBRIEF = YES
33 MULTILINE_CPP_IS_BRIEF = NO
36 SEPARATE_MEMBER_PAGES = NO
39 OPTIMIZE_OUTPUT_FOR_C = YES
40 OPTIMIZE_OUTPUT_JAVA = NO
41 BUILTIN_STL_SUPPORT = NO
43 DISTRIBUTE_GROUP_DOC = NO
46 #---------------------------------------------------------------------------
47 # Build related configuration options
48 #---------------------------------------------------------------------------
53 EXTRACT_LOCAL_CLASSES = YES
54 EXTRACT_LOCAL_METHODS = YES
55 HIDE_UNDOC_MEMBERS = NO
56 HIDE_UNDOC_CLASSES = NO
57 HIDE_FRIEND_COMPOUNDS = NO
58 HIDE_IN_BODY_DOCS = NO
62 SHOW_INCLUDE_FILES = YES
64 SORT_MEMBER_DOCS = YES
66 SORT_BY_SCOPE_NAME = NO
67 GENERATE_TODOLIST = YES
68 GENERATE_TESTLIST = YES
69 GENERATE_BUGLIST = YES
70 GENERATE_DEPRECATEDLIST= YES
72 MAX_INITIALIZER_LINES = 30
77 #---------------------------------------------------------------------------
78 # configuration options related to warning and progress messages
79 #---------------------------------------------------------------------------
83 WARN_IF_UNDOCUMENTED = YES
84 WARN_IF_DOC_ERROR = YES
86 WARN_FORMAT = "$file:$line: $text"
89 #---------------------------------------------------------------------------
90 # configuration options related to the input files
91 #---------------------------------------------------------------------------
94 INPUT_ENCODING = UTF-8
100 EXCLUDE_SYMLINKS = NO
105 EXAMPLE_RECURSIVE = NO
109 FILTER_SOURCE_FILES = NO
111 #---------------------------------------------------------------------------
112 # configuration options related to source browsing
113 #---------------------------------------------------------------------------
117 STRIP_CODE_COMMENTS = YES
118 REFERENCED_BY_RELATION = NO
119 REFERENCES_RELATION = NO
120 REFERENCES_LINK_SOURCE = NO
122 VERBATIM_HEADERS = NO
124 #---------------------------------------------------------------------------
125 # configuration options related to the alphabetical class index
126 #---------------------------------------------------------------------------
128 ALPHABETICAL_INDEX = NO
129 COLS_IN_ALPHA_INDEX = 5
132 #---------------------------------------------------------------------------
133 # configuration options related to the HTML output
134 #---------------------------------------------------------------------------
138 HTML_FILE_EXTENSION = .html
142 HTML_ALIGN_MEMBERS = YES
143 GENERATE_HTMLHELP = NO
150 ENUM_VALUES_PER_LINE = 4
151 GENERATE_TREEVIEW = NO
154 #---------------------------------------------------------------------------
155 # configuration options related to the LaTeX output
156 #---------------------------------------------------------------------------
160 LATEX_CMD_NAME = latex
161 MAKEINDEX_CMD_NAME = makeindex
169 LATEX_HIDE_INDICES = NO
171 #---------------------------------------------------------------------------
172 # configuration options related to the RTF output
173 #---------------------------------------------------------------------------
179 RTF_STYLESHEET_FILE =
180 RTF_EXTENSIONS_FILE =
182 #---------------------------------------------------------------------------
183 # configuration options related to the man page output
184 #---------------------------------------------------------------------------
191 #---------------------------------------------------------------------------
192 # configuration options related to the XML output
193 #---------------------------------------------------------------------------
199 XML_PROGRAMLISTING = YES
201 #---------------------------------------------------------------------------
202 # configuration options for the AutoGen Definitions output
203 #---------------------------------------------------------------------------
205 GENERATE_AUTOGEN_DEF = NO
207 #---------------------------------------------------------------------------
208 # configuration options related to the Perl module output
209 #---------------------------------------------------------------------------
211 GENERATE_PERLMOD = NO
214 PERLMOD_MAKEVAR_PREFIX =
216 #---------------------------------------------------------------------------
217 # Configuration options related to the preprocessor
218 #---------------------------------------------------------------------------
220 ENABLE_PREPROCESSING = YES
221 MACRO_EXPANSION = YES
222 EXPAND_ONLY_PREDEF = YES
223 SEARCH_INCLUDES = YES
225 INCLUDE_FILE_PATTERNS =
226 PREDEFINED = "LIST_OF(element_T)=element_T list" \
231 SKIP_FUNCTION_MACROS = YES
233 #---------------------------------------------------------------------------
234 # Configuration::additions related to external references
235 #---------------------------------------------------------------------------
240 EXTERNAL_GROUPS = YES
241 PERL_PATH = /usr/bin/perl
243 #---------------------------------------------------------------------------
244 # Configuration options related to the dot tool
245 #---------------------------------------------------------------------------
249 HIDE_UNDOC_RELATIONS = YES
252 COLLABORATION_GRAPH = YES
255 TEMPLATE_RELATIONS = NO
257 INCLUDED_BY_GRAPH = YES
260 GRAPHICAL_HIERARCHY = YES
261 DIRECTORY_GRAPH = YES
262 DOT_IMAGE_FORMAT = png
265 DOT_GRAPH_MAX_NODES = 50
267 DOT_MULTI_TARGETS = NO
268 GENERATE_LEGEND = YES
271 #---------------------------------------------------------------------------
272 # Configuration::additions related to the search engine
273 #---------------------------------------------------------------------------