3 #---------------------------------------------------------------------------
4 # Project related configuration options
5 #---------------------------------------------------------------------------
6 DOXYFILE_ENCODING = UTF-8
7 PROJECT_NAME = "Microdia Webcam Driver"
8 PROJECT_NUMBER = 00.00.01
9 OUTPUT_DIRECTORY = ./doc
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 = YES
40 OPTIMIZE_OUTPUT_JAVA = NO
41 BUILTIN_STL_SUPPORT = NO
43 DISTRIBUTE_GROUP_DOC = NO
45 #---------------------------------------------------------------------------
46 # Build related configuration options
47 #---------------------------------------------------------------------------
51 EXTRACT_LOCAL_CLASSES = YES
52 EXTRACT_LOCAL_METHODS = NO
53 EXTRACT_ANON_NSPACES = NO
54 HIDE_UNDOC_MEMBERS = YES
55 HIDE_UNDOC_CLASSES = YES
56 HIDE_FRIEND_COMPOUNDS = NO
57 HIDE_IN_BODY_DOCS = NO
59 CASE_SENSE_NAMES = YES
61 SHOW_INCLUDE_FILES = YES
63 SORT_MEMBER_DOCS = YES
65 SORT_BY_SCOPE_NAME = NO
66 GENERATE_TODOLIST = YES
67 GENERATE_TESTLIST = YES
68 GENERATE_BUGLIST = YES
69 GENERATE_DEPRECATEDLIST= YES
71 MAX_INITIALIZER_LINES = 30
75 #---------------------------------------------------------------------------
76 # configuration options related to warning and progress messages
77 #---------------------------------------------------------------------------
80 WARN_IF_UNDOCUMENTED = YES
81 WARN_IF_DOC_ERROR = YES
83 WARN_FORMAT = "$file:$line: $text"
85 #---------------------------------------------------------------------------
86 # configuration options related to the input files
87 #---------------------------------------------------------------------------
89 INPUT_ENCODING = UTF-8
133 EXCLUDE_SYMLINKS = NO
134 EXCLUDE_PATTERNS = *.mod.c
138 EXAMPLE_RECURSIVE = NO
142 FILTER_SOURCE_FILES = NO
143 #---------------------------------------------------------------------------
144 # configuration options related to source browsing
145 #---------------------------------------------------------------------------
148 STRIP_CODE_COMMENTS = YES
149 REFERENCED_BY_RELATION = YES
150 REFERENCES_RELATION = YES
151 REFERENCES_LINK_SOURCE = YES
153 VERBATIM_HEADERS = YES
154 #---------------------------------------------------------------------------
155 # configuration options related to the alphabetical class index
156 #---------------------------------------------------------------------------
157 ALPHABETICAL_INDEX = NO
158 COLS_IN_ALPHA_INDEX = 5
160 #---------------------------------------------------------------------------
161 # configuration options related to the HTML output
162 #---------------------------------------------------------------------------
165 HTML_FILE_EXTENSION = .html
169 HTML_ALIGN_MEMBERS = YES
170 GENERATE_HTMLHELP = NO
171 HTML_DYNAMIC_SECTIONS = NO
178 ENUM_VALUES_PER_LINE = 4
179 GENERATE_TREEVIEW = YES
181 #---------------------------------------------------------------------------
182 # configuration options related to the LaTeX output
183 #---------------------------------------------------------------------------
186 LATEX_CMD_NAME = latex
187 MAKEINDEX_CMD_NAME = makeindex
195 LATEX_HIDE_INDICES = NO
196 #---------------------------------------------------------------------------
197 # configuration options related to the RTF output
198 #---------------------------------------------------------------------------
203 RTF_STYLESHEET_FILE =
204 RTF_EXTENSIONS_FILE =
205 #---------------------------------------------------------------------------
206 # configuration options related to the man page output
207 #---------------------------------------------------------------------------
212 #---------------------------------------------------------------------------
213 # configuration options related to the XML output
214 #---------------------------------------------------------------------------
219 XML_PROGRAMLISTING = YES
220 #---------------------------------------------------------------------------
221 # configuration options for the AutoGen Definitions output
222 #---------------------------------------------------------------------------
223 GENERATE_AUTOGEN_DEF = NO
224 #---------------------------------------------------------------------------
225 # configuration options related to the Perl module output
226 #---------------------------------------------------------------------------
227 GENERATE_PERLMOD = NO
230 PERLMOD_MAKEVAR_PREFIX =
231 #---------------------------------------------------------------------------
232 # Configuration options related to the preprocessor
233 #---------------------------------------------------------------------------
234 ENABLE_PREPROCESSING = YES
236 EXPAND_ONLY_PREDEF = NO
237 SEARCH_INCLUDES = YES
239 INCLUDE_FILE_PATTERNS =
242 SKIP_FUNCTION_MACROS = YES
243 #---------------------------------------------------------------------------
244 # Configuration::additions related to external references
245 #---------------------------------------------------------------------------
249 EXTERNAL_GROUPS = YES
250 PERL_PATH = /usr/bin/perl
251 #---------------------------------------------------------------------------
252 # Configuration options related to the dot tool
253 #---------------------------------------------------------------------------
256 HIDE_UNDOC_RELATIONS = YES
259 COLLABORATION_GRAPH = YES
262 TEMPLATE_RELATIONS = NO
264 INCLUDED_BY_GRAPH = YES
267 GRAPHICAL_HIERARCHY = YES
268 DIRECTORY_GRAPH = YES
269 DOT_IMAGE_FORMAT = png
272 DOT_GRAPH_MAX_NODES = 50
273 MAX_DOT_GRAPH_DEPTH = 1000
275 DOT_MULTI_TARGETS = NO
276 GENERATE_LEGEND = YES
278 #---------------------------------------------------------------------------
279 # Configuration::additions related to the search engine
280 #---------------------------------------------------------------------------