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
116 EXAMPLE_RECURSIVE = NO
120 FILTER_SOURCE_FILES = NO
121 #---------------------------------------------------------------------------
122 # configuration options related to source browsing
123 #---------------------------------------------------------------------------
126 STRIP_CODE_COMMENTS = YES
127 REFERENCED_BY_RELATION = NO
128 REFERENCES_RELATION = NO
129 REFERENCES_LINK_SOURCE = YES
131 VERBATIM_HEADERS = NO
132 #---------------------------------------------------------------------------
133 # configuration options related to the alphabetical class index
134 #---------------------------------------------------------------------------
135 ALPHABETICAL_INDEX = NO
136 COLS_IN_ALPHA_INDEX = 5
138 #---------------------------------------------------------------------------
139 # configuration options related to the HTML output
140 #---------------------------------------------------------------------------
143 HTML_FILE_EXTENSION = .html
145 HTML_ALIGN_MEMBERS = YES
146 GENERATE_HTMLHELP = NO
147 HTML_DYNAMIC_SECTIONS = NO
154 ENUM_VALUES_PER_LINE = 4
155 GENERATE_TREEVIEW = NO
157 #---------------------------------------------------------------------------
158 # configuration options related to the LaTeX output
159 #---------------------------------------------------------------------------
162 LATEX_CMD_NAME = latex
163 MAKEINDEX_CMD_NAME = makeindex
171 LATEX_HIDE_INDICES = NO
172 #---------------------------------------------------------------------------
173 # configuration options related to the RTF output
174 #---------------------------------------------------------------------------
179 RTF_STYLESHEET_FILE =
180 RTF_EXTENSIONS_FILE =
181 #---------------------------------------------------------------------------
182 # configuration options related to the man page output
183 #---------------------------------------------------------------------------
188 #---------------------------------------------------------------------------
189 # configuration options related to the XML output
190 #---------------------------------------------------------------------------
195 XML_PROGRAMLISTING = YES
196 #---------------------------------------------------------------------------
197 # configuration options for the AutoGen Definitions output
198 #---------------------------------------------------------------------------
199 GENERATE_AUTOGEN_DEF = NO
200 #---------------------------------------------------------------------------
201 # configuration options related to the Perl module output
202 #---------------------------------------------------------------------------
203 GENERATE_PERLMOD = NO
206 PERLMOD_MAKEVAR_PREFIX =
207 #---------------------------------------------------------------------------
208 # Configuration options related to the preprocessor
209 #---------------------------------------------------------------------------
210 ENABLE_PREPROCESSING = YES
212 EXPAND_ONLY_PREDEF = NO
213 SEARCH_INCLUDES = YES
215 INCLUDE_FILE_PATTERNS =
218 SKIP_FUNCTION_MACROS = YES
219 #---------------------------------------------------------------------------
220 # Configuration::additions related to external references
221 #---------------------------------------------------------------------------
225 EXTERNAL_GROUPS = YES
226 #---------------------------------------------------------------------------
227 # Configuration options related to the dot tool
228 #---------------------------------------------------------------------------
230 MSCGEN_PATH = /Applications/Doxygen.app/Contents/Resources/
231 HIDE_UNDOC_RELATIONS = YES
234 COLLABORATION_GRAPH = YES
237 TEMPLATE_RELATIONS = NO
239 INCLUDED_BY_GRAPH = YES
242 GRAPHICAL_HIERARCHY = YES
243 DIRECTORY_GRAPH = YES
244 DOT_IMAGE_FORMAT = png
245 DOT_PATH = /Applications/Doxygen.app/Contents/Resources/
247 DOT_GRAPH_MAX_NODES = 50
248 MAX_DOT_GRAPH_DEPTH = 1000
250 DOT_MULTI_TARGETS = NO
251 GENERATE_LEGEND = YES
253 #---------------------------------------------------------------------------
254 # Configuration::additions related to the search engine
255 #---------------------------------------------------------------------------