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
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 = NO
48 EXTRACT_ANON_NSPACES = NO
49 HIDE_UNDOC_MEMBERS = YES
50 HIDE_UNDOC_CLASSES = YES
51 HIDE_FRIEND_COMPOUNDS = NO
52 HIDE_IN_BODY_DOCS = NO
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_DOC_ERROR = YES
76 WARN_NO_PARAMDOC = YES
77 WARN_FORMAT = "$file:$line: $text "
79 #---------------------------------------------------------------------------
80 # configuration options related to the input files
81 #---------------------------------------------------------------------------
82 INPUT_ENCODING = UTF-8
112 EXCLUDE_SYMLINKS = NO
113 EXCLUDE_PATTERNS = */.svn
117 EXAMPLE_RECURSIVE = NO
121 FILTER_SOURCE_FILES = NO
122 #---------------------------------------------------------------------------
123 # configuration options related to source browsing
124 #---------------------------------------------------------------------------
127 STRIP_CODE_COMMENTS = YES
128 REFERENCED_BY_RELATION = NO
129 REFERENCES_RELATION = NO
130 REFERENCES_LINK_SOURCE = YES
132 VERBATIM_HEADERS = NO
133 #---------------------------------------------------------------------------
134 # configuration options related to the alphabetical class index
135 #---------------------------------------------------------------------------
136 ALPHABETICAL_INDEX = NO
137 COLS_IN_ALPHA_INDEX = 5
139 #---------------------------------------------------------------------------
140 # configuration options related to the HTML output
141 #---------------------------------------------------------------------------
144 HTML_FILE_EXTENSION = .html
146 HTML_ALIGN_MEMBERS = YES
147 GENERATE_HTMLHELP = NO
148 HTML_DYNAMIC_SECTIONS = NO
155 ENUM_VALUES_PER_LINE = 4
156 GENERATE_TREEVIEW = NO
158 #---------------------------------------------------------------------------
159 # configuration options related to the LaTeX output
160 #---------------------------------------------------------------------------
163 LATEX_CMD_NAME = latex
164 MAKEINDEX_CMD_NAME = makeindex
172 LATEX_HIDE_INDICES = NO
173 #---------------------------------------------------------------------------
174 # configuration options related to the RTF output
175 #---------------------------------------------------------------------------
180 RTF_STYLESHEET_FILE =
181 RTF_EXTENSIONS_FILE =
182 #---------------------------------------------------------------------------
183 # configuration options related to the man page output
184 #---------------------------------------------------------------------------
189 #---------------------------------------------------------------------------
190 # configuration options related to the XML output
191 #---------------------------------------------------------------------------
196 XML_PROGRAMLISTING = YES
197 #---------------------------------------------------------------------------
198 # configuration options for the AutoGen Definitions output
199 #---------------------------------------------------------------------------
200 GENERATE_AUTOGEN_DEF = NO
201 #---------------------------------------------------------------------------
202 # configuration options related to the Perl module output
203 #---------------------------------------------------------------------------
204 GENERATE_PERLMOD = NO
207 PERLMOD_MAKEVAR_PREFIX =
208 #---------------------------------------------------------------------------
209 # Configuration options related to the preprocessor
210 #---------------------------------------------------------------------------
211 ENABLE_PREPROCESSING = YES
213 EXPAND_ONLY_PREDEF = NO
214 SEARCH_INCLUDES = YES
216 INCLUDE_FILE_PATTERNS =
219 SKIP_FUNCTION_MACROS = YES
220 #---------------------------------------------------------------------------
221 # Configuration::additions related to external references
222 #---------------------------------------------------------------------------
226 EXTERNAL_GROUPS = YES
227 #---------------------------------------------------------------------------
228 # Configuration options related to the dot tool
229 #---------------------------------------------------------------------------
231 MSCGEN_PATH = /Applications/Doxygen.app/Contents/Resources/
232 HIDE_UNDOC_RELATIONS = YES
235 COLLABORATION_GRAPH = YES
238 TEMPLATE_RELATIONS = NO
240 INCLUDED_BY_GRAPH = YES
243 GRAPHICAL_HIERARCHY = YES
244 DIRECTORY_GRAPH = YES
245 DOT_IMAGE_FORMAT = png
246 DOT_PATH = /Applications/Doxygen.app/Contents/Resources/
248 DOT_GRAPH_MAX_NODES = 50
249 MAX_DOT_GRAPH_DEPTH = 1000
251 DOT_MULTI_TARGETS = NO
252 GENERATE_LEGEND = YES
254 #---------------------------------------------------------------------------
255 # Configuration::additions related to the search engine
256 #---------------------------------------------------------------------------