File: Doxyfile

package info (click to toggle)
kshisen 4%3A16.08.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 784 kB
  • ctags: 219
  • sloc: cpp: 2,441; xml: 100; makefile: 5; sh: 3
file content (471 lines) | stat: -rw-r--r-- 20,459 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
# Doxyfile 1.5.8

#---------------------------------------------------------------------------
# Project related configuration options
#---------------------------------------------------------------------------
DOXYFILE_ENCODING      = UTF-8
PROJECT_NAME           = KShisen
PROJECT_NUMBER         = 1.6.x
OUTPUT_DIRECTORY       = apidocs
CREATE_SUBDIRS         = NO
OUTPUT_LANGUAGE        = English
BRIEF_MEMBER_DESC      = YES
REPEAT_BRIEF           = YES
ABBREVIATE_BRIEF       = "The \$name class" \
                         "The \$name widget" \
                         "The \$name file" \
                         is \
                         provides \
                         specifies \
                         contains \
                         represents \
                         a \
                         an \
                         the
ALWAYS_DETAILED_SEC    = NO
INLINE_INHERITED_MEMB  = NO
FULL_PATH_NAMES        = NO
STRIP_FROM_PATH        = 
STRIP_FROM_INC_PATH    = 
SHORT_NAMES            = NO
JAVADOC_AUTOBRIEF      = NO
QT_AUTOBRIEF           = NO
MULTILINE_CPP_IS_BRIEF = NO
INHERIT_DOCS           = YES
SEPARATE_MEMBER_PAGES  = NO
TAB_SIZE               = 8
ALIASES                = "intern=\par<b>Internal use only.</b>" \
                         "reimp=\par<b>Reimplemented from superclass.</b>" \
                         "obsolete=@deprecated" \
                         "feature=\xrefitem features \"Feature(s)\" \"Features\"" \
                         "maintainer=\xrefitem maintainers \"Maintainer(s)\" \"Maintainers\"" \
                         "unmaintained=\xrefitem unmaintained \"Unmaintained\" \"Unmaintained\"" \
                         "requirement=\xrefitem requirements \"Requirement(s)\" \"Requirements\"" \
                         "faq=\xrefitem FAQ \"F.A.Q.\" \"F.A.Q.\"" \
                         "authors=\xrefitem authors \"Author(s)\" \"Authors\"" \
                         "maintainers=\xrefitem maintainers \"Maintainer(s)\" \"Maintainers\"" \
                         "port4=\xrefitem port4 \"KDE 4 Porting Guide\" \"KDE 4 Porting Guide\"" \
                         "glossary=\xrefitem glossary \"KDE 4 Glossary\" \"KDE 4 Glossary\"" \
                         "acronym=\b " \
                         "licenses=\xrefitem licenses \"License(s)\" \"Licenses\"" \
                         "short=@brief " \
                         "FIXME=\xrefitem fixme \"Fixme\" \"Fixme\"" \
                         "bc=\xrefitem bc \"Binary Compatible\" \"Binary Compatible\"" \
                         "artistic=<a href=\"http://www.opensource.org/licenses/artistic-license.php\">Artistic</a>" \
                         "bsd=<a href=\"http://www.xfree86.org/3.3.6/COPYRIGHT2.html#5\">BSD</a>" \
                         "x11=<a href=\"http://www.xfree86.org/3.3.6/COPYRIGHT2.html#3\">X11</a>" \
                         "gpl=<a href=\"http://www.fsf.org/licensing/licenses/gpl.html#SEC1\">GPL</a>" \
                         "lgpl=<a href=\"http://www.fsf.org/licensing/licenses/lgpl.html#SEC1\">LGPL</a>" \
                         "qpl=<a href=\"http://www.trolltech.com/products/qt/licenses\">QPL</a>"
OPTIMIZE_OUTPUT_FOR_C  = NO
OPTIMIZE_OUTPUT_JAVA   = NO
OPTIMIZE_FOR_FORTRAN   = NO
OPTIMIZE_OUTPUT_VHDL   = NO
EXTENSION_MAPPING      = 
BUILTIN_STL_SUPPORT    = NO
CPP_CLI_SUPPORT        = NO
SIP_SUPPORT            = NO
IDL_PROPERTY_SUPPORT   = YES
DISTRIBUTE_GROUP_DOC   = NO
SUBGROUPING            = YES
TYPEDEF_HIDES_STRUCT   = NO
SYMBOL_CACHE_SIZE      = 0
#---------------------------------------------------------------------------
# Build related configuration options
#---------------------------------------------------------------------------
EXTRACT_ALL            = NO
EXTRACT_PRIVATE        = YES
EXTRACT_STATIC         = YES
EXTRACT_LOCAL_CLASSES  = YES
EXTRACT_LOCAL_METHODS  = NO
EXTRACT_ANON_NSPACES   = NO
HIDE_UNDOC_MEMBERS     = NO
HIDE_UNDOC_CLASSES     = NO
HIDE_FRIEND_COMPOUNDS  = YES
HIDE_IN_BODY_DOCS      = NO
INTERNAL_DOCS          = YES
CASE_SENSE_NAMES       = YES
HIDE_SCOPE_NAMES       = NO
SHOW_INCLUDE_FILES     = YES
INLINE_INFO            = YES
SORT_MEMBER_DOCS       = YES
SORT_BRIEF_DOCS        = YES
SORT_GROUP_NAMES       = NO
SORT_BY_SCOPE_NAME     = NO
GENERATE_TODOLIST      = YES
GENERATE_TESTLIST      = YES
GENERATE_BUGLIST       = YES
GENERATE_DEPRECATEDLIST= YES
ENABLED_SECTIONS       = 
MAX_INITIALIZER_LINES  = 30
SHOW_USED_FILES        = YES
SHOW_DIRECTORIES       = NO
SHOW_FILES             = YES
SHOW_NAMESPACES        = YES
FILE_VERSION_FILTER    = 
LAYOUT_FILE            = 
#---------------------------------------------------------------------------
# configuration options related to warning and progress messages
#---------------------------------------------------------------------------
QUIET                  = NO
WARNINGS               = YES
WARN_IF_UNDOCUMENTED   = YES
WARN_IF_DOC_ERROR      = YES
WARN_NO_PARAMDOC       = YES
WARN_FORMAT            = "\$file:\$line: \$text"
WARN_LOGFILE           = doxygen.log
#---------------------------------------------------------------------------
# configuration options related to the input files
#---------------------------------------------------------------------------
INPUT                  = .
INPUT_ENCODING         = UTF-8
FILE_PATTERNS          = *.cpp \
                         *.cc \
                         *.cxx \
                         *.h \
                         *.hh \
                         *.hxx \
                         *.hpp \
                         *.dox
RECURSIVE              = YES
EXCLUDE                = 
EXCLUDE_SYMLINKS       = NO
EXCLUDE_PATTERNS       = */.svn/* \
                         */.git/* \
                         */cmake/* \
                         *.moc.* \
                         moc* \
                         *.all_cpp.* \
                         *unload.* \
                         */test/* \
                         */tests/* \
                         *_p.h \
                         *_p.cpp
EXCLUDE_SYMBOLS        = 
EXAMPLE_PATH           = 
EXAMPLE_PATTERNS       = *
EXAMPLE_RECURSIVE      = NO
IMAGE_PATH             = 
INPUT_FILTER           = 
FILTER_PATTERNS        = 
FILTER_SOURCE_FILES    = NO
#---------------------------------------------------------------------------
# configuration options related to source browsing
#---------------------------------------------------------------------------
SOURCE_BROWSER         = NO
INLINE_SOURCES         = NO
STRIP_CODE_COMMENTS    = YES
REFERENCED_BY_RELATION = NO
REFERENCES_RELATION    = NO
REFERENCES_LINK_SOURCE = YES
USE_HTAGS              = NO
VERBATIM_HEADERS       = YES
#---------------------------------------------------------------------------
# configuration options related to the alphabetical class index
#---------------------------------------------------------------------------
ALPHABETICAL_INDEX     = NO
COLS_IN_ALPHA_INDEX    = 5
IGNORE_PREFIX          = 
#---------------------------------------------------------------------------
# configuration options related to the HTML output
#---------------------------------------------------------------------------
GENERATE_HTML          = YES
HTML_OUTPUT            = html
HTML_FILE_EXTENSION    = .html
HTML_HEADER            = 
HTML_FOOTER            = 
HTML_STYLESHEET        = 
HTML_ALIGN_MEMBERS     = YES
HTML_DYNAMIC_SECTIONS  = NO
GENERATE_DOCSET        = NO
DOCSET_FEEDNAME        = "Doxygen generated docs"
DOCSET_BUNDLE_ID       = org.doxygen.Project
GENERATE_HTMLHELP      = NO
CHM_FILE               = 
HHC_LOCATION           = 
GENERATE_CHI           = NO
CHM_INDEX_ENCODING     = 
BINARY_TOC             = NO
TOC_EXPAND             = NO
GENERATE_QHP           = NO
QCH_FILE               = 
QHP_NAMESPACE          = 
QHP_VIRTUAL_FOLDER     = doc
QHP_CUST_FILTER_NAME   = 
QHP_CUST_FILTER_ATTRS  = 
QHP_SECT_FILTER_ATTRS  = 
QHG_LOCATION           = 
DISABLE_INDEX          = NO
ENUM_VALUES_PER_LINE   = 4
GENERATE_TREEVIEW      = NO
TREEVIEW_WIDTH         = 250
FORMULA_FONTSIZE       = 10
#---------------------------------------------------------------------------
# configuration options related to the LaTeX output
#---------------------------------------------------------------------------
GENERATE_LATEX         = NO
LATEX_OUTPUT           = latex
LATEX_CMD_NAME         = latex
MAKEINDEX_CMD_NAME     = makeindex
COMPACT_LATEX          = NO
PAPER_TYPE             = a4wide
EXTRA_PACKAGES         = 
LATEX_HEADER           = 
PDF_HYPERLINKS         = YES
USE_PDFLATEX           = YES
LATEX_BATCHMODE        = NO
LATEX_HIDE_INDICES     = NO
#---------------------------------------------------------------------------
# configuration options related to the RTF output
#---------------------------------------------------------------------------
GENERATE_RTF           = NO
RTF_OUTPUT             = rtf
COMPACT_RTF            = NO
RTF_HYPERLINKS         = NO
RTF_STYLESHEET_FILE    = 
RTF_EXTENSIONS_FILE    = 
#---------------------------------------------------------------------------
# configuration options related to the man page output
#---------------------------------------------------------------------------
GENERATE_MAN           = NO
MAN_OUTPUT             = man
MAN_EXTENSION          = .3
MAN_LINKS              = NO
#---------------------------------------------------------------------------
# configuration options related to the XML output
#---------------------------------------------------------------------------
GENERATE_XML           = NO
XML_OUTPUT             = xml
XML_SCHEMA             = 
XML_DTD                = 
XML_PROGRAMLISTING     = YES
#---------------------------------------------------------------------------
# configuration options for the AutoGen Definitions output
#---------------------------------------------------------------------------
GENERATE_AUTOGEN_DEF   = NO
#---------------------------------------------------------------------------
# configuration options related to the Perl module output
#---------------------------------------------------------------------------
GENERATE_PERLMOD       = NO
PERLMOD_LATEX          = NO
PERLMOD_PRETTY         = YES
PERLMOD_MAKEVAR_PREFIX = 
#---------------------------------------------------------------------------
# Configuration options related to the preprocessor   
#---------------------------------------------------------------------------
ENABLE_PREPROCESSING   = YES
MACRO_EXPANSION        = YES
EXPAND_ONLY_PREDEF     = NO
SEARCH_INCLUDES        = YES
INCLUDE_PATH           = 
INCLUDE_FILE_PATTERNS  = 
PREDEFINED             = DOXYGEN_SHOULD_SKIP_THIS \
                         "AKONADI_EXPORT=" \
                         "AKREGATOR_EXPORT=" \
                         "AKREGATORINTERFACES_EXPORT=" \
                         "AKREGATORPART_EXPORT=" \
                         "GEODATA_EXPORT=" \
                         "GPGMEPP_EXPORT=" \
                         "JABBER_EXPORT=" \
                         "KABC_DIR_EXPORT=" \
                         "KABC_EXPORT=" \
                         "KABC_FILE_CORE_EXPORT=" \
                         "KABC_LDAPKIO_EXPORT=" \
                         "KABC_NET_EXPORT=" \
                         "KABINTERFACES_EXPORT=" \
                         "KATEINTERFACES_EXPORT=" \
                         "KBLOG_EXPORT=" \
                         "KCAL_EXPORT=" \
                         "KCDDB_EXPORT=" \
                         "KCM_KRESOURCES_EXPORT=" \
                         "KCOMPACTDISC_EXPORT=" \
                         "KDE3SUPPORT_EXPORT=" \
                         "KDECORE_EXPORT=" \
                         "KDEEDUUI_EXPORT=" \
                         "KDE_EXPORT=" \
                         "KDEGAMES_EXPORT=" \
                         "KDE_NO_EXPORT=" \
                         "KDESU_EXPORT=" \
                         "KDEUI_EXPORT=" \
                         "KDNSSD_EXPORT=" \
                         "KEDUVOCDOCUMENT_EXPORT=" \
                         "KEXIV2_EXPORT=" \
                         "KFILE_EXPORT=" \
                         "KFORMULA_EXPORT=" \
                         "KHTML_EXPORT=" \
                         "KIMAP_EXPORT=" \
                         "KIMPROXY_EXPORT=" \
                         "KIO_CONNECTION_EXPORT=" \
                         "KIO_EXPORT=" \
                         "KIO_SLAVE_EXPORT=" \
                         "KITEN_EXPORT=" \
                         "KJSAPI_EXPORT=" \
                         "KLDAP_EXPORT=" \
                         "KLEO_EXPORT=" \
                         "KLEOPATRACLIENTCORE_EXPORT=" \
                         "KLEOPATRACLIENTGUI_EXPORT=" \
                         "KMAHJONGGLIB_EXPORT=" \
                         "KMEDIAPLAYER_EXPORT=" \
                         "KMIME_EXPORT=" \
                         "KNEWSTUFF_EXPORT=" \
                         "KNOTIFYCONFIG_EXPORT=" \
                         "KNTLM_EXPORT=" \
                         "KOMMANDERCORE_EXPORT=" \
                         "KOPETEADDACCOUNTWIZARD_EXPORT=" \
                         "KOPETE_CHATWINDOW_EXPORT=" \
                         "KOPETECHATWINDOW_SHARED_EXPORT=" \
                         "KOPETE_EXPORT=" \
                         "KOPETE_IDENTITY_EXPORT=" \
                         "KOPETE_MSN_SHARED_EXPORT=" \
                         "KOPETEPRIVACY_EXPORT=" \
                         "KOPETE_STATUSMENU_EXPORT=" \
                         "KPARTS_EXPORT=" \
                         "KPGP_EXPORT=" \
                         "KPILOT_EXPORT=" \
                         "KPIMIDENTITIES_EXPORT=" \
                         "KPIMUTILS_EXPORT=" \
                         "KPTY_EXPORT=" \
                         "KRESOURCES_EXPORT=" \
                         "KRICHTEXTEDITPART_EXPORT=" \
                         "KSIEVE_EXPORT=" \
                         "KSPEECH_EXPORT=" \
                         "KTEXTEDITOR_EXPORT=" \
                         "KTNEF_EXPORT=" \
                         "KUTILS_EXPORT=" \
                         "KWIN_EXPORT=" \
                         "KXMLRPCCLIENT_EXPORT=" \
                         "LANCELOT_EXPORT=" \
                         "LIBKDCRAW_EXPORT=" \
                         "LIBKIPI_EXPORT=" \
                         "LIBKONQ_EXPORT=" \
                         "LIBKSANE_EXPORT=" \
                         "MAILTRANSPORT_EXPORT=" \
                         "MARBLE_EXPORT=" \
                         "MESSENGER_EXPORT=" \
                         "NEPOMUKQUERYCLIENT_EXPORT=" \
                         "NEPOMUKQUERY_EXPORT=" \
                         "OSCAR_EXPORT=" \
                         "PHONON_EXPORT=" \
                         "PHONON_EXPORT_ODM=" \
                         "PLASMA_EXPORT=" \
                         "QCA_EXPORT=" \
                         "QGPGME_EXPORT=" \
                         "QIMAGEBLITZ_EXPORT=" \
                         "QQ_EXPORT=" \
                         "SCIENCE_EXPORT=" \
                         "SEARCHCLIENT_EXPORT=" \
                         "SOLID_EXPORT=" \
                         "SOLID_NO_EXPORT=" \
                         "SOPRANO_CLIENT_EXPORT=" \
                         "SOPRANO_EXPORT=" \
                         "SOPRANO_INDEX_EXPORT=" \
                         "SOPRANO_SERVER_EXPORT=" \
                         "STREAMANALYZER_EXPORT=" \
                         "STREAMS_EXPORT=" \
                         "STREAMS_INLINE_EXPORT=" \
                         "STRIGI_EXPORT=" \
                         "STRIGIHTMLGUI_EXPORT=" \
                         "STRIGI_QTDBUSCLIENT_EXPORT=" \
                         "SYNDICATION_EXPORT=" \
                         "TAGLIB_C_EXPORT=" \
                         "TAGLIB_EXPORT=" \
                         "TASKMANAGER_EXPORT=" \
                         "THREADWEAVER_EXPORT=" \
                         "YAHOO_EXPORT=" \
                         "KDE_DEPRECATED=" \
                         "AKREGATOR_EXPORT_DEPRECATED=" \
                         "AKREGATORINTERFACES_EXPORT_DEPRECATED=" \
                         "GPGMEPP_EXPORT_DEPRECATED=" \
                         "KABC_DIRECTORY_EXPORT_DEPRECATED=" \
                         "KABC_EXPORT_DEPRECATED=" \
                         "KABC_FILE_CORE_EXPORT_DEPRECATED=" \
                         "KABC_LDAPKIO_EXPORT_DEPRECATED=" \
                         "KABC_NET_EXPORT_DEPRECATED=" \
                         "KABINTERFACES_EXPORT_DEPRECATED=" \
                         "KCDDB_EXPORT_DEPRECATED=" \
                         "KCM_KRESOURCES_EXPORT_DEPRECATED=" \
                         "KDE3SUPPORT_EXPORT_DEPRECATED=" \
                         "KDECORE_EXPORT_DEPRECATED=" \
                         "KDEEDUUI_EXPORT_DEPRECATED=" \
                         "KDEGAMES_EXPORT_DEPRECATED=" \
                         "KDEUI_EXPORT_DEPRECATED=" \
                         "KEDUVOCDOCUMENT_EXPORT_DEPRECATED=" \
                         "KEXIV2_EXPORT_DEPRECATED=" \
                         "KFILE_EXPORT_DEPRECATED=" \
                         "KHTML_EXPORT_DEPRECATED=" \
                         "KIO_EXPORT_DEPRECATED=" \
                         "KJSAPI_EXPORT_DEPRECATED=" \
                         "KLEO_EXPORT_DEPRECATED=" \
                         "KMAHJONGGLIB_EXPORT_DEPRECATED=" \
                         "KMIME_EXPORT_DEPRECATED=" \
                         "KNEWSTUFF_EXPORT_DEPRECATED=" \
                         "KNTLM_EXPORT_DEPRECATED=" \
                         "KOMMANDERCORE_EXPORT_DEPRECATED=" \
                         "KPGP_EXPORT_DEPRECATED=" \
                         "KPILOT_EXPORT_DEPRECATED=" \
                         "KPTY_EXPORT_DEPRECATED=" \
                         "KRESOURCES_EXPORT_DEPRECATED=" \
                         "KSIEVE_EXPORT_DEPRECATED=" \
                         "KTNEF_EXPORT_DEPRECATED=" \
                         "LANCELOT_EXPORT_DEPRECATED=" \
                         "LIBKDCRAW_EXPORT_DEPRECATED=" \
                         "LIBKIPI_EXPORT_DEPRECATED=" \
                         "LIBKSANE_EXPORT_DEPRECATED=" \
                         "PHONON_EXPORT_DEPRECATED=" \
                         "PLASMA_EXPORT_DEPRECATED=" \
                         "QGPGME_EXPORT_DEPRECATED=" \
                         "SCIENCE_EXPORT_DEPRECATED=" \
                         "SOLID_EXPORT_DEPRECATED=" \
                         "TASKMANAGER_EXPORT_DEPRECATED=" \
                         "Q_WS_X11=" \
                         "Q_WS_WIN=" \
                         "Q_WS_MAC=" \
                         "Q_OS_UNIX=" \
                         "Q_OS_WIN=" \
                         "Q_OS_MACX=" \
                         "Q_SLOTS=slots" \
                         "Q_SIGNALS=signals"
EXPAND_AS_DEFINED      = 
SKIP_FUNCTION_MACROS   = YES
#---------------------------------------------------------------------------
# Configuration::additions related to external references   
#---------------------------------------------------------------------------
TAGFILES               = 
GENERATE_TAGFILE       = 
ALLEXTERNALS           = NO
EXTERNAL_GROUPS        = YES
PERL_PATH              = /usr/bin/perl
#---------------------------------------------------------------------------
# Configuration options related to the dot tool   
#---------------------------------------------------------------------------
CLASS_DIAGRAMS         = YES
MSCGEN_PATH            = 
HIDE_UNDOC_RELATIONS   = YES
HAVE_DOT               = YES
DOT_FONTNAME           = FreeSans
DOT_FONTSIZE           = 10
DOT_FONTPATH           = 
CLASS_GRAPH            = YES
COLLABORATION_GRAPH    = NO
GROUP_GRAPHS           = NO
UML_LOOK               = NO
TEMPLATE_RELATIONS     = NO
INCLUDE_GRAPH          = YES
INCLUDED_BY_GRAPH      = YES
CALL_GRAPH             = NO
CALLER_GRAPH           = NO
GRAPHICAL_HIERARCHY    = YES
DIRECTORY_GRAPH        = YES
DOT_IMAGE_FORMAT       = png
DOT_PATH               = 
DOTFILE_DIRS           = 
DOT_GRAPH_MAX_NODES    = 50
MAX_DOT_GRAPH_DEPTH    = 1000
DOT_TRANSPARENT        = NO
DOT_MULTI_TARGETS      = NO
GENERATE_LEGEND        = YES
DOT_CLEANUP            = YES
#---------------------------------------------------------------------------
# Options related to the search engine
#---------------------------------------------------------------------------
SEARCHENGINE           = NO