1 # Doxyfile 1.5.1-KDevelop
3 #---------------------------------------------------------------------------
4 # Project related configuration options
5 #---------------------------------------------------------------------------
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
28 STRIP_FROM_PATH = /root/
31 JAVADOC_AUTOBRIEF = NO
32 MULTILINE_CPP_IS_BRIEF = NO
35 SEPARATE_MEMBER_PAGES = NO
38 OPTIMIZE_OUTPUT_FOR_C = NO
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 = NO
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 = YES
60 SORT_MEMBER_DOCS = YES
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 #---------------------------------------------------------------------------
137 EXCLUDE_SYMLINKS = NO
141 EXAMPLE_RECURSIVE = NO
145 FILTER_SOURCE_FILES = NO
146 #---------------------------------------------------------------------------
147 # configuration options related to source browsing
148 #---------------------------------------------------------------------------
151 STRIP_CODE_COMMENTS = YES
152 REFERENCED_BY_RELATION = YES
153 REFERENCES_RELATION = YES
154 REFERENCES_LINK_SOURCE = YES
156 VERBATIM_HEADERS = YES
157 #---------------------------------------------------------------------------
158 # configuration options related to the alphabetical class index
159 #---------------------------------------------------------------------------
160 ALPHABETICAL_INDEX = NO
161 COLS_IN_ALPHA_INDEX = 5
163 #---------------------------------------------------------------------------
164 # configuration options related to the HTML output
165 #---------------------------------------------------------------------------
168 HTML_FILE_EXTENSION = .html
172 HTML_ALIGN_MEMBERS = YES
173 GENERATE_HTMLHELP = NO
180 ENUM_VALUES_PER_LINE = 4
181 GENERATE_TREEVIEW = NO
183 #---------------------------------------------------------------------------
184 # configuration options related to the LaTeX output
185 #---------------------------------------------------------------------------
188 LATEX_CMD_NAME = latex
189 MAKEINDEX_CMD_NAME = makeindex
197 LATEX_HIDE_INDICES = NO
198 #---------------------------------------------------------------------------
199 # configuration options related to the RTF output
200 #---------------------------------------------------------------------------
205 RTF_STYLESHEET_FILE =
206 RTF_EXTENSIONS_FILE =
207 #---------------------------------------------------------------------------
208 # configuration options related to the man page output
209 #---------------------------------------------------------------------------
214 #---------------------------------------------------------------------------
215 # configuration options related to the XML output
216 #---------------------------------------------------------------------------
221 XML_PROGRAMLISTING = YES
222 #---------------------------------------------------------------------------
223 # configuration options for the AutoGen Definitions output
224 #---------------------------------------------------------------------------
225 GENERATE_AUTOGEN_DEF = NO
226 #---------------------------------------------------------------------------
227 # configuration options related to the Perl module output
228 #---------------------------------------------------------------------------
229 GENERATE_PERLMOD = NO
232 PERLMOD_MAKEVAR_PREFIX =
233 #---------------------------------------------------------------------------
234 # Configuration options related to the preprocessor
235 #---------------------------------------------------------------------------
236 ENABLE_PREPROCESSING = YES
238 EXPAND_ONLY_PREDEF = NO
239 SEARCH_INCLUDES = YES
241 INCLUDE_FILE_PATTERNS =
244 SKIP_FUNCTION_MACROS = YES
245 #---------------------------------------------------------------------------
246 # Configuration::additions related to external references
247 #---------------------------------------------------------------------------
249 GENERATE_TAGFILE = sak.tag
251 EXTERNAL_GROUPS = YES
252 PERL_PATH = /usr/bin/perl
253 #---------------------------------------------------------------------------
254 # Configuration options related to the dot tool
255 #---------------------------------------------------------------------------
257 HIDE_UNDOC_RELATIONS = YES
260 COLLABORATION_GRAPH = YES
263 TEMPLATE_RELATIONS = NO
265 INCLUDED_BY_GRAPH = YES
268 GRAPHICAL_HIERARCHY = YES
269 DIRECTORY_GRAPH = YES
270 DOT_IMAGE_FORMAT = png
273 MAX_DOT_GRAPH_WIDTH = 1024
274 MAX_DOT_GRAPH_HEIGHT = 1024
275 MAX_DOT_GRAPH_DEPTH = 1000
277 DOT_MULTI_TARGETS = NO
278 GENERATE_LEGEND = YES
280 #---------------------------------------------------------------------------
281 # Configuration::additions related to the search engine
282 #---------------------------------------------------------------------------