3 #---------------------------------------------------------------------------
4 # Project related configuration options
5 #---------------------------------------------------------------------------
6 DOXYFILE_ENCODING = UTF-8
7 PROJECT_NAME = UnsignedByte
8 PROJECT_NUMBER = 2008-06-04
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 = YES
33 MULTILINE_CPP_IS_BRIEF = NO
36 SEPARATE_MEMBER_PAGES = NO
39 OPTIMIZE_OUTPUT_FOR_C = NO
40 OPTIMIZE_OUTPUT_JAVA = NO
41 BUILTIN_STL_SUPPORT = YES
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 = YES
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 "
84 WARN_LOGFILE = Doxygen.log
85 #---------------------------------------------------------------------------
86 # configuration options related to the input files
87 #---------------------------------------------------------------------------
89 INPUT_ENCODING = UTF-8
92 EXCLUDE = src/Sockets \
95 src/Resource/sqlite3.h
101 EXAMPLE_RECURSIVE = NO
105 FILTER_SOURCE_FILES = NO
106 #---------------------------------------------------------------------------
107 # configuration options related to source browsing
108 #---------------------------------------------------------------------------
111 STRIP_CODE_COMMENTS = YES
112 REFERENCED_BY_RELATION = NO
113 REFERENCES_RELATION = NO
114 REFERENCES_LINK_SOURCE = NO
116 VERBATIM_HEADERS = YES
117 #---------------------------------------------------------------------------
118 # configuration options related to the alphabetical class index
119 #---------------------------------------------------------------------------
120 ALPHABETICAL_INDEX = NO
121 COLS_IN_ALPHA_INDEX = 5
123 #---------------------------------------------------------------------------
124 # configuration options related to the HTML output
125 #---------------------------------------------------------------------------
128 HTML_FILE_EXTENSION = .html
130 HTML_FOOTER = sflogo.inc
132 HTML_ALIGN_MEMBERS = YES
133 GENERATE_HTMLHELP = NO
134 HTML_DYNAMIC_SECTIONS = NO
141 ENUM_VALUES_PER_LINE = 4
142 GENERATE_TREEVIEW = NO
144 #---------------------------------------------------------------------------
145 # configuration options related to the LaTeX output
146 #---------------------------------------------------------------------------
149 LATEX_CMD_NAME = latex
150 MAKEINDEX_CMD_NAME = makeindex
158 LATEX_HIDE_INDICES = NO
159 #---------------------------------------------------------------------------
160 # configuration options related to the RTF output
161 #---------------------------------------------------------------------------
166 RTF_STYLESHEET_FILE =
167 RTF_EXTENSIONS_FILE =
168 #---------------------------------------------------------------------------
169 # configuration options related to the man page output
170 #---------------------------------------------------------------------------
175 #---------------------------------------------------------------------------
176 # configuration options related to the XML output
177 #---------------------------------------------------------------------------
182 XML_PROGRAMLISTING = YES
183 #---------------------------------------------------------------------------
184 # configuration options for the AutoGen Definitions output
185 #---------------------------------------------------------------------------
186 GENERATE_AUTOGEN_DEF = NO
187 #---------------------------------------------------------------------------
188 # configuration options related to the Perl module output
189 #---------------------------------------------------------------------------
190 GENERATE_PERLMOD = NO
193 PERLMOD_MAKEVAR_PREFIX =
194 #---------------------------------------------------------------------------
195 # Configuration options related to the preprocessor
196 #---------------------------------------------------------------------------
197 ENABLE_PREPROCESSING = YES
199 EXPAND_ONLY_PREDEF = NO
200 SEARCH_INCLUDES = YES
202 INCLUDE_FILE_PATTERNS =
205 SKIP_FUNCTION_MACROS = YES
206 #---------------------------------------------------------------------------
207 # Configuration::additions related to external references
208 #---------------------------------------------------------------------------
212 EXTERNAL_GROUPS = YES
213 PERL_PATH = /usr/bin/perl
214 #---------------------------------------------------------------------------
215 # Configuration options related to the dot tool
216 #---------------------------------------------------------------------------
219 HIDE_UNDOC_RELATIONS = YES
222 COLLABORATION_GRAPH = NO
225 TEMPLATE_RELATIONS = NO
227 INCLUDED_BY_GRAPH = NO
230 GRAPHICAL_HIERARCHY = YES
232 DOT_IMAGE_FORMAT = png
235 DOT_GRAPH_MAX_NODES = 50
236 MAX_DOT_GRAPH_DEPTH = 1000
238 DOT_MULTI_TARGETS = NO
239 GENERATE_LEGEND = YES
241 #---------------------------------------------------------------------------
242 # Configuration::additions related to the search engine
243 #---------------------------------------------------------------------------