1 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
26 JAVADOC_AUTOBRIEF = NO
28 MULTILINE_CPP_IS_BRIEF = NO
31 SEPARATE_MEMBER_PAGES = NO
34 OPTIMIZE_OUTPUT_FOR_C = YES
35 OPTIMIZE_OUTPUT_JAVA = NO
36 BUILTIN_STL_SUPPORT = NO
38 DISTRIBUTE_GROUP_DOC = NO
40 #---------------------------------------------------------------------------
41 # Build related configuration options
42 #---------------------------------------------------------------------------
46 EXTRACT_LOCAL_CLASSES = YES
47 EXTRACT_LOCAL_METHODS = YES
48 EXTRACT_ANON_NSPACES = YES
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
70 #---------------------------------------------------------------------------
71 # configuration options related to warning and progress messages
72 #---------------------------------------------------------------------------
75 WARN_IF_UNDOCUMENTED = YES
76 WARN_IF_DOC_ERROR = YES
78 WARN_FORMAT = "$file:$line: $text"
80 #---------------------------------------------------------------------------
81 # configuration options related to the input files
82 #---------------------------------------------------------------------------
83 INPUT = @top_srcdir@ @top_builddir@
84 INPUT_ENCODING = UTF-8
94 EXAMPLE_RECURSIVE = NO
98 FILTER_SOURCE_FILES = NO
99 #---------------------------------------------------------------------------
100 # configuration options related to source browsing
101 #---------------------------------------------------------------------------
104 STRIP_CODE_COMMENTS = NO
105 REFERENCED_BY_RELATION = YES
106 REFERENCES_RELATION = YES
107 REFERENCES_LINK_SOURCE = YES
109 VERBATIM_HEADERS = YES
110 #---------------------------------------------------------------------------
111 # configuration options related to the alphabetical class index
112 #---------------------------------------------------------------------------
113 ALPHABETICAL_INDEX = NO
114 COLS_IN_ALPHA_INDEX = 5
116 #---------------------------------------------------------------------------
117 # configuration options related to the HTML output
118 #---------------------------------------------------------------------------
121 HTML_FILE_EXTENSION = .html
125 HTML_ALIGN_MEMBERS = YES
126 GENERATE_HTMLHELP = NO
127 HTML_DYNAMIC_SECTIONS = NO
134 ENUM_VALUES_PER_LINE = 4
135 GENERATE_TREEVIEW = YES
137 #---------------------------------------------------------------------------
138 # configuration options related to the LaTeX output
139 #---------------------------------------------------------------------------
142 LATEX_CMD_NAME = latex
143 MAKEINDEX_CMD_NAME = makeindex
151 LATEX_HIDE_INDICES = NO
152 #---------------------------------------------------------------------------
153 # configuration options related to the RTF output
154 #---------------------------------------------------------------------------
159 RTF_STYLESHEET_FILE =
160 RTF_EXTENSIONS_FILE =
161 #---------------------------------------------------------------------------
162 # configuration options related to the man page output
163 #---------------------------------------------------------------------------
168 #---------------------------------------------------------------------------
169 # configuration options related to the XML output
170 #---------------------------------------------------------------------------
175 XML_PROGRAMLISTING = YES
176 #---------------------------------------------------------------------------
177 # configuration options for the AutoGen Definitions output
178 #---------------------------------------------------------------------------
179 GENERATE_AUTOGEN_DEF = NO
180 #---------------------------------------------------------------------------
181 # configuration options related to the Perl module output
182 #---------------------------------------------------------------------------
183 GENERATE_PERLMOD = NO
186 PERLMOD_MAKEVAR_PREFIX =
187 #---------------------------------------------------------------------------
188 # Configuration options related to the preprocessor
189 #---------------------------------------------------------------------------
190 ENABLE_PREPROCESSING = YES
191 MACRO_EXPANSION = YES
192 EXPAND_ONLY_PREDEF = YES
193 SEARCH_INCLUDES = YES
195 INCLUDE_FILE_PATTERNS =
196 PREDEFINED = "__attribute__(x)="
198 SKIP_FUNCTION_MACROS = YES
199 #---------------------------------------------------------------------------
200 # Configuration::additions related to external references
201 #---------------------------------------------------------------------------
205 EXTERNAL_GROUPS = YES
206 PERL_PATH = /usr/bin/perl
207 #---------------------------------------------------------------------------
208 # Configuration options related to the dot tool
209 #---------------------------------------------------------------------------
212 HIDE_UNDOC_RELATIONS = YES
215 COLLABORATION_GRAPH = YES
218 TEMPLATE_RELATIONS = YeS
220 INCLUDED_BY_GRAPH = YES
223 GRAPHICAL_HIERARCHY = YES
224 DIRECTORY_GRAPH = YES
225 DOT_IMAGE_FORMAT = png
228 DOT_GRAPH_MAX_NODES = 50
229 MAX_DOT_GRAPH_DEPTH = 1000
231 DOT_MULTI_TARGETS = NO
232 GENERATE_LEGEND = YES
234 #---------------------------------------------------------------------------
235 # Configuration::additions related to the search engine
236 #---------------------------------------------------------------------------