1 # Doxyfile 1.5.1-KDevelop
3 #---------------------------------------------------------------------------
4 # Project related configuration options
5 #---------------------------------------------------------------------------
6 PROJECT_NAME = FriiDump
7 PROJECT_NUMBER = 0.3pre
10 OUTPUT_LANGUAGE = English
11 USE_WINDOWS_ENCODING = NO
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
32 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
41 DISTRIBUTE_GROUP_DOC = NO
43 #---------------------------------------------------------------------------
44 # Build related configuration options
45 #---------------------------------------------------------------------------
49 EXTRACT_LOCAL_CLASSES = YES
50 EXTRACT_LOCAL_METHODS = NO
51 HIDE_UNDOC_MEMBERS = YES
52 HIDE_UNDOC_CLASSES = NO
53 HIDE_FRIEND_COMPOUNDS = NO
54 HIDE_IN_BODY_DOCS = NO
56 CASE_SENSE_NAMES = YES
58 SHOW_INCLUDE_FILES = NO
62 SORT_BY_SCOPE_NAME = NO
63 GENERATE_TODOLIST = YES
64 GENERATE_TESTLIST = YES
65 GENERATE_BUGLIST = YES
66 GENERATE_DEPRECATEDLIST= YES
68 MAX_INITIALIZER_LINES = 30
72 #---------------------------------------------------------------------------
73 # configuration options related to warning and progress messages
74 #---------------------------------------------------------------------------
77 WARN_IF_UNDOCUMENTED = YES
78 WARN_IF_DOC_ERROR = YES
80 WARN_FORMAT = "$file:$line: $text"
82 #---------------------------------------------------------------------------
83 # configuration options related to the input files
84 #---------------------------------------------------------------------------
138 EXCLUDE_SYMLINKS = NO
142 EXAMPLE_RECURSIVE = NO
146 FILTER_SOURCE_FILES = NO
147 #---------------------------------------------------------------------------
148 # configuration options related to source browsing
149 #---------------------------------------------------------------------------
152 STRIP_CODE_COMMENTS = YES
153 REFERENCED_BY_RELATION = YES
154 REFERENCES_RELATION = YES
155 REFERENCES_LINK_SOURCE = YES
157 VERBATIM_HEADERS = YES
158 #---------------------------------------------------------------------------
159 # configuration options related to the alphabetical class index
160 #---------------------------------------------------------------------------
161 ALPHABETICAL_INDEX = YES
162 COLS_IN_ALPHA_INDEX = 5
164 #---------------------------------------------------------------------------
165 # configuration options related to the HTML output
166 #---------------------------------------------------------------------------
168 HTML_OUTPUT = doxygen-html
169 HTML_FILE_EXTENSION = .html
173 HTML_ALIGN_MEMBERS = YES
174 GENERATE_HTMLHELP = NO
181 ENUM_VALUES_PER_LINE = 4
182 GENERATE_TREEVIEW = YES
184 #---------------------------------------------------------------------------
185 # configuration options related to the LaTeX output
186 #---------------------------------------------------------------------------
189 LATEX_CMD_NAME = latex
190 MAKEINDEX_CMD_NAME = makeindex
198 LATEX_HIDE_INDICES = NO
199 #---------------------------------------------------------------------------
200 # configuration options related to the RTF output
201 #---------------------------------------------------------------------------
206 RTF_STYLESHEET_FILE =
207 RTF_EXTENSIONS_FILE =
208 #---------------------------------------------------------------------------
209 # configuration options related to the man page output
210 #---------------------------------------------------------------------------
215 #---------------------------------------------------------------------------
216 # configuration options related to the XML output
217 #---------------------------------------------------------------------------
222 XML_PROGRAMLISTING = YES
223 #---------------------------------------------------------------------------
224 # configuration options for the AutoGen Definitions output
225 #---------------------------------------------------------------------------
226 GENERATE_AUTOGEN_DEF = NO
227 #---------------------------------------------------------------------------
228 # configuration options related to the Perl module output
229 #---------------------------------------------------------------------------
230 GENERATE_PERLMOD = NO
233 PERLMOD_MAKEVAR_PREFIX =
234 #---------------------------------------------------------------------------
235 # Configuration options related to the preprocessor
236 #---------------------------------------------------------------------------
237 ENABLE_PREPROCESSING = YES
238 MACRO_EXPANSION = YES
239 EXPAND_ONLY_PREDEF = NO
240 SEARCH_INCLUDES = YES
242 INCLUDE_FILE_PATTERNS =
245 SKIP_FUNCTION_MACROS = YES
246 #---------------------------------------------------------------------------
247 # Configuration::additions related to external references
248 #---------------------------------------------------------------------------
252 EXTERNAL_GROUPS = YES
253 PERL_PATH = /usr/bin/perl
254 #---------------------------------------------------------------------------
255 # Configuration options related to the dot tool
256 #---------------------------------------------------------------------------
258 HIDE_UNDOC_RELATIONS = YES
261 COLLABORATION_GRAPH = YES
264 TEMPLATE_RELATIONS = NO
266 INCLUDED_BY_GRAPH = YES
269 GRAPHICAL_HIERARCHY = YES
270 DIRECTORY_GRAPH = YES
271 DOT_IMAGE_FORMAT = png
274 MAX_DOT_GRAPH_WIDTH = 1024
275 MAX_DOT_GRAPH_HEIGHT = 1024
276 MAX_DOT_GRAPH_DEPTH = 1000
278 DOT_MULTI_TARGETS = NO
279 GENERATE_LEGEND = YES
281 #---------------------------------------------------------------------------
282 # Configuration::additions related to the search engine
283 #---------------------------------------------------------------------------