Warning, /games/kshisen/Doxyfile is written in an unsupported language. File is not indexed.

0001 # Doxyfile 1.5.8
0002 
0003 #---------------------------------------------------------------------------
0004 # Project related configuration options
0005 #---------------------------------------------------------------------------
0006 DOXYFILE_ENCODING      = UTF-8
0007 PROJECT_NAME           = KShisen
0008 PROJECT_NUMBER         = 1.6.x
0009 OUTPUT_DIRECTORY       = apidocs
0010 CREATE_SUBDIRS         = NO
0011 OUTPUT_LANGUAGE        = English
0012 BRIEF_MEMBER_DESC      = YES
0013 REPEAT_BRIEF           = YES
0014 ABBREVIATE_BRIEF       = "The \$name class" \
0015                          "The \$name widget" \
0016                          "The \$name file" \
0017                          is \
0018                          provides \
0019                          specifies \
0020                          contains \
0021                          represents \
0022                          a \
0023                          an \
0024                          the
0025 ALWAYS_DETAILED_SEC    = NO
0026 INLINE_INHERITED_MEMB  = NO
0027 FULL_PATH_NAMES        = NO
0028 STRIP_FROM_PATH        = 
0029 STRIP_FROM_INC_PATH    = 
0030 SHORT_NAMES            = NO
0031 JAVADOC_AUTOBRIEF      = NO
0032 QT_AUTOBRIEF           = NO
0033 MULTILINE_CPP_IS_BRIEF = NO
0034 INHERIT_DOCS           = YES
0035 SEPARATE_MEMBER_PAGES  = NO
0036 TAB_SIZE               = 8
0037 ALIASES                = "intern=\par<b>Internal use only.</b>" \
0038                          "reimp=\par<b>Reimplemented from superclass.</b>" \
0039                          "obsolete=@deprecated" \
0040                          "feature=\xrefitem features \"Feature(s)\" \"Features\"" \
0041                          "maintainer=\xrefitem maintainers \"Maintainer(s)\" \"Maintainers\"" \
0042                          "unmaintained=\xrefitem unmaintained \"Unmaintained\" \"Unmaintained\"" \
0043                          "requirement=\xrefitem requirements \"Requirement(s)\" \"Requirements\"" \
0044                          "faq=\xrefitem FAQ \"F.A.Q.\" \"F.A.Q.\"" \
0045                          "authors=\xrefitem authors \"Author(s)\" \"Authors\"" \
0046                          "maintainers=\xrefitem maintainers \"Maintainer(s)\" \"Maintainers\"" \
0047                          "port4=\xrefitem port4 \"KDE 4 Porting Guide\" \"KDE 4 Porting Guide\"" \
0048                          "glossary=\xrefitem glossary \"KDE 4 Glossary\" \"KDE 4 Glossary\"" \
0049                          "acronym=\b " \
0050                          "licenses=\xrefitem licenses \"License(s)\" \"Licenses\"" \
0051                          "short=@brief " \
0052                          "FIXME=\xrefitem fixme \"Fixme\" \"Fixme\"" \
0053                          "bc=\xrefitem bc \"Binary Compatible\" \"Binary Compatible\"" \
0054                          "artistic=<a href=\"http://www.opensource.org/licenses/artistic-license.php\">Artistic</a>" \
0055                          "bsd=<a href=\"http://www.xfree86.org/3.3.6/COPYRIGHT2.html#5\">BSD</a>" \
0056                          "x11=<a href=\"http://www.xfree86.org/3.3.6/COPYRIGHT2.html#3\">X11</a>" \
0057                          "gpl=<a href=\"http://www.fsf.org/licensing/licenses/gpl.html#SEC1\">GPL</a>" \
0058                          "lgpl=<a href=\"http://www.fsf.org/licensing/licenses/lgpl.html#SEC1\">LGPL</a>" \
0059                          "qpl=<a href=\"http://www.trolltech.com/products/qt/licenses\">QPL</a>"
0060 OPTIMIZE_OUTPUT_FOR_C  = NO
0061 OPTIMIZE_OUTPUT_JAVA   = NO
0062 OPTIMIZE_FOR_FORTRAN   = NO
0063 OPTIMIZE_OUTPUT_VHDL   = NO
0064 EXTENSION_MAPPING      = 
0065 BUILTIN_STL_SUPPORT    = NO
0066 CPP_CLI_SUPPORT        = NO
0067 SIP_SUPPORT            = NO
0068 IDL_PROPERTY_SUPPORT   = YES
0069 DISTRIBUTE_GROUP_DOC   = NO
0070 SUBGROUPING            = YES
0071 TYPEDEF_HIDES_STRUCT   = NO
0072 SYMBOL_CACHE_SIZE      = 0
0073 #---------------------------------------------------------------------------
0074 # Build related configuration options
0075 #---------------------------------------------------------------------------
0076 EXTRACT_ALL            = NO
0077 EXTRACT_PRIVATE        = YES
0078 EXTRACT_STATIC         = YES
0079 EXTRACT_LOCAL_CLASSES  = YES
0080 EXTRACT_LOCAL_METHODS  = NO
0081 EXTRACT_ANON_NSPACES   = NO
0082 HIDE_UNDOC_MEMBERS     = NO
0083 HIDE_UNDOC_CLASSES     = NO
0084 HIDE_FRIEND_COMPOUNDS  = YES
0085 HIDE_IN_BODY_DOCS      = NO
0086 INTERNAL_DOCS          = YES
0087 CASE_SENSE_NAMES       = YES
0088 HIDE_SCOPE_NAMES       = NO
0089 SHOW_INCLUDE_FILES     = YES
0090 INLINE_INFO            = YES
0091 SORT_MEMBER_DOCS       = YES
0092 SORT_BRIEF_DOCS        = YES
0093 SORT_GROUP_NAMES       = NO
0094 SORT_BY_SCOPE_NAME     = NO
0095 GENERATE_TODOLIST      = YES
0096 GENERATE_TESTLIST      = YES
0097 GENERATE_BUGLIST       = YES
0098 GENERATE_DEPRECATEDLIST= YES
0099 ENABLED_SECTIONS       = 
0100 MAX_INITIALIZER_LINES  = 30
0101 SHOW_USED_FILES        = YES
0102 SHOW_DIRECTORIES       = NO
0103 SHOW_FILES             = YES
0104 SHOW_NAMESPACES        = YES
0105 FILE_VERSION_FILTER    = 
0106 LAYOUT_FILE            = 
0107 #---------------------------------------------------------------------------
0108 # configuration options related to warning and progress messages
0109 #---------------------------------------------------------------------------
0110 QUIET                  = NO
0111 WARNINGS               = YES
0112 WARN_IF_UNDOCUMENTED   = YES
0113 WARN_IF_DOC_ERROR      = YES
0114 WARN_NO_PARAMDOC       = YES
0115 WARN_FORMAT            = "\$file:\$line: \$text"
0116 WARN_LOGFILE           = doxygen.log
0117 #---------------------------------------------------------------------------
0118 # configuration options related to the input files
0119 #---------------------------------------------------------------------------
0120 INPUT                  = .
0121 INPUT_ENCODING         = UTF-8
0122 FILE_PATTERNS          = *.cpp \
0123                          *.cc \
0124                          *.cxx \
0125                          *.h \
0126                          *.hh \
0127                          *.hxx \
0128                          *.hpp \
0129                          *.dox
0130 RECURSIVE              = YES
0131 EXCLUDE                = 
0132 EXCLUDE_SYMLINKS       = NO
0133 EXCLUDE_PATTERNS       = */.svn/* \
0134                          */.git/* \
0135                          */cmake/* \
0136                          *.moc.* \
0137                          moc* \
0138                          *.all_cpp.* \
0139                          *unload.* \
0140                          */test/* \
0141                          */tests/* \
0142                          *_p.h \
0143                          *_p.cpp
0144 EXCLUDE_SYMBOLS        = 
0145 EXAMPLE_PATH           = 
0146 EXAMPLE_PATTERNS       = *
0147 EXAMPLE_RECURSIVE      = NO
0148 IMAGE_PATH             = 
0149 INPUT_FILTER           = 
0150 FILTER_PATTERNS        = 
0151 FILTER_SOURCE_FILES    = NO
0152 #---------------------------------------------------------------------------
0153 # configuration options related to source browsing
0154 #---------------------------------------------------------------------------
0155 SOURCE_BROWSER         = NO
0156 INLINE_SOURCES         = NO
0157 STRIP_CODE_COMMENTS    = YES
0158 REFERENCED_BY_RELATION = NO
0159 REFERENCES_RELATION    = NO
0160 REFERENCES_LINK_SOURCE = YES
0161 USE_HTAGS              = NO
0162 VERBATIM_HEADERS       = YES
0163 #---------------------------------------------------------------------------
0164 # configuration options related to the alphabetical class index
0165 #---------------------------------------------------------------------------
0166 ALPHABETICAL_INDEX     = NO
0167 COLS_IN_ALPHA_INDEX    = 5
0168 IGNORE_PREFIX          = 
0169 #---------------------------------------------------------------------------
0170 # configuration options related to the HTML output
0171 #---------------------------------------------------------------------------
0172 GENERATE_HTML          = YES
0173 HTML_OUTPUT            = html
0174 HTML_FILE_EXTENSION    = .html
0175 HTML_HEADER            = 
0176 HTML_FOOTER            = 
0177 HTML_STYLESHEET        = 
0178 HTML_ALIGN_MEMBERS     = YES
0179 HTML_DYNAMIC_SECTIONS  = NO
0180 GENERATE_DOCSET        = NO
0181 DOCSET_FEEDNAME        = "Doxygen generated docs"
0182 DOCSET_BUNDLE_ID       = org.doxygen.Project
0183 GENERATE_HTMLHELP      = NO
0184 CHM_FILE               = 
0185 HHC_LOCATION           = 
0186 GENERATE_CHI           = NO
0187 CHM_INDEX_ENCODING     = 
0188 BINARY_TOC             = NO
0189 TOC_EXPAND             = NO
0190 GENERATE_QHP           = NO
0191 QCH_FILE               = 
0192 QHP_NAMESPACE          = 
0193 QHP_VIRTUAL_FOLDER     = doc
0194 QHP_CUST_FILTER_NAME   = 
0195 QHP_CUST_FILTER_ATTRS  = 
0196 QHP_SECT_FILTER_ATTRS  = 
0197 QHG_LOCATION           = 
0198 DISABLE_INDEX          = NO
0199 ENUM_VALUES_PER_LINE   = 4
0200 GENERATE_TREEVIEW      = NO
0201 TREEVIEW_WIDTH         = 250
0202 FORMULA_FONTSIZE       = 10
0203 #---------------------------------------------------------------------------
0204 # configuration options related to the LaTeX output
0205 #---------------------------------------------------------------------------
0206 GENERATE_LATEX         = NO
0207 LATEX_OUTPUT           = latex
0208 LATEX_CMD_NAME         = latex
0209 MAKEINDEX_CMD_NAME     = makeindex
0210 COMPACT_LATEX          = NO
0211 PAPER_TYPE             = a4wide
0212 EXTRA_PACKAGES         = 
0213 LATEX_HEADER           = 
0214 PDF_HYPERLINKS         = YES
0215 USE_PDFLATEX           = YES
0216 LATEX_BATCHMODE        = NO
0217 LATEX_HIDE_INDICES     = NO
0218 #---------------------------------------------------------------------------
0219 # configuration options related to the RTF output
0220 #---------------------------------------------------------------------------
0221 GENERATE_RTF           = NO
0222 RTF_OUTPUT             = rtf
0223 COMPACT_RTF            = NO
0224 RTF_HYPERLINKS         = NO
0225 RTF_STYLESHEET_FILE    = 
0226 RTF_EXTENSIONS_FILE    = 
0227 #---------------------------------------------------------------------------
0228 # configuration options related to the man page output
0229 #---------------------------------------------------------------------------
0230 GENERATE_MAN           = NO
0231 MAN_OUTPUT             = man
0232 MAN_EXTENSION          = .3
0233 MAN_LINKS              = NO
0234 #---------------------------------------------------------------------------
0235 # configuration options related to the XML output
0236 #---------------------------------------------------------------------------
0237 GENERATE_XML           = NO
0238 XML_OUTPUT             = xml
0239 XML_SCHEMA             = 
0240 XML_DTD                = 
0241 XML_PROGRAMLISTING     = YES
0242 #---------------------------------------------------------------------------
0243 # configuration options for the AutoGen Definitions output
0244 #---------------------------------------------------------------------------
0245 GENERATE_AUTOGEN_DEF   = NO
0246 #---------------------------------------------------------------------------
0247 # configuration options related to the Perl module output
0248 #---------------------------------------------------------------------------
0249 GENERATE_PERLMOD       = NO
0250 PERLMOD_LATEX          = NO
0251 PERLMOD_PRETTY         = YES
0252 PERLMOD_MAKEVAR_PREFIX = 
0253 #---------------------------------------------------------------------------
0254 # Configuration options related to the preprocessor   
0255 #---------------------------------------------------------------------------
0256 ENABLE_PREPROCESSING   = YES
0257 MACRO_EXPANSION        = YES
0258 EXPAND_ONLY_PREDEF     = NO
0259 SEARCH_INCLUDES        = YES
0260 INCLUDE_PATH           = 
0261 INCLUDE_FILE_PATTERNS  = 
0262 PREDEFINED             = DOXYGEN_SHOULD_SKIP_THIS \
0263                          "AKONADI_EXPORT=" \
0264                          "AKREGATOR_EXPORT=" \
0265                          "AKREGATORINTERFACES_EXPORT=" \
0266                          "AKREGATORPART_EXPORT=" \
0267                          "GEODATA_EXPORT=" \
0268                          "GPGMEPP_EXPORT=" \
0269                          "JABBER_EXPORT=" \
0270                          "KABC_DIR_EXPORT=" \
0271                          "KABC_EXPORT=" \
0272                          "KABC_FILE_CORE_EXPORT=" \
0273                          "KABC_LDAPKIO_EXPORT=" \
0274                          "KABC_NET_EXPORT=" \
0275                          "KABINTERFACES_EXPORT=" \
0276                          "KATEINTERFACES_EXPORT=" \
0277                          "KBLOG_EXPORT=" \
0278                          "KCAL_EXPORT=" \
0279                          "KCDDB_EXPORT=" \
0280                          "KCM_KRESOURCES_EXPORT=" \
0281                          "KCOMPACTDISC_EXPORT=" \
0282                          "KDE3SUPPORT_EXPORT=" \
0283                          "KDECORE_EXPORT=" \
0284                          "KDEEDUUI_EXPORT=" \
0285                          "KDE_EXPORT=" \
0286                          "KDEGAMES_EXPORT=" \
0287                          "KDE_NO_EXPORT=" \
0288                          "KDESU_EXPORT=" \
0289                          "KDEUI_EXPORT=" \
0290                          "KDNSSD_EXPORT=" \
0291                          "KEDUVOCDOCUMENT_EXPORT=" \
0292                          "KEXIV2_EXPORT=" \
0293                          "KFILE_EXPORT=" \
0294                          "KFORMULA_EXPORT=" \
0295                          "KHTML_EXPORT=" \
0296                          "KIMAP_EXPORT=" \
0297                          "KIMPROXY_EXPORT=" \
0298                          "KIO_CONNECTION_EXPORT=" \
0299                          "KIO_EXPORT=" \
0300                          "KIO_SLAVE_EXPORT=" \
0301                          "KITEN_EXPORT=" \
0302                          "KJSAPI_EXPORT=" \
0303                          "KLDAP_EXPORT=" \
0304                          "KLEO_EXPORT=" \
0305                          "KLEOPATRACLIENTCORE_EXPORT=" \
0306                          "KLEOPATRACLIENTGUI_EXPORT=" \
0307                          "KMAHJONGGLIB_EXPORT=" \
0308                          "KMEDIAPLAYER_EXPORT=" \
0309                          "KMIME_EXPORT=" \
0310                          "KNEWSTUFF_EXPORT=" \
0311                          "KNOTIFYCONFIG_EXPORT=" \
0312                          "KNTLM_EXPORT=" \
0313                          "KOMMANDERCORE_EXPORT=" \
0314                          "KOPETEADDACCOUNTWIZARD_EXPORT=" \
0315                          "KOPETE_CHATWINDOW_EXPORT=" \
0316                          "KOPETECHATWINDOW_SHARED_EXPORT=" \
0317                          "KOPETE_EXPORT=" \
0318                          "KOPETE_IDENTITY_EXPORT=" \
0319                          "KOPETE_MSN_SHARED_EXPORT=" \
0320                          "KOPETEPRIVACY_EXPORT=" \
0321                          "KOPETE_STATUSMENU_EXPORT=" \
0322                          "KPARTS_EXPORT=" \
0323                          "KPGP_EXPORT=" \
0324                          "KPILOT_EXPORT=" \
0325                          "KPIMIDENTITIES_EXPORT=" \
0326                          "KPIMUTILS_EXPORT=" \
0327                          "KPTY_EXPORT=" \
0328                          "KRESOURCES_EXPORT=" \
0329                          "KRICHTEXTEDITPART_EXPORT=" \
0330                          "KSIEVE_EXPORT=" \
0331                          "KSPEECH_EXPORT=" \
0332                          "KTEXTEDITOR_EXPORT=" \
0333                          "KTNEF_EXPORT=" \
0334                          "KUTILS_EXPORT=" \
0335                          "KWIN_EXPORT=" \
0336                          "KXMLRPCCLIENT_EXPORT=" \
0337                          "LANCELOT_EXPORT=" \
0338                          "LIBKDCRAW_EXPORT=" \
0339                          "LIBKIPI_EXPORT=" \
0340                          "LIBKONQ_EXPORT=" \
0341                          "LIBKSANE_EXPORT=" \
0342                          "MAILTRANSPORT_EXPORT=" \
0343                          "MARBLE_EXPORT=" \
0344                          "MESSENGER_EXPORT=" \
0345                          "NEPOMUKQUERYCLIENT_EXPORT=" \
0346                          "NEPOMUKQUERY_EXPORT=" \
0347                          "OSCAR_EXPORT=" \
0348                          "PHONON_EXPORT=" \
0349                          "PHONON_EXPORT_ODM=" \
0350                          "PLASMA_EXPORT=" \
0351                          "QCA_EXPORT=" \
0352                          "QGPGME_EXPORT=" \
0353                          "QIMAGEBLITZ_EXPORT=" \
0354                          "QQ_EXPORT=" \
0355                          "SCIENCE_EXPORT=" \
0356                          "SEARCHCLIENT_EXPORT=" \
0357                          "SOLID_EXPORT=" \
0358                          "SOLID_NO_EXPORT=" \
0359                          "SOPRANO_CLIENT_EXPORT=" \
0360                          "SOPRANO_EXPORT=" \
0361                          "SOPRANO_INDEX_EXPORT=" \
0362                          "SOPRANO_SERVER_EXPORT=" \
0363                          "STREAMANALYZER_EXPORT=" \
0364                          "STREAMS_EXPORT=" \
0365                          "STREAMS_INLINE_EXPORT=" \
0366                          "STRIGI_EXPORT=" \
0367                          "STRIGIHTMLGUI_EXPORT=" \
0368                          "STRIGI_QTDBUSCLIENT_EXPORT=" \
0369                          "SYNDICATION_EXPORT=" \
0370                          "TAGLIB_C_EXPORT=" \
0371                          "TAGLIB_EXPORT=" \
0372                          "TASKMANAGER_EXPORT=" \
0373                          "THREADWEAVER_EXPORT=" \
0374                          "YAHOO_EXPORT=" \
0375                          "KDE_DEPRECATED=" \
0376                          "AKREGATOR_EXPORT_DEPRECATED=" \
0377                          "AKREGATORINTERFACES_EXPORT_DEPRECATED=" \
0378                          "GPGMEPP_EXPORT_DEPRECATED=" \
0379                          "KABC_DIRECTORY_EXPORT_DEPRECATED=" \
0380                          "KABC_EXPORT_DEPRECATED=" \
0381                          "KABC_FILE_CORE_EXPORT_DEPRECATED=" \
0382                          "KABC_LDAPKIO_EXPORT_DEPRECATED=" \
0383                          "KABC_NET_EXPORT_DEPRECATED=" \
0384                          "KABINTERFACES_EXPORT_DEPRECATED=" \
0385                          "KCDDB_EXPORT_DEPRECATED=" \
0386                          "KCM_KRESOURCES_EXPORT_DEPRECATED=" \
0387                          "KDE3SUPPORT_EXPORT_DEPRECATED=" \
0388                          "KDECORE_EXPORT_DEPRECATED=" \
0389                          "KDEEDUUI_EXPORT_DEPRECATED=" \
0390                          "KDEGAMES_EXPORT_DEPRECATED=" \
0391                          "KDEUI_EXPORT_DEPRECATED=" \
0392                          "KEDUVOCDOCUMENT_EXPORT_DEPRECATED=" \
0393                          "KEXIV2_EXPORT_DEPRECATED=" \
0394                          "KFILE_EXPORT_DEPRECATED=" \
0395                          "KHTML_EXPORT_DEPRECATED=" \
0396                          "KIO_EXPORT_DEPRECATED=" \
0397                          "KJSAPI_EXPORT_DEPRECATED=" \
0398                          "KLEO_EXPORT_DEPRECATED=" \
0399                          "KMAHJONGGLIB_EXPORT_DEPRECATED=" \
0400                          "KMIME_EXPORT_DEPRECATED=" \
0401                          "KNEWSTUFF_EXPORT_DEPRECATED=" \
0402                          "KNTLM_EXPORT_DEPRECATED=" \
0403                          "KOMMANDERCORE_EXPORT_DEPRECATED=" \
0404                          "KPGP_EXPORT_DEPRECATED=" \
0405                          "KPILOT_EXPORT_DEPRECATED=" \
0406                          "KPTY_EXPORT_DEPRECATED=" \
0407                          "KRESOURCES_EXPORT_DEPRECATED=" \
0408                          "KSIEVE_EXPORT_DEPRECATED=" \
0409                          "KTNEF_EXPORT_DEPRECATED=" \
0410                          "LANCELOT_EXPORT_DEPRECATED=" \
0411                          "LIBKDCRAW_EXPORT_DEPRECATED=" \
0412                          "LIBKIPI_EXPORT_DEPRECATED=" \
0413                          "LIBKSANE_EXPORT_DEPRECATED=" \
0414                          "PHONON_EXPORT_DEPRECATED=" \
0415                          "PLASMA_EXPORT_DEPRECATED=" \
0416                          "QGPGME_EXPORT_DEPRECATED=" \
0417                          "SCIENCE_EXPORT_DEPRECATED=" \
0418                          "SOLID_EXPORT_DEPRECATED=" \
0419                          "TASKMANAGER_EXPORT_DEPRECATED=" \
0420                          "Q_WS_X11=" \
0421                          "Q_WS_WIN=" \
0422                          "Q_WS_MAC=" \
0423                          "Q_OS_UNIX=" \
0424                          "Q_OS_WIN=" \
0425                          "Q_OS_MACX=" \
0426                          "Q_SLOTS=slots" \
0427                          "Q_SIGNALS=signals"
0428 EXPAND_AS_DEFINED      = 
0429 SKIP_FUNCTION_MACROS   = YES
0430 #---------------------------------------------------------------------------
0431 # Configuration::additions related to external references   
0432 #---------------------------------------------------------------------------
0433 TAGFILES               = 
0434 GENERATE_TAGFILE       = 
0435 ALLEXTERNALS           = NO
0436 EXTERNAL_GROUPS        = YES
0437 PERL_PATH              = /usr/bin/perl
0438 #---------------------------------------------------------------------------
0439 # Configuration options related to the dot tool   
0440 #---------------------------------------------------------------------------
0441 CLASS_DIAGRAMS         = YES
0442 MSCGEN_PATH            = 
0443 HIDE_UNDOC_RELATIONS   = YES
0444 HAVE_DOT               = YES
0445 DOT_FONTNAME           = FreeSans
0446 DOT_FONTSIZE           = 10
0447 DOT_FONTPATH           = 
0448 CLASS_GRAPH            = YES
0449 COLLABORATION_GRAPH    = NO
0450 GROUP_GRAPHS           = NO
0451 UML_LOOK               = NO
0452 TEMPLATE_RELATIONS     = NO
0453 INCLUDE_GRAPH          = YES
0454 INCLUDED_BY_GRAPH      = YES
0455 CALL_GRAPH             = NO
0456 CALLER_GRAPH           = NO
0457 GRAPHICAL_HIERARCHY    = YES
0458 DIRECTORY_GRAPH        = YES
0459 DOT_IMAGE_FORMAT       = png
0460 DOT_PATH               = 
0461 DOTFILE_DIRS           = 
0462 DOT_GRAPH_MAX_NODES    = 50
0463 MAX_DOT_GRAPH_DEPTH    = 1000
0464 DOT_TRANSPARENT        = NO
0465 DOT_MULTI_TARGETS      = NO
0466 GENERATE_LEGEND        = YES
0467 DOT_CLEANUP            = YES
0468 #---------------------------------------------------------------------------
0469 # Options related to the search engine
0470 #---------------------------------------------------------------------------
0471 SEARCHENGINE           = NO