3 #---------------------------------------------------------------------------
4 # Project related configuration options
5 #---------------------------------------------------------------------------
6 DOXYFILE_ENCODING = UTF-8
7 PROJECT_NAME = "SN9C20x Webcam Driver"
8 PROJECT_NUMBER = v2009.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
35 SEPARATE_MEMBER_PAGES = NO
38 OPTIMIZE_OUTPUT_FOR_C = YES
39 OPTIMIZE_OUTPUT_JAVA = NO
40 BUILTIN_STL_SUPPORT = NO
42 DISTRIBUTE_GROUP_DOC = NO
44 #---------------------------------------------------------------------------
45 # Build related configuration options
46 #---------------------------------------------------------------------------
50 EXTRACT_LOCAL_CLASSES = YES
51 EXTRACT_LOCAL_METHODS = NO
52 EXTRACT_ANON_NSPACES = NO
53 HIDE_UNDOC_MEMBERS = YES
54 HIDE_UNDOC_CLASSES = YES
55 HIDE_FRIEND_COMPOUNDS = NO
56 HIDE_IN_BODY_DOCS = NO
58 CASE_SENSE_NAMES = YES
60 SHOW_INCLUDE_FILES = YES
62 SORT_MEMBER_DOCS = YES
64 SORT_BY_SCOPE_NAME = NO
65 GENERATE_TODOLIST = YES
66 GENERATE_TESTLIST = YES
67 GENERATE_BUGLIST = YES
68 GENERATE_DEPRECATEDLIST= YES
70 MAX_INITIALIZER_LINES = 30
74 #---------------------------------------------------------------------------
75 # configuration options related to warning and progress messages
76 #---------------------------------------------------------------------------
79 WARN_IF_UNDOCUMENTED = YES
80 WARN_IF_DOC_ERROR = YES
82 WARN_FORMAT = "$file:$line: $text"
84 #---------------------------------------------------------------------------
85 # configuration options related to the input files
86 #---------------------------------------------------------------------------
88 INPUT_ENCODING = UTF-8
132 EXCLUDE_SYMLINKS = NO
133 EXCLUDE_PATTERNS = *.mod.c
137 EXAMPLE_RECURSIVE = NO
141 FILTER_SOURCE_FILES = NO
142 #---------------------------------------------------------------------------
143 # configuration options related to source browsing
144 #---------------------------------------------------------------------------
147 STRIP_CODE_COMMENTS = YES
148 REFERENCED_BY_RELATION = YES
149 REFERENCES_RELATION = YES
150 REFERENCES_LINK_SOURCE = YES
152 VERBATIM_HEADERS = YES
153 #---------------------------------------------------------------------------
154 # configuration options related to the alphabetical class index
155 #---------------------------------------------------------------------------
156 ALPHABETICAL_INDEX = NO
157 COLS_IN_ALPHA_INDEX = 5
159 #---------------------------------------------------------------------------
160 # configuration options related to the HTML output
161 #---------------------------------------------------------------------------
164 HTML_FILE_EXTENSION = .html
168 HTML_ALIGN_MEMBERS = YES
169 GENERATE_HTMLHELP = NO
170 HTML_DYNAMIC_SECTIONS = NO
177 ENUM_VALUES_PER_LINE = 4
178 GENERATE_TREEVIEW = YES
180 #---------------------------------------------------------------------------
181 # configuration options related to the LaTeX output
182 #---------------------------------------------------------------------------
185 LATEX_CMD_NAME = latex
186 MAKEINDEX_CMD_NAME = makeindex
194 LATEX_HIDE_INDICES = NO
195 #---------------------------------------------------------------------------
196 # configuration options related to the RTF output
197 #---------------------------------------------------------------------------
202 RTF_STYLESHEET_FILE =
203 RTF_EXTENSIONS_FILE =
204 #---------------------------------------------------------------------------
205 # configuration options related to the man page output
206 #---------------------------------------------------------------------------
211 #---------------------------------------------------------------------------
212 # configuration options related to the XML output
213 #---------------------------------------------------------------------------
218 XML_PROGRAMLISTING = YES
219 #---------------------------------------------------------------------------
220 # configuration options for the AutoGen Definitions output
221 #---------------------------------------------------------------------------
222 GENERATE_AUTOGEN_DEF = NO
223 #---------------------------------------------------------------------------
224 # configuration options related to the Perl module output
225 #---------------------------------------------------------------------------
226 GENERATE_PERLMOD = NO
229 PERLMOD_MAKEVAR_PREFIX =
230 #---------------------------------------------------------------------------
231 # Configuration options related to the preprocessor
232 #---------------------------------------------------------------------------
233 ENABLE_PREPROCESSING = YES
235 EXPAND_ONLY_PREDEF = NO
236 SEARCH_INCLUDES = YES
238 INCLUDE_FILE_PATTERNS =
241 SKIP_FUNCTION_MACROS = YES
242 #---------------------------------------------------------------------------
243 # Configuration::additions related to external references
244 #---------------------------------------------------------------------------
248 EXTERNAL_GROUPS = YES
249 PERL_PATH = /usr/bin/perl
250 #---------------------------------------------------------------------------
251 # Configuration options related to the dot tool
252 #---------------------------------------------------------------------------
255 HIDE_UNDOC_RELATIONS = YES
258 COLLABORATION_GRAPH = YES
261 TEMPLATE_RELATIONS = NO
263 INCLUDED_BY_GRAPH = YES
266 GRAPHICAL_HIERARCHY = YES
267 DIRECTORY_GRAPH = YES
268 DOT_IMAGE_FORMAT = png
271 DOT_GRAPH_MAX_NODES = 50
272 MAX_DOT_GRAPH_DEPTH = 1000
274 DOT_MULTI_TARGETS = NO
275 GENERATE_LEGEND = YES
277 #---------------------------------------------------------------------------
278 # Configuration::additions related to the search engine
279 #---------------------------------------------------------------------------