3 #---------------------------------------------------------------------------
4 # Project related configuration options
5 #---------------------------------------------------------------------------
6 DOXYFILE_ENCODING = UTF-8
11 OUTPUT_LANGUAGE = English
12 BRIEF_MEMBER_DESC = YES
14 ABBREVIATE_BRIEF = "The $name class " \
25 ALWAYS_DETAILED_SEC = NO
26 INLINE_INHERITED_MEMB = NO
31 JAVADOC_AUTOBRIEF = NO
33 MULTILINE_CPP_IS_BRIEF = NO
36 SEPARATE_MEMBER_PAGES = NO
39 OPTIMIZE_OUTPUT_FOR_C = NO
40 OPTIMIZE_OUTPUT_JAVA = NO
41 OPTIMIZE_FOR_FORTRAN = NO
42 OPTIMIZE_OUTPUT_VHDL = NO
43 BUILTIN_STL_SUPPORT = NO
46 IDL_PROPERTY_SUPPORT = YES
47 DISTRIBUTE_GROUP_DOC = NO
49 TYPEDEF_HIDES_STRUCT = NO
50 #---------------------------------------------------------------------------
51 # Build related configuration options
52 #---------------------------------------------------------------------------
56 EXTRACT_LOCAL_CLASSES = YES
57 EXTRACT_LOCAL_METHODS = NO
58 EXTRACT_ANON_NSPACES = NO
59 HIDE_UNDOC_MEMBERS = NO
60 HIDE_UNDOC_CLASSES = NO
61 HIDE_FRIEND_COMPOUNDS = NO
62 HIDE_IN_BODY_DOCS = NO
64 CASE_SENSE_NAMES = YES
66 SHOW_INCLUDE_FILES = YES
68 SORT_MEMBER_DOCS = YES
71 SORT_BY_SCOPE_NAME = NO
72 GENERATE_TODOLIST = YES
73 GENERATE_TESTLIST = YES
74 GENERATE_BUGLIST = YES
75 GENERATE_DEPRECATEDLIST= YES
77 MAX_INITIALIZER_LINES = 30
83 #---------------------------------------------------------------------------
84 # configuration options related to warning and progress messages
85 #---------------------------------------------------------------------------
88 WARN_IF_UNDOCUMENTED = YES
89 WARN_IF_DOC_ERROR = YES
91 WARN_FORMAT = "$file:$line: $text "
93 #---------------------------------------------------------------------------
94 # configuration options related to the input files
95 #---------------------------------------------------------------------------
98 INPUT_ENCODING = UTF-8
150 EXCLUDE_SYMLINKS = NO
155 EXAMPLE_RECURSIVE = NO
159 FILTER_SOURCE_FILES = NO
160 #---------------------------------------------------------------------------
161 # configuration options related to source browsing
162 #---------------------------------------------------------------------------
165 STRIP_CODE_COMMENTS = YES
166 REFERENCED_BY_RELATION = YES
167 REFERENCES_RELATION = YES
168 REFERENCES_LINK_SOURCE = YES
170 VERBATIM_HEADERS = YES
171 #---------------------------------------------------------------------------
172 # configuration options related to the alphabetical class index
173 #---------------------------------------------------------------------------
174 ALPHABETICAL_INDEX = YES
175 COLS_IN_ALPHA_INDEX = 5
177 #---------------------------------------------------------------------------
178 # configuration options related to the HTML output
179 #---------------------------------------------------------------------------
181 HTML_OUTPUT = ../doc/html
182 HTML_FILE_EXTENSION = .html
186 HTML_ALIGN_MEMBERS = YES
187 GENERATE_HTMLHELP = NO
189 DOCSET_FEEDNAME = "Doxygen generated docs"
190 DOCSET_BUNDLE_ID = org.doxygen.Project
191 HTML_DYNAMIC_SECTIONS = NO
199 ENUM_VALUES_PER_LINE = 4
200 GENERATE_TREEVIEW = NO
202 FORMULA_FONTSIZE = 10
203 #---------------------------------------------------------------------------
204 # configuration options related to the LaTeX output
205 #---------------------------------------------------------------------------
208 LATEX_CMD_NAME = latex
209 MAKEINDEX_CMD_NAME = makeindex
217 LATEX_HIDE_INDICES = NO
218 #---------------------------------------------------------------------------
219 # configuration options related to the RTF output
220 #---------------------------------------------------------------------------
225 RTF_STYLESHEET_FILE =
226 RTF_EXTENSIONS_FILE =
227 #---------------------------------------------------------------------------
228 # configuration options related to the man page output
229 #---------------------------------------------------------------------------
234 #---------------------------------------------------------------------------
235 # configuration options related to the XML output
236 #---------------------------------------------------------------------------
241 XML_PROGRAMLISTING = YES
242 #---------------------------------------------------------------------------
243 # configuration options for the AutoGen Definitions output
244 #---------------------------------------------------------------------------
245 GENERATE_AUTOGEN_DEF = NO
246 #---------------------------------------------------------------------------
247 # configuration options related to the Perl module output
248 #---------------------------------------------------------------------------
249 GENERATE_PERLMOD = NO
252 PERLMOD_MAKEVAR_PREFIX =
253 #---------------------------------------------------------------------------
254 # Configuration options related to the preprocessor
255 #---------------------------------------------------------------------------
256 ENABLE_PREPROCESSING = YES
258 EXPAND_ONLY_PREDEF = NO
259 SEARCH_INCLUDES = YES
261 INCLUDE_FILE_PATTERNS =
264 SKIP_FUNCTION_MACROS = YES
265 #---------------------------------------------------------------------------
266 # Configuration::additions related to external references
267 #---------------------------------------------------------------------------
269 GENERATE_TAGFILE = engrid.tag
271 EXTERNAL_GROUPS = YES
272 PERL_PATH = /usr/bin/perl
273 #---------------------------------------------------------------------------
274 # Configuration options related to the dot tool
275 #---------------------------------------------------------------------------
278 HIDE_UNDOC_RELATIONS = YES
280 DOT_FONTNAME = FreeSans
283 COLLABORATION_GRAPH = YES
286 TEMPLATE_RELATIONS = NO
288 INCLUDED_BY_GRAPH = YES
291 GRAPHICAL_HIERARCHY = YES
292 DIRECTORY_GRAPH = YES
293 DOT_IMAGE_FORMAT = png
294 DOT_PATH = /usr/bin/dot
296 DOT_GRAPH_MAX_NODES = 50
297 MAX_DOT_GRAPH_DEPTH = 1000
299 DOT_MULTI_TARGETS = NO
300 GENERATE_LEGEND = YES
302 #---------------------------------------------------------------------------
303 # Configuration::additions related to the search engine
304 #---------------------------------------------------------------------------