1 # Doxyfile 1.4.1-KDevelop
3 #---------------------------------------------------------------------------
4 # Project related configuration options
5 #---------------------------------------------------------------------------
10 OUTPUT_LANGUAGE = English
11 USE_WINDOWS_ENCODING = NO
12 BRIEF_MEMBER_DESC = YES
15 ALWAYS_DETAILED_SEC = NO
16 INLINE_INHERITED_MEMB = NO
21 JAVADOC_AUTOBRIEF = NO
22 MULTILINE_CPP_IS_BRIEF = NO
25 DISTRIBUTE_GROUP_DOC = NO
28 OPTIMIZE_OUTPUT_FOR_C = NO
29 OPTIMIZE_OUTPUT_JAVA = NO
31 #---------------------------------------------------------------------------
32 # Build related configuration options
33 #---------------------------------------------------------------------------
37 EXTRACT_LOCAL_CLASSES = YES
38 EXTRACT_LOCAL_METHODS = NO
39 HIDE_UNDOC_MEMBERS = NO
40 HIDE_UNDOC_CLASSES = NO
41 HIDE_FRIEND_COMPOUNDS = NO
42 HIDE_IN_BODY_DOCS = NO
44 CASE_SENSE_NAMES = YES
46 SHOW_INCLUDE_FILES = YES
48 SORT_MEMBER_DOCS = YES
50 SORT_BY_SCOPE_NAME = NO
51 GENERATE_TODOLIST = YES
52 GENERATE_TESTLIST = YES
53 GENERATE_BUGLIST = YES
54 GENERATE_DEPRECATEDLIST= YES
56 MAX_INITIALIZER_LINES = 30
60 #---------------------------------------------------------------------------
61 # configuration options related to warning and progress messages
62 #---------------------------------------------------------------------------
65 WARN_IF_UNDOCUMENTED = YES
66 WARN_IF_DOC_ERROR = YES
68 WARN_FORMAT = "$file:$line: $text"
70 #---------------------------------------------------------------------------
71 # configuration options related to the input files
72 #---------------------------------------------------------------------------
83 EXAMPLE_RECURSIVE = NO
87 FILTER_SOURCE_FILES = NO
88 #---------------------------------------------------------------------------
89 # configuration options related to source browsing
90 #---------------------------------------------------------------------------
93 STRIP_CODE_COMMENTS = YES
94 REFERENCED_BY_RELATION = YES
95 REFERENCES_RELATION = YES
96 VERBATIM_HEADERS = YES
97 #---------------------------------------------------------------------------
98 # configuration options related to the alphabetical class index
99 #---------------------------------------------------------------------------
100 ALPHABETICAL_INDEX = NO
101 COLS_IN_ALPHA_INDEX = 5
103 #---------------------------------------------------------------------------
104 # configuration options related to the HTML output
105 #---------------------------------------------------------------------------
108 HTML_FILE_EXTENSION = .html
110 HTML_FOOTER = doc/footer.html
112 HTML_ALIGN_MEMBERS = YES
113 GENERATE_HTMLHELP = NO
120 ENUM_VALUES_PER_LINE = 4
121 GENERATE_TREEVIEW = NO
123 #---------------------------------------------------------------------------
124 # configuration options related to the LaTeX output
125 #---------------------------------------------------------------------------
128 LATEX_CMD_NAME = latex
129 MAKEINDEX_CMD_NAME = makeindex
137 LATEX_HIDE_INDICES = NO
138 #---------------------------------------------------------------------------
139 # configuration options related to the RTF output
140 #---------------------------------------------------------------------------
145 RTF_STYLESHEET_FILE =
146 RTF_EXTENSIONS_FILE =
147 #---------------------------------------------------------------------------
148 # configuration options related to the man page output
149 #---------------------------------------------------------------------------
154 #---------------------------------------------------------------------------
155 # configuration options related to the XML output
156 #---------------------------------------------------------------------------
161 XML_PROGRAMLISTING = YES
162 #---------------------------------------------------------------------------
163 # configuration options for the AutoGen Definitions output
164 #---------------------------------------------------------------------------
165 GENERATE_AUTOGEN_DEF = NO
166 #---------------------------------------------------------------------------
167 # configuration options related to the Perl module output
168 #---------------------------------------------------------------------------
169 GENERATE_PERLMOD = NO
172 PERLMOD_MAKEVAR_PREFIX =
173 #---------------------------------------------------------------------------
174 # Configuration options related to the preprocessor
175 #---------------------------------------------------------------------------
176 ENABLE_PREPROCESSING = YES
178 EXPAND_ONLY_PREDEF = NO
179 SEARCH_INCLUDES = YES
181 INCLUDE_FILE_PATTERNS =
184 SKIP_FUNCTION_MACROS = YES
185 #---------------------------------------------------------------------------
186 # Configuration::additions related to external references
187 #---------------------------------------------------------------------------
191 EXTERNAL_GROUPS = YES
192 PERL_PATH = /usr/bin/perl
193 #---------------------------------------------------------------------------
194 # Configuration options related to the dot tool
195 #---------------------------------------------------------------------------
197 HIDE_UNDOC_RELATIONS = YES
200 COLLABORATION_GRAPH = YES
203 TEMPLATE_RELATIONS = NO
205 INCLUDED_BY_GRAPH = YES
207 GRAPHICAL_HIERARCHY = YES
208 DIRECTORY_GRAPH = YES
209 DOT_IMAGE_FORMAT = png
212 MAX_DOT_GRAPH_WIDTH = 1024
213 MAX_DOT_GRAPH_HEIGHT = 1024
214 MAX_DOT_GRAPH_DEPTH = 0
216 DOT_MULTI_TARGETS = NO
217 GENERATE_LEGEND = YES
219 #---------------------------------------------------------------------------
220 # Configuration::additions related to the search engine
221 #---------------------------------------------------------------------------