Doxyfile
changeset 180 786d4cba38fb
parent 68 a452700db994
child 197 b9a6e2c22745
child 1618 5cff10efb927
equal deleted inserted replaced
179:fb4c9dd11ca0 180:786d4cba38fb
       
     1 #---------------------------------------------------------------------------
       
     2 #
       
     3 # Doxyfile 1.4.4
       
     4 #
       
     5 # IgH EtherCAT-Treiber
       
     6 #
       
     7 # $Id$
       
     8 #
       
     9 #---------------------------------------------------------------------------
       
    10 
       
    11 # This file describes the settings to be used by the documentation system
       
    12 # doxygen (www.doxygen.org) for a project
       
    13 #
       
    14 # All text after a hash (#) is considered a comment and will be ignored
       
    15 # The format is:
       
    16 #       TAG = value [value, ...]
       
    17 # For lists items can also be appended using:
       
    18 #       TAG += value [value, ...]
       
    19 # Values that contain spaces should be placed between quotes (" ")
       
    20 
       
    21 #---------------------------------------------------------------------------
       
    22 # Project related configuration options
       
    23 #---------------------------------------------------------------------------
       
    24 
       
    25 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded
       
    26 # by quotes) that should identify the project.
       
    27 
       
    28 PROJECT_NAME           = EtherCAT
       
    29 
       
    30 # The PROJECT_NUMBER tag can be used to enter a project or revision number.
       
    31 # This could be handy for archiving the generated documentation or
       
    32 # if some version control system is used.
       
    33 
       
    34 PROJECT_NUMBER         = 1.0
       
    35 
       
    36 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
       
    37 # base path where the generated documentation will be put.
       
    38 # If a relative path is entered, it will be relative to the location
       
    39 # where doxygen was started. If left blank the current directory will be used.
       
    40 
       
    41 OUTPUT_DIRECTORY       = doc
       
    42 
       
    43 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
       
    44 # 4096 sub-directories (in 2 levels) under the output directory of each output
       
    45 # format and will distribute the generated files over these directories.
       
    46 # Enabling this option can be useful when feeding doxygen a huge amount of
       
    47 # source files, where putting all generated files in the same directory would
       
    48 # otherwise cause performance problems for the file system.
       
    49 
       
    50 CREATE_SUBDIRS         = NO
       
    51 
       
    52 # The OUTPUT_LANGUAGE tag is used to specify the language in which all
       
    53 # documentation generated by doxygen is written. Doxygen will use this
       
    54 # information to generate all constant output in the proper language.
       
    55 # The default language is English, other supported languages are:
       
    56 # Brazilian, Catalan, Chinese, Chinese-Traditional, Croatian, Czech, Danish,
       
    57 # Dutch, Finnish, French, German, Greek, Hungarian, Italian, Japanese,
       
    58 # Japanese-en (Japanese with English messages), Korean, Korean-en, Norwegian,
       
    59 # Polish, Portuguese, Romanian, Russian, Serbian, Slovak, Slovene, Spanish,
       
    60 # Swedish, and Ukrainian.
       
    61 
       
    62 OUTPUT_LANGUAGE        = German
       
    63 
       
    64 # This tag can be used to specify the encoding used in the generated output.
       
    65 # The encoding is not always determined by the language that is chosen,
       
    66 # but also whether or not the output is meant for Windows or non-Windows users.
       
    67 # In case there is a difference, setting the USE_WINDOWS_ENCODING tag to YES
       
    68 # forces the Windows encoding (this is the default for the Windows binary),
       
    69 # whereas setting the tag to NO uses a Unix-style encoding (the default for
       
    70 # all platforms other than Windows).
       
    71 
       
    72 USE_WINDOWS_ENCODING   = NO
       
    73 
       
    74 # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will
       
    75 # include brief member descriptions after the members that are listed in
       
    76 # the file and class documentation (similar to JavaDoc).
       
    77 # Set to NO to disable this.
       
    78 
       
    79 BRIEF_MEMBER_DESC      = YES
       
    80 
       
    81 # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend
       
    82 # the brief description of a member or function before the detailed description.
       
    83 # Note: if both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the
       
    84 # brief descriptions will be completely suppressed.
       
    85 
       
    86 REPEAT_BRIEF           = YES
       
    87 
       
    88 # This tag implements a quasi-intelligent brief description abbreviator
       
    89 # that is used to form the text in various listings. Each string
       
    90 # in this list, if found as the leading text of the brief description, will be
       
    91 # stripped from the text and the result after processing the whole list, is
       
    92 # used as the annotated text. Otherwise, the brief description is used as-is.
       
    93 # If left blank, the following values are used ("$name" is automatically
       
    94 # replaced with the name of the entity): "The $name class" "The $name widget"
       
    95 # "The $name file" "is" "provides" "specifies" "contains"
       
    96 # "represents" "a" "an" "the"
       
    97 
       
    98 ABBREVIATE_BRIEF       =
       
    99 
       
   100 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
       
   101 # Doxygen will generate a detailed section even if there is only a brief
       
   102 # description.
       
   103 
       
   104 ALWAYS_DETAILED_SEC    = NO
       
   105 
       
   106 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
       
   107 # inherited members of a class in the documentation of that class as if those
       
   108 # members were ordinary class members. Constructors, destructors and assignment
       
   109 # operators of the base classes will not be shown.
       
   110 
       
   111 INLINE_INHERITED_MEMB  = NO
       
   112 
       
   113 # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full
       
   114 # path before files name in the file list and in the header files. If set
       
   115 # to NO the shortest path that makes the file name unique will be used.
       
   116 
       
   117 FULL_PATH_NAMES        = NO
       
   118 
       
   119 # If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag
       
   120 # can be used to strip a user-defined part of the path. Stripping is
       
   121 # only done if one of the specified strings matches the left-hand part of
       
   122 # the path. The tag can be used to show relative paths in the file list.
       
   123 # If left blank the directory from which doxygen is run is used as the
       
   124 # path to strip.
       
   125 
       
   126 STRIP_FROM_PATH        =
       
   127 
       
   128 # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of
       
   129 # the path mentioned in the documentation of a class, which tells
       
   130 # the reader which header file to include in order to use a class.
       
   131 # If left blank only the name of the header file containing the class
       
   132 # definition is used. Otherwise one should specify the include paths that
       
   133 # are normally passed to the compiler using the -I flag.
       
   134 
       
   135 STRIP_FROM_INC_PATH    =
       
   136 
       
   137 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter
       
   138 # (but less readable) file names. This can be useful is your file systems
       
   139 # doesn't support long names like on DOS, Mac, or CD-ROM.
       
   140 
       
   141 SHORT_NAMES            = NO
       
   142 
       
   143 # If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen
       
   144 # will interpret the first line (until the first dot) of a JavaDoc-style
       
   145 # comment as the brief description. If set to NO, the JavaDoc
       
   146 # comments will behave just like the Qt-style comments (thus requiring an
       
   147 # explicit @brief command for a brief description.
       
   148 
       
   149 JAVADOC_AUTOBRIEF      = YES
       
   150 
       
   151 # The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen
       
   152 # treat a multi-line C++ special comment block (i.e. a block of //! or ///
       
   153 # comments) as a brief description. This used to be the default behaviour.
       
   154 # The new default is to treat a multi-line C++ comment block as a detailed
       
   155 # description. Set this tag to YES if you prefer the old behaviour instead.
       
   156 
       
   157 MULTILINE_CPP_IS_BRIEF = YES
       
   158 
       
   159 # If the DETAILS_AT_TOP tag is set to YES then Doxygen
       
   160 # will output the detailed description near the top, like JavaDoc.
       
   161 # If set to NO, the detailed description appears after the member
       
   162 # documentation.
       
   163 
       
   164 DETAILS_AT_TOP         = YES
       
   165 
       
   166 # If the INHERIT_DOCS tag is set to YES (the default) then an undocumented
       
   167 # member inherits the documentation from any documented member that it
       
   168 # re-implements.
       
   169 
       
   170 INHERIT_DOCS           = YES
       
   171 
       
   172 # If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC
       
   173 # tag is set to YES, then doxygen will reuse the documentation of the first
       
   174 # member in the group (if any) for the other members of the group. By default
       
   175 # all members of a group must be documented explicitly.
       
   176 
       
   177 DISTRIBUTE_GROUP_DOC   = NO
       
   178 
       
   179 # If the SEPARATE_MEMBER_PAGES tag is set to YES, then doxygen will produce
       
   180 # a new page for each member. If set to NO, the documentation of a member will
       
   181 # be part of the file/class/namespace that contains it.
       
   182 
       
   183 SEPARATE_MEMBER_PAGES  = NO
       
   184 
       
   185 # The TAB_SIZE tag can be used to set the number of spaces in a tab.
       
   186 # Doxygen uses this value to replace tabs by spaces in code fragments.
       
   187 
       
   188 TAB_SIZE               = 3
       
   189 
       
   190 # This tag can be used to specify a number of aliases that acts
       
   191 # as commands in the documentation. An alias has the form "name=value".
       
   192 # For example adding "sideeffect=\par Side Effects:\n" will allow you to
       
   193 # put the command \sideeffect (or @sideeffect) in the documentation, which
       
   194 # will result in a user-defined paragraph with heading "Side Effects:".
       
   195 # You can put \n's in the value part of an alias to insert newlines.
       
   196 
       
   197 ALIASES                =
       
   198 
       
   199 # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C
       
   200 # sources only. Doxygen will then generate output that is more tailored for C.
       
   201 # For instance, some of the names that are used will be different. The list
       
   202 # of all members will be omitted, etc.
       
   203 
       
   204 OPTIMIZE_OUTPUT_FOR_C  = YES
       
   205 
       
   206 # Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java sources
       
   207 # only. Doxygen will then generate output that is more tailored for Java.
       
   208 # For instance, namespaces will be presented as packages, qualified scopes
       
   209 # will look different, etc.
       
   210 
       
   211 OPTIMIZE_OUTPUT_JAVA   = NO
       
   212 
       
   213 # Set the SUBGROUPING tag to YES (the default) to allow class member groups of
       
   214 # the same type (for instance a group of public functions) to be put as a
       
   215 # subgroup of that type (e.g. under the Public Functions section). Set it to
       
   216 # NO to prevent subgrouping. Alternatively, this can be done per class using
       
   217 # the \nosubgrouping command.
       
   218 
       
   219 SUBGROUPING            = YES
       
   220 
       
   221 #---------------------------------------------------------------------------
       
   222 # Build related configuration options
       
   223 #---------------------------------------------------------------------------
       
   224 
       
   225 # If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in
       
   226 # documentation are documented, even if no documentation was available.
       
   227 # Private class members and static file members will be hidden unless
       
   228 # the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES
       
   229 
       
   230 EXTRACT_ALL            = YES
       
   231 
       
   232 # If the EXTRACT_PRIVATE tag is set to YES all private members of a class
       
   233 # will be included in the documentation.
       
   234 
       
   235 EXTRACT_PRIVATE        = YES
       
   236 
       
   237 # If the EXTRACT_STATIC tag is set to YES all static members of a file
       
   238 # will be included in the documentation.
       
   239 
       
   240 EXTRACT_STATIC         = YES
       
   241 
       
   242 # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs)
       
   243 # defined locally in source files will be included in the documentation.
       
   244 # If set to NO only classes defined in header files are included.
       
   245 
       
   246 EXTRACT_LOCAL_CLASSES  = YES
       
   247 
       
   248 # This flag is only useful for Objective-C code. When set to YES local
       
   249 # methods, which are defined in the implementation section but not in
       
   250 # the interface are included in the documentation.
       
   251 # If set to NO (the default) only methods in the interface are included.
       
   252 
       
   253 EXTRACT_LOCAL_METHODS  = YES
       
   254 
       
   255 # If the HIDE_UNDOC_MEMBERS tag is set to YES, Doxygen will hide all
       
   256 # undocumented members of documented classes, files or namespaces.
       
   257 # If set to NO (the default) these members will be included in the
       
   258 # various overviews, but no documentation section is generated.
       
   259 # This option has no effect if EXTRACT_ALL is enabled.
       
   260 
       
   261 HIDE_UNDOC_MEMBERS     = YES
       
   262 
       
   263 # If the HIDE_UNDOC_CLASSES tag is set to YES, Doxygen will hide all
       
   264 # undocumented classes that are normally visible in the class hierarchy.
       
   265 # If set to NO (the default) these classes will be included in the various
       
   266 # overviews. This option has no effect if EXTRACT_ALL is enabled.
       
   267 
       
   268 HIDE_UNDOC_CLASSES     = YES
       
   269 
       
   270 # If the HIDE_FRIEND_COMPOUNDS tag is set to YES, Doxygen will hide all
       
   271 # friend (class|struct|union) declarations.
       
   272 # If set to NO (the default) these declarations will be included in the
       
   273 # documentation.
       
   274 
       
   275 HIDE_FRIEND_COMPOUNDS  = NO
       
   276 
       
   277 # If the HIDE_IN_BODY_DOCS tag is set to YES, Doxygen will hide any
       
   278 # documentation blocks found inside the body of a function.
       
   279 # If set to NO (the default) these blocks will be appended to the
       
   280 # function's detailed documentation block.
       
   281 
       
   282 HIDE_IN_BODY_DOCS      = NO
       
   283 
       
   284 # The INTERNAL_DOCS tag determines if documentation
       
   285 # that is typed after a \internal command is included. If the tag is set
       
   286 # to NO (the default) then the documentation will be excluded.
       
   287 # Set it to YES to include the internal documentation.
       
   288 
       
   289 INTERNAL_DOCS          = NO
       
   290 
       
   291 # If the CASE_SENSE_NAMES tag is set to NO then Doxygen will only generate
       
   292 # file names in lower-case letters. If set to YES upper-case letters are also
       
   293 # allowed. This is useful if you have classes or files whose names only differ
       
   294 # in case and if your file system supports case sensitive file names. Windows
       
   295 # and Mac users are advised to set this option to NO.
       
   296 
       
   297 CASE_SENSE_NAMES       = YES
       
   298 
       
   299 # If the HIDE_SCOPE_NAMES tag is set to NO (the default) then Doxygen
       
   300 # will show members with their full class and namespace scopes in the
       
   301 # documentation. If set to YES the scope will be hidden.
       
   302 
       
   303 HIDE_SCOPE_NAMES       = NO
       
   304 
       
   305 # If the SHOW_INCLUDE_FILES tag is set to YES (the default) then Doxygen
       
   306 # will put a list of the files that are included by a file in the documentation
       
   307 # of that file.
       
   308 
       
   309 SHOW_INCLUDE_FILES     = NO
       
   310 
       
   311 # If the INLINE_INFO tag is set to YES (the default) then a tag [inline]
       
   312 # is inserted in the documentation for inline members.
       
   313 
       
   314 INLINE_INFO            = YES
       
   315 
       
   316 # If the SORT_MEMBER_DOCS tag is set to YES (the default) then doxygen
       
   317 # will sort the (detailed) documentation of file and class members
       
   318 # alphabetically by member name. If set to NO the members will appear in
       
   319 # declaration order.
       
   320 
       
   321 SORT_MEMBER_DOCS       = NO
       
   322 
       
   323 # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the
       
   324 # brief documentation of file, namespace and class members alphabetically
       
   325 # by member name. If set to NO (the default) the members will appear in
       
   326 # declaration order.
       
   327 
       
   328 SORT_BRIEF_DOCS        = NO
       
   329 
       
   330 # If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be
       
   331 # sorted by fully-qualified names, including namespaces. If set to
       
   332 # NO (the default), the class list will be sorted only by class name,
       
   333 # not including the namespace part.
       
   334 # Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES.
       
   335 # Note: This option applies only to the class list, not to the
       
   336 # alphabetical list.
       
   337 
       
   338 SORT_BY_SCOPE_NAME     = NO
       
   339 
       
   340 # The GENERATE_TODOLIST tag can be used to enable (YES) or
       
   341 # disable (NO) the todo list. This list is created by putting \todo
       
   342 # commands in the documentation.
       
   343 
       
   344 GENERATE_TODOLIST      = YES
       
   345 
       
   346 # The GENERATE_TESTLIST tag can be used to enable (YES) or
       
   347 # disable (NO) the test list. This list is created by putting \test
       
   348 # commands in the documentation.
       
   349 
       
   350 GENERATE_TESTLIST      = NO
       
   351 
       
   352 # The GENERATE_BUGLIST tag can be used to enable (YES) or
       
   353 # disable (NO) the bug list. This list is created by putting \bug
       
   354 # commands in the documentation.
       
   355 
       
   356 GENERATE_BUGLIST       = NO
       
   357 
       
   358 # The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or
       
   359 # disable (NO) the deprecated list. This list is created by putting
       
   360 # \deprecated commands in the documentation.
       
   361 
       
   362 GENERATE_DEPRECATEDLIST= NO
       
   363 
       
   364 # The ENABLED_SECTIONS tag can be used to enable conditional
       
   365 # documentation sections, marked by \if sectionname ... \endif.
       
   366 
       
   367 ENABLED_SECTIONS       =
       
   368 
       
   369 # The MAX_INITIALIZER_LINES tag determines the maximum number of lines
       
   370 # the initial value of a variable or define consists of for it to appear in
       
   371 # the documentation. If the initializer consists of more lines than specified
       
   372 # here it will be hidden. Use a value of 0 to hide initializers completely.
       
   373 # The appearance of the initializer of individual variables and defines in the
       
   374 # documentation can be controlled using \showinitializer or \hideinitializer
       
   375 # command in the documentation regardless of this setting.
       
   376 
       
   377 MAX_INITIALIZER_LINES  = 30
       
   378 
       
   379 # Set the SHOW_USED_FILES tag to NO to disable the list of files generated
       
   380 # at the bottom of the documentation of classes and structs. If set to YES the
       
   381 # list will mention the files that were used to generate the documentation.
       
   382 
       
   383 SHOW_USED_FILES        = NO
       
   384 
       
   385 # If the sources in your project are distributed over multiple directories
       
   386 # then setting the SHOW_DIRECTORIES tag to YES will show the directory hierarchy
       
   387 # in the documentation. The default is YES.
       
   388 
       
   389 SHOW_DIRECTORIES       = YES
       
   390 
       
   391 # The FILE_VERSION_FILTER tag can be used to specify a program or script that
       
   392 # doxygen should invoke to get the current version for each file (typically from the
       
   393 # version control system). Doxygen will invoke the program by executing (via
       
   394 # popen()) the command <command> <input-file>, where <command> is the value of
       
   395 # the FILE_VERSION_FILTER tag, and <input-file> is the name of an input file
       
   396 # provided by doxygen. Whatever the progam writes to standard output
       
   397 # is used as the file version. See the manual for examples.
       
   398 
       
   399 FILE_VERSION_FILTER    =
       
   400 
       
   401 #---------------------------------------------------------------------------
       
   402 # configuration options related to warning and progress messages
       
   403 #---------------------------------------------------------------------------
       
   404 
       
   405 # The QUIET tag can be used to turn on/off the messages that are generated
       
   406 # by doxygen. Possible values are YES and NO. If left blank NO is used.
       
   407 
       
   408 QUIET                  = YES
       
   409 
       
   410 # The WARNINGS tag can be used to turn on/off the warning messages that are
       
   411 # generated by doxygen. Possible values are YES and NO. If left blank
       
   412 # NO is used.
       
   413 
       
   414 WARNINGS               = YES
       
   415 
       
   416 # If WARN_IF_UNDOCUMENTED is set to YES, then doxygen will generate warnings
       
   417 # for undocumented members. If EXTRACT_ALL is set to YES then this flag will
       
   418 # automatically be disabled.
       
   419 
       
   420 WARN_IF_UNDOCUMENTED   = YES
       
   421 
       
   422 # If WARN_IF_DOC_ERROR is set to YES, doxygen will generate warnings for
       
   423 # potential errors in the documentation, such as not documenting some
       
   424 # parameters in a documented function, or documenting parameters that
       
   425 # don't exist or using markup commands wrongly.
       
   426 
       
   427 WARN_IF_DOC_ERROR      = YES
       
   428 
       
   429 # This WARN_NO_PARAMDOC option can be abled to get warnings for
       
   430 # functions that are documented, but have no documentation for their parameters
       
   431 # or return value. If set to NO (the default) doxygen will only warn about
       
   432 # wrong or incomplete parameter documentation, but not about the absence of
       
   433 # documentation.
       
   434 
       
   435 WARN_NO_PARAMDOC       = NO
       
   436 
       
   437 # The WARN_FORMAT tag determines the format of the warning messages that
       
   438 # doxygen can produce. The string should contain the $file, $line, and $text
       
   439 # tags, which will be replaced by the file and line number from which the
       
   440 # warning originated and the warning text. Optionally the format may contain
       
   441 # $version, which will be replaced by the version of the file (if it could
       
   442 # be obtained via FILE_VERSION_FILTER)
       
   443 
       
   444 WARN_FORMAT            = "$file:$line: $text"
       
   445 
       
   446 # The WARN_LOGFILE tag can be used to specify a file to which warning
       
   447 # and error messages should be written. If left blank the output is written
       
   448 # to stderr.
       
   449 
       
   450 WARN_LOGFILE           =
       
   451 
       
   452 #---------------------------------------------------------------------------
       
   453 # configuration options related to the input files
       
   454 #---------------------------------------------------------------------------
       
   455 
       
   456 # The INPUT tag can be used to specify the files and/or directories that contain
       
   457 # documented source files. You may enter file names like "myfile.cpp" or
       
   458 # directories like "/usr/src/myproject". Separate the files or directories
       
   459 # with spaces.
       
   460 
       
   461 INPUT                  = master include
       
   462 
       
   463 # If the value of the INPUT tag contains directories, you can use the
       
   464 # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
       
   465 # and *.h) to filter out the source-files in the directories. If left
       
   466 # blank the following patterns are tested:
       
   467 # *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx
       
   468 # *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm
       
   469 
       
   470 FILE_PATTERNS          =
       
   471 
       
   472 # The RECURSIVE tag can be used to turn specify whether or not subdirectories
       
   473 # should be searched for input files as well. Possible values are YES and NO.
       
   474 # If left blank NO is used.
       
   475 
       
   476 RECURSIVE              = NO
       
   477 
       
   478 # The EXCLUDE tag can be used to specify files and/or directories that should
       
   479 # excluded from the INPUT source files. This way you can easily exclude a
       
   480 # subdirectory from a directory tree whose root is specified with the INPUT tag.
       
   481 
       
   482 EXCLUDE                =
       
   483 
       
   484 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or
       
   485 # directories that are symbolic links (a Unix filesystem feature) are excluded
       
   486 # from the input.
       
   487 
       
   488 EXCLUDE_SYMLINKS       = NO
       
   489 
       
   490 # If the value of the INPUT tag contains directories, you can use the
       
   491 # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude
       
   492 # certain files from those directories. Note that the wildcards are matched
       
   493 # against the file with absolute path, so to exclude all test directories
       
   494 # for example use the pattern */test/*
       
   495 
       
   496 EXCLUDE_PATTERNS       = *.mod.c
       
   497 
       
   498 # The EXAMPLE_PATH tag can be used to specify one or more files or
       
   499 # directories that contain example code fragments that are included (see
       
   500 # the \include command).
       
   501 
       
   502 EXAMPLE_PATH           =
       
   503 
       
   504 # If the value of the EXAMPLE_PATH tag contains directories, you can use the
       
   505 # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
       
   506 # and *.h) to filter out the source-files in the directories. If left
       
   507 # blank all files are included.
       
   508 
       
   509 EXAMPLE_PATTERNS       =
       
   510 
       
   511 # If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
       
   512 # searched for input files to be used with the \include or \dontinclude
       
   513 # commands irrespective of the value of the RECURSIVE tag.
       
   514 # Possible values are YES and NO. If left blank NO is used.
       
   515 
       
   516 EXAMPLE_RECURSIVE      = NO
       
   517 
       
   518 # The IMAGE_PATH tag can be used to specify one or more files or
       
   519 # directories that contain image that are included in the documentation (see
       
   520 # the \image command).
       
   521 
       
   522 IMAGE_PATH             =
       
   523 
       
   524 # The INPUT_FILTER tag can be used to specify a program that doxygen should
       
   525 # invoke to filter for each input file. Doxygen will invoke the filter program
       
   526 # by executing (via popen()) the command <filter> <input-file>, where <filter>
       
   527 # is the value of the INPUT_FILTER tag, and <input-file> is the name of an
       
   528 # input file. Doxygen will then use the output that the filter program writes
       
   529 # to standard output.  If FILTER_PATTERNS is specified, this tag will be
       
   530 # ignored.
       
   531 
       
   532 INPUT_FILTER           =
       
   533 
       
   534 # The FILTER_PATTERNS tag can be used to specify filters on a per file pattern
       
   535 # basis.  Doxygen will compare the file name with each pattern and apply the
       
   536 # filter if there is a match.  The filters are a list of the form:
       
   537 # pattern=filter (like *.cpp=my_cpp_filter). See INPUT_FILTER for further
       
   538 # info on how filters are used. If FILTER_PATTERNS is empty, INPUT_FILTER
       
   539 # is applied to all files.
       
   540 
       
   541 FILTER_PATTERNS        =
       
   542 
       
   543 # If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
       
   544 # INPUT_FILTER) will be used to filter the input files when producing source
       
   545 # files to browse (i.e. when SOURCE_BROWSER is set to YES).
       
   546 
       
   547 FILTER_SOURCE_FILES    = NO
       
   548 
       
   549 #---------------------------------------------------------------------------
       
   550 # configuration options related to source browsing
       
   551 #---------------------------------------------------------------------------
       
   552 
       
   553 # If the SOURCE_BROWSER tag is set to YES then a list of source files will
       
   554 # be generated. Documented entities will be cross-referenced with these sources.
       
   555 # Note: To get rid of all source code in the generated output, make sure also
       
   556 # VERBATIM_HEADERS is set to NO.
       
   557 
       
   558 SOURCE_BROWSER         = YES
       
   559 
       
   560 # Setting the INLINE_SOURCES tag to YES will include the body
       
   561 # of functions and classes directly in the documentation.
       
   562 
       
   563 INLINE_SOURCES         = NO
       
   564 
       
   565 # Setting the STRIP_CODE_COMMENTS tag to YES (the default) will instruct
       
   566 # doxygen to hide any special comment blocks from generated source code
       
   567 # fragments. Normal C and C++ comments will always remain visible.
       
   568 
       
   569 STRIP_CODE_COMMENTS    = YES
       
   570 
       
   571 # If the REFERENCED_BY_RELATION tag is set to YES (the default)
       
   572 # then for each documented function all documented
       
   573 # functions referencing it will be listed.
       
   574 
       
   575 REFERENCED_BY_RELATION = NO
       
   576 
       
   577 # If the REFERENCES_RELATION tag is set to YES (the default)
       
   578 # then for each documented function all documented entities
       
   579 # called/used by that function will be listed.
       
   580 
       
   581 REFERENCES_RELATION    = NO
       
   582 
       
   583 # If the USE_HTAGS tag is set to YES then the references to source code
       
   584 # will point to the HTML generated by the htags(1) tool instead of doxygen
       
   585 # built-in source browser. The htags tool is part of GNU's global source
       
   586 # tagging system (see http://www.gnu.org/software/global/global.html). You
       
   587 # will need version 4.8.6 or higher.
       
   588 
       
   589 USE_HTAGS              = NO
       
   590 
       
   591 # If the VERBATIM_HEADERS tag is set to YES (the default) then Doxygen
       
   592 # will generate a verbatim copy of the header file for each class for
       
   593 # which an include is specified. Set to NO to disable this.
       
   594 
       
   595 VERBATIM_HEADERS       = YES
       
   596 
       
   597 #---------------------------------------------------------------------------
       
   598 # configuration options related to the alphabetical class index
       
   599 #---------------------------------------------------------------------------
       
   600 
       
   601 # If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index
       
   602 # of all compounds will be generated. Enable this if the project
       
   603 # contains a lot of classes, structs, unions or interfaces.
       
   604 
       
   605 ALPHABETICAL_INDEX     = NO
       
   606 
       
   607 # If the alphabetical index is enabled (see ALPHABETICAL_INDEX) then
       
   608 # the COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns
       
   609 # in which this list will be split (can be a number in the range [1..20])
       
   610 
       
   611 COLS_IN_ALPHA_INDEX    = 5
       
   612 
       
   613 # In case all classes in a project start with a common prefix, all
       
   614 # classes will be put under the same header in the alphabetical index.
       
   615 # The IGNORE_PREFIX tag can be used to specify one or more prefixes that
       
   616 # should be ignored while generating the index headers.
       
   617 
       
   618 IGNORE_PREFIX          =
       
   619 
       
   620 #---------------------------------------------------------------------------
       
   621 # configuration options related to the HTML output
       
   622 #---------------------------------------------------------------------------
       
   623 
       
   624 # If the GENERATE_HTML tag is set to YES (the default) Doxygen will
       
   625 # generate HTML output.
       
   626 
       
   627 GENERATE_HTML          = YES
       
   628 
       
   629 # The HTML_OUTPUT tag is used to specify where the HTML docs will be put.
       
   630 # If a relative path is entered the value of OUTPUT_DIRECTORY will be
       
   631 # put in front of it. If left blank `html' will be used as the default path.
       
   632 
       
   633 HTML_OUTPUT            = html
       
   634 
       
   635 # The HTML_FILE_EXTENSION tag can be used to specify the file extension for
       
   636 # each generated HTML page (for example: .htm,.php,.asp). If it is left blank
       
   637 # doxygen will generate files with .html extension.
       
   638 
       
   639 HTML_FILE_EXTENSION    = .html
       
   640 
       
   641 # The HTML_HEADER tag can be used to specify a personal HTML header for
       
   642 # each generated HTML page. If it is left blank doxygen will generate a
       
   643 # standard header.
       
   644 
       
   645 HTML_HEADER            =
       
   646 
       
   647 # The HTML_FOOTER tag can be used to specify a personal HTML footer for
       
   648 # each generated HTML page. If it is left blank doxygen will generate a
       
   649 # standard footer.
       
   650 
       
   651 HTML_FOOTER            =
       
   652 
       
   653 # The HTML_STYLESHEET tag can be used to specify a user-defined cascading
       
   654 # style sheet that is used by each HTML page. It can be used to
       
   655 # fine-tune the look of the HTML output. If the tag is left blank doxygen
       
   656 # will generate a default style sheet. Note that doxygen will try to copy
       
   657 # the style sheet file to the HTML output directory, so don't put your own
       
   658 # stylesheet in the HTML output directory as well, or it will be erased!
       
   659 
       
   660 HTML_STYLESHEET        =
       
   661 
       
   662 # If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes,
       
   663 # files or namespaces will be aligned in HTML using tables. If set to
       
   664 # NO a bullet list will be used.
       
   665 
       
   666 HTML_ALIGN_MEMBERS     = YES
       
   667 
       
   668 # If the GENERATE_HTMLHELP tag is set to YES, additional index files
       
   669 # will be generated that can be used as input for tools like the
       
   670 # Microsoft HTML help workshop to generate a compressed HTML help file (.chm)
       
   671 # of the generated HTML documentation.
       
   672 
       
   673 GENERATE_HTMLHELP      = NO
       
   674 
       
   675 # If the GENERATE_HTMLHELP tag is set to YES, the CHM_FILE tag can
       
   676 # be used to specify the file name of the resulting .chm file. You
       
   677 # can add a path in front of the file if the result should not be
       
   678 # written to the html output directory.
       
   679 
       
   680 CHM_FILE               =
       
   681 
       
   682 # If the GENERATE_HTMLHELP tag is set to YES, the HHC_LOCATION tag can
       
   683 # be used to specify the location (absolute path including file name) of
       
   684 # the HTML help compiler (hhc.exe). If non-empty doxygen will try to run
       
   685 # the HTML help compiler on the generated index.hhp.
       
   686 
       
   687 HHC_LOCATION           =
       
   688 
       
   689 # If the GENERATE_HTMLHELP tag is set to YES, the GENERATE_CHI flag
       
   690 # controls if a separate .chi index file is generated (YES) or that
       
   691 # it should be included in the master .chm file (NO).
       
   692 
       
   693 GENERATE_CHI           = NO
       
   694 
       
   695 # If the GENERATE_HTMLHELP tag is set to YES, the BINARY_TOC flag
       
   696 # controls whether a binary table of contents is generated (YES) or a
       
   697 # normal table of contents (NO) in the .chm file.
       
   698 
       
   699 BINARY_TOC             = NO
       
   700 
       
   701 # The TOC_EXPAND flag can be set to YES to add extra items for group members
       
   702 # to the contents of the HTML help documentation and to the tree view.
       
   703 
       
   704 TOC_EXPAND             = NO
       
   705 
       
   706 # The DISABLE_INDEX tag can be used to turn on/off the condensed index at
       
   707 # top of each HTML page. The value NO (the default) enables the index and
       
   708 # the value YES disables it.
       
   709 
       
   710 DISABLE_INDEX          = NO
       
   711 
       
   712 # This tag can be used to set the number of enum values (range [1..20])
       
   713 # that doxygen will group on one line in the generated HTML documentation.
       
   714 
       
   715 ENUM_VALUES_PER_LINE   = 4
       
   716 
       
   717 # If the GENERATE_TREEVIEW tag is set to YES, a side panel will be
       
   718 # generated containing a tree-like index structure (just like the one that
       
   719 # is generated for HTML Help). For this to work a browser that supports
       
   720 # JavaScript, DHTML, CSS and frames is required (for instance Mozilla 1.0+,
       
   721 # Netscape 6.0+, Internet explorer 5.0+, or Konqueror). Windows users are
       
   722 # probably better off using the HTML help feature.
       
   723 
       
   724 GENERATE_TREEVIEW      = YES
       
   725 
       
   726 # If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be
       
   727 # used to set the initial width (in pixels) of the frame in which the tree
       
   728 # is shown.
       
   729 
       
   730 TREEVIEW_WIDTH         = 250
       
   731 
       
   732 #---------------------------------------------------------------------------
       
   733 # configuration options related to the LaTeX output
       
   734 #---------------------------------------------------------------------------
       
   735 
       
   736 # If the GENERATE_LATEX tag is set to YES (the default) Doxygen will
       
   737 # generate Latex output.
       
   738 
       
   739 GENERATE_LATEX         = NO
       
   740 
       
   741 # The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put.
       
   742 # If a relative path is entered the value of OUTPUT_DIRECTORY will be
       
   743 # put in front of it. If left blank `latex' will be used as the default path.
       
   744 
       
   745 LATEX_OUTPUT           = latex
       
   746 
       
   747 # The LATEX_CMD_NAME tag can be used to specify the LaTeX command name to be
       
   748 # invoked. If left blank `latex' will be used as the default command name.
       
   749 
       
   750 LATEX_CMD_NAME         = latex
       
   751 
       
   752 # The MAKEINDEX_CMD_NAME tag can be used to specify the command name to
       
   753 # generate index for LaTeX. If left blank `makeindex' will be used as the
       
   754 # default command name.
       
   755 
       
   756 MAKEINDEX_CMD_NAME     = makeindex
       
   757 
       
   758 # If the COMPACT_LATEX tag is set to YES Doxygen generates more compact
       
   759 # LaTeX documents. This may be useful for small projects and may help to
       
   760 # save some trees in general.
       
   761 
       
   762 COMPACT_LATEX          = NO
       
   763 
       
   764 # The PAPER_TYPE tag can be used to set the paper type that is used
       
   765 # by the printer. Possible values are: a4, a4wide, letter, legal and
       
   766 # executive. If left blank a4wide will be used.
       
   767 
       
   768 PAPER_TYPE             = a4wide
       
   769 
       
   770 # The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX
       
   771 # packages that should be included in the LaTeX output.
       
   772 
       
   773 EXTRA_PACKAGES         =
       
   774 
       
   775 # The LATEX_HEADER tag can be used to specify a personal LaTeX header for
       
   776 # the generated latex document. The header should contain everything until
       
   777 # the first chapter. If it is left blank doxygen will generate a
       
   778 # standard header. Notice: only use this tag if you know what you are doing!
       
   779 
       
   780 LATEX_HEADER           =
       
   781 
       
   782 # If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated
       
   783 # is prepared for conversion to pdf (using ps2pdf). The pdf file will
       
   784 # contain links (just like the HTML output) instead of page references
       
   785 # This makes the output suitable for online browsing using a pdf viewer.
       
   786 
       
   787 PDF_HYPERLINKS         = NO
       
   788 
       
   789 # If the USE_PDFLATEX tag is set to YES, pdflatex will be used instead of
       
   790 # plain latex in the generated Makefile. Set this option to YES to get a
       
   791 # higher quality PDF documentation.
       
   792 
       
   793 USE_PDFLATEX           = NO
       
   794 
       
   795 # If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \\batchmode.
       
   796 # command to the generated LaTeX files. This will instruct LaTeX to keep
       
   797 # running if errors occur, instead of asking the user for help.
       
   798 # This option is also used when generating formulas in HTML.
       
   799 
       
   800 LATEX_BATCHMODE        = NO
       
   801 
       
   802 # If LATEX_HIDE_INDICES is set to YES then doxygen will not
       
   803 # include the index chapters (such as File Index, Compound Index, etc.)
       
   804 # in the output.
       
   805 
       
   806 LATEX_HIDE_INDICES     = NO
       
   807 
       
   808 #---------------------------------------------------------------------------
       
   809 # configuration options related to the RTF output
       
   810 #---------------------------------------------------------------------------
       
   811 
       
   812 # If the GENERATE_RTF tag is set to YES Doxygen will generate RTF output
       
   813 # The RTF output is optimized for Word 97 and may not look very pretty with
       
   814 # other RTF readers or editors.
       
   815 
       
   816 GENERATE_RTF           = NO
       
   817 
       
   818 # The RTF_OUTPUT tag is used to specify where the RTF docs will be put.
       
   819 # If a relative path is entered the value of OUTPUT_DIRECTORY will be
       
   820 # put in front of it. If left blank `rtf' will be used as the default path.
       
   821 
       
   822 RTF_OUTPUT             = rtf
       
   823 
       
   824 # If the COMPACT_RTF tag is set to YES Doxygen generates more compact
       
   825 # RTF documents. This may be useful for small projects and may help to
       
   826 # save some trees in general.
       
   827 
       
   828 COMPACT_RTF            = NO
       
   829 
       
   830 # If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated
       
   831 # will contain hyperlink fields. The RTF file will
       
   832 # contain links (just like the HTML output) instead of page references.
       
   833 # This makes the output suitable for online browsing using WORD or other
       
   834 # programs which support those fields.
       
   835 # Note: wordpad (write) and others do not support links.
       
   836 
       
   837 RTF_HYPERLINKS         = NO
       
   838 
       
   839 # Load stylesheet definitions from file. Syntax is similar to doxygen's
       
   840 # config file, i.e. a series of assignments. You only have to provide
       
   841 # replacements, missing definitions are set to their default value.
       
   842 
       
   843 RTF_STYLESHEET_FILE    =
       
   844 
       
   845 # Set optional variables used in the generation of an rtf document.
       
   846 # Syntax is similar to doxygen's config file.
       
   847 
       
   848 RTF_EXTENSIONS_FILE    =
       
   849 
       
   850 #---------------------------------------------------------------------------
       
   851 # configuration options related to the man page output
       
   852 #---------------------------------------------------------------------------
       
   853 
       
   854 # If the GENERATE_MAN tag is set to YES (the default) Doxygen will
       
   855 # generate man pages
       
   856 
       
   857 GENERATE_MAN           = NO
       
   858 
       
   859 # The MAN_OUTPUT tag is used to specify where the man pages will be put.
       
   860 # If a relative path is entered the value of OUTPUT_DIRECTORY will be
       
   861 # put in front of it. If left blank `man' will be used as the default path.
       
   862 
       
   863 MAN_OUTPUT             = man
       
   864 
       
   865 # The MAN_EXTENSION tag determines the extension that is added to
       
   866 # the generated man pages (default is the subroutine's section .3)
       
   867 
       
   868 MAN_EXTENSION          = .3
       
   869 
       
   870 # If the MAN_LINKS tag is set to YES and Doxygen generates man output,
       
   871 # then it will generate one additional man file for each entity
       
   872 # documented in the real man page(s). These additional files
       
   873 # only source the real man page, but without them the man command
       
   874 # would be unable to find the correct page. The default is NO.
       
   875 
       
   876 MAN_LINKS              = NO
       
   877 
       
   878 #---------------------------------------------------------------------------
       
   879 # configuration options related to the XML output
       
   880 #---------------------------------------------------------------------------
       
   881 
       
   882 # If the GENERATE_XML tag is set to YES Doxygen will
       
   883 # generate an XML file that captures the structure of
       
   884 # the code including all documentation.
       
   885 
       
   886 GENERATE_XML           = NO
       
   887 
       
   888 # The XML_OUTPUT tag is used to specify where the XML pages will be put.
       
   889 # If a relative path is entered the value of OUTPUT_DIRECTORY will be
       
   890 # put in front of it. If left blank `xml' will be used as the default path.
       
   891 
       
   892 XML_OUTPUT             = xml
       
   893 
       
   894 # The XML_SCHEMA tag can be used to specify an XML schema,
       
   895 # which can be used by a validating XML parser to check the
       
   896 # syntax of the XML files.
       
   897 
       
   898 XML_SCHEMA             =
       
   899 
       
   900 # The XML_DTD tag can be used to specify an XML DTD,
       
   901 # which can be used by a validating XML parser to check the
       
   902 # syntax of the XML files.
       
   903 
       
   904 XML_DTD                =
       
   905 
       
   906 # If the XML_PROGRAMLISTING tag is set to YES Doxygen will
       
   907 # dump the program listings (including syntax highlighting
       
   908 # and cross-referencing information) to the XML output. Note that
       
   909 # enabling this will significantly increase the size of the XML output.
       
   910 
       
   911 XML_PROGRAMLISTING     = YES
       
   912 
       
   913 #---------------------------------------------------------------------------
       
   914 # configuration options for the AutoGen Definitions output
       
   915 #---------------------------------------------------------------------------
       
   916 
       
   917 # If the GENERATE_AUTOGEN_DEF tag is set to YES Doxygen will
       
   918 # generate an AutoGen Definitions (see autogen.sf.net) file
       
   919 # that captures the structure of the code including all
       
   920 # documentation. Note that this feature is still experimental
       
   921 # and incomplete at the moment.
       
   922 
       
   923 GENERATE_AUTOGEN_DEF   = NO
       
   924 
       
   925 #---------------------------------------------------------------------------
       
   926 # configuration options related to the Perl module output
       
   927 #---------------------------------------------------------------------------
       
   928 
       
   929 # If the GENERATE_PERLMOD tag is set to YES Doxygen will
       
   930 # generate a Perl module file that captures the structure of
       
   931 # the code including all documentation. Note that this
       
   932 # feature is still experimental and incomplete at the
       
   933 # moment.
       
   934 
       
   935 GENERATE_PERLMOD       = NO
       
   936 
       
   937 # If the PERLMOD_LATEX tag is set to YES Doxygen will generate
       
   938 # the necessary Makefile rules, Perl scripts and LaTeX code to be able
       
   939 # to generate PDF and DVI output from the Perl module output.
       
   940 
       
   941 PERLMOD_LATEX          = NO
       
   942 
       
   943 # If the PERLMOD_PRETTY tag is set to YES the Perl module output will be
       
   944 # nicely formatted so it can be parsed by a human reader.  This is useful
       
   945 # if you want to understand what is going on.  On the other hand, if this
       
   946 # tag is set to NO the size of the Perl module output will be much smaller
       
   947 # and Perl will parse it just the same.
       
   948 
       
   949 PERLMOD_PRETTY         = YES
       
   950 
       
   951 # The names of the make variables in the generated doxyrules.make file
       
   952 # are prefixed with the string contained in PERLMOD_MAKEVAR_PREFIX.
       
   953 # This is useful so different doxyrules.make files included by the same
       
   954 # Makefile don't overwrite each other's variables.
       
   955 
       
   956 PERLMOD_MAKEVAR_PREFIX =
       
   957 
       
   958 #---------------------------------------------------------------------------
       
   959 # Configuration options related to the preprocessor
       
   960 #---------------------------------------------------------------------------
       
   961 
       
   962 # If the ENABLE_PREPROCESSING tag is set to YES (the default) Doxygen will
       
   963 # evaluate all C-preprocessor directives found in the sources and include
       
   964 # files.
       
   965 
       
   966 ENABLE_PREPROCESSING   = YES
       
   967 
       
   968 # If the MACRO_EXPANSION tag is set to YES Doxygen will expand all macro
       
   969 # names in the source code. If set to NO (the default) only conditional
       
   970 # compilation will be performed. Macro expansion can be done in a controlled
       
   971 # way by setting EXPAND_ONLY_PREDEF to YES.
       
   972 
       
   973 MACRO_EXPANSION        = NO
       
   974 
       
   975 # If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES
       
   976 # then the macro expansion is limited to the macros specified with the
       
   977 # PREDEFINED and EXPAND_AS_PREDEFINED tags.
       
   978 
       
   979 EXPAND_ONLY_PREDEF     = NO
       
   980 
       
   981 # If the SEARCH_INCLUDES tag is set to YES (the default) the includes files
       
   982 # in the INCLUDE_PATH (see below) will be search if a #include is found.
       
   983 
       
   984 SEARCH_INCLUDES        = YES
       
   985 
       
   986 # The INCLUDE_PATH tag can be used to specify one or more directories that
       
   987 # contain include files that are not input files but should be processed by
       
   988 # the preprocessor.
       
   989 
       
   990 INCLUDE_PATH           =
       
   991 
       
   992 # You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard
       
   993 # patterns (like *.h and *.hpp) to filter out the header-files in the
       
   994 # directories. If left blank, the patterns specified with FILE_PATTERNS will
       
   995 # be used.
       
   996 
       
   997 INCLUDE_FILE_PATTERNS  =
       
   998 
       
   999 # The PREDEFINED tag can be used to specify one or more macro names that
       
  1000 # are defined before the preprocessor is started (similar to the -D option of
       
  1001 # gcc). The argument of the tag is a list of macros of the form: name
       
  1002 # or name=definition (no spaces). If the definition and the = are
       
  1003 # omitted =1 is assumed. To prevent a macro definition from being
       
  1004 # undefined via #undef or recursively expanded use the := operator
       
  1005 # instead of the = operator.
       
  1006 
       
  1007 PREDEFINED             =
       
  1008 
       
  1009 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then
       
  1010 # this tag can be used to specify a list of macro names that should be expanded.
       
  1011 # The macro definition that is found in the sources will be used.
       
  1012 # Use the PREDEFINED tag if you want to use a different macro definition.
       
  1013 
       
  1014 EXPAND_AS_DEFINED      =
       
  1015 
       
  1016 # If the SKIP_FUNCTION_MACROS tag is set to YES (the default) then
       
  1017 # doxygen's preprocessor will remove all function-like macros that are alone
       
  1018 # on a line, have an all uppercase name, and do not end with a semicolon. Such
       
  1019 # function macros are typically used for boiler-plate code, and will confuse
       
  1020 # the parser if not removed.
       
  1021 
       
  1022 SKIP_FUNCTION_MACROS   = YES
       
  1023 
       
  1024 #---------------------------------------------------------------------------
       
  1025 # Configuration::additions related to external references
       
  1026 #---------------------------------------------------------------------------
       
  1027 
       
  1028 # The TAGFILES option can be used to specify one or more tagfiles.
       
  1029 # Optionally an initial location of the external documentation
       
  1030 # can be added for each tagfile. The format of a tag file without
       
  1031 # this location is as follows:
       
  1032 #   TAGFILES = file1 file2 ...
       
  1033 # Adding location for the tag files is done as follows:
       
  1034 #   TAGFILES = file1=loc1 "file2 = loc2" ...
       
  1035 # where "loc1" and "loc2" can be relative or absolute paths or
       
  1036 # URLs. If a location is present for each tag, the installdox tool
       
  1037 # does not have to be run to correct the links.
       
  1038 # Note that each tag file must have a unique name
       
  1039 # (where the name does NOT include the path)
       
  1040 # If a tag file is not located in the directory in which doxygen
       
  1041 # is run, you must also specify the path to the tagfile here.
       
  1042 
       
  1043 TAGFILES               =
       
  1044 
       
  1045 # When a file name is specified after GENERATE_TAGFILE, doxygen will create
       
  1046 # a tag file that is based on the input files it reads.
       
  1047 
       
  1048 GENERATE_TAGFILE       =
       
  1049 
       
  1050 # If the ALLEXTERNALS tag is set to YES all external classes will be listed
       
  1051 # in the class index. If set to NO only the inherited external classes
       
  1052 # will be listed.
       
  1053 
       
  1054 ALLEXTERNALS           = NO
       
  1055 
       
  1056 # If the EXTERNAL_GROUPS tag is set to YES all external groups will be listed
       
  1057 # in the modules index. If set to NO, only the current project's groups will
       
  1058 # be listed.
       
  1059 
       
  1060 EXTERNAL_GROUPS        = YES
       
  1061 
       
  1062 # The PERL_PATH should be the absolute path and name of the perl script
       
  1063 # interpreter (i.e. the result of `which perl').
       
  1064 
       
  1065 PERL_PATH              = /usr/bin/perl
       
  1066 
       
  1067 #---------------------------------------------------------------------------
       
  1068 # Configuration options related to the dot tool
       
  1069 #---------------------------------------------------------------------------
       
  1070 
       
  1071 # If the CLASS_DIAGRAMS tag is set to YES (the default) Doxygen will
       
  1072 # generate a inheritance diagram (in HTML, RTF and LaTeX) for classes with base
       
  1073 # or super classes. Setting the tag to NO turns the diagrams off. Note that
       
  1074 # this option is superseded by the HAVE_DOT option below. This is only a
       
  1075 # fallback. It is recommended to install and use dot, since it yields more
       
  1076 # powerful graphs.
       
  1077 
       
  1078 CLASS_DIAGRAMS         = YES
       
  1079 
       
  1080 # If set to YES, the inheritance and collaboration graphs will hide
       
  1081 # inheritance and usage relations if the target is undocumented
       
  1082 # or is not a class.
       
  1083 
       
  1084 HIDE_UNDOC_RELATIONS   = YES
       
  1085 
       
  1086 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
       
  1087 # available from the path. This tool is part of Graphviz, a graph visualization
       
  1088 # toolkit from AT&T and Lucent Bell Labs. The other options in this section
       
  1089 # have no effect if this option is set to NO (the default)
       
  1090 
       
  1091 HAVE_DOT               = NO
       
  1092 
       
  1093 # If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen
       
  1094 # will generate a graph for each documented class showing the direct and
       
  1095 # indirect inheritance relations. Setting this tag to YES will force the
       
  1096 # the CLASS_DIAGRAMS tag to NO.
       
  1097 
       
  1098 CLASS_GRAPH            = YES
       
  1099 
       
  1100 # If the COLLABORATION_GRAPH and HAVE_DOT tags are set to YES then doxygen
       
  1101 # will generate a graph for each documented class showing the direct and
       
  1102 # indirect implementation dependencies (inheritance, containment, and
       
  1103 # class references variables) of the class with other documented classes.
       
  1104 
       
  1105 COLLABORATION_GRAPH    = YES
       
  1106 
       
  1107 # If the GROUP_GRAPHS and HAVE_DOT tags are set to YES then doxygen
       
  1108 # will generate a graph for groups, showing the direct groups dependencies
       
  1109 
       
  1110 GROUP_GRAPHS           = YES
       
  1111 
       
  1112 # If the UML_LOOK tag is set to YES doxygen will generate inheritance and
       
  1113 # collaboration diagrams in a style similar to the OMG's Unified Modeling
       
  1114 # Language.
       
  1115 
       
  1116 UML_LOOK               = NO
       
  1117 
       
  1118 # If set to YES, the inheritance and collaboration graphs will show the
       
  1119 # relations between templates and their instances.
       
  1120 
       
  1121 TEMPLATE_RELATIONS     = YES
       
  1122 
       
  1123 # If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDE_GRAPH, and HAVE_DOT
       
  1124 # tags are set to YES then doxygen will generate a graph for each documented
       
  1125 # file showing the direct and indirect include dependencies of the file with
       
  1126 # other documented files.
       
  1127 
       
  1128 INCLUDE_GRAPH          = YES
       
  1129 
       
  1130 # If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDED_BY_GRAPH, and
       
  1131 # HAVE_DOT tags are set to YES then doxygen will generate a graph for each
       
  1132 # documented header file showing the documented files that directly or
       
  1133 # indirectly include this file.
       
  1134 
       
  1135 INCLUDED_BY_GRAPH      = YES
       
  1136 
       
  1137 # If the CALL_GRAPH and HAVE_DOT tags are set to YES then doxygen will
       
  1138 # generate a call dependency graph for every global function or class method.
       
  1139 # Note that enabling this option will significantly increase the time of a run.
       
  1140 # So in most cases it will be better to enable call graphs for selected
       
  1141 # functions only using the \callgraph command.
       
  1142 
       
  1143 CALL_GRAPH             = NO
       
  1144 
       
  1145 # If the GRAPHICAL_HIERARCHY and HAVE_DOT tags are set to YES then doxygen
       
  1146 # will graphical hierarchy of all classes instead of a textual one.
       
  1147 
       
  1148 GRAPHICAL_HIERARCHY    = YES
       
  1149 
       
  1150 # If the DIRECTORY_GRAPH, SHOW_DIRECTORIES and HAVE_DOT tags are set to YES
       
  1151 # then doxygen will show the dependencies a directory has on other directories
       
  1152 # in a graphical way. The dependency relations are determined by the #include
       
  1153 # relations between the files in the directories.
       
  1154 
       
  1155 DIRECTORY_GRAPH        = YES
       
  1156 
       
  1157 # The DOT_IMAGE_FORMAT tag can be used to set the image format of the images
       
  1158 # generated by dot. Possible values are png, jpg, or gif
       
  1159 # If left blank png will be used.
       
  1160 
       
  1161 DOT_IMAGE_FORMAT       = png
       
  1162 
       
  1163 # The tag DOT_PATH can be used to specify the path where the dot tool can be
       
  1164 # found. If left blank, it is assumed the dot tool can be found in the path.
       
  1165 
       
  1166 DOT_PATH               =
       
  1167 
       
  1168 # The DOTFILE_DIRS tag can be used to specify one or more directories that
       
  1169 # contain dot files that are included in the documentation (see the
       
  1170 # \dotfile command).
       
  1171 
       
  1172 DOTFILE_DIRS           =
       
  1173 
       
  1174 # The MAX_DOT_GRAPH_WIDTH tag can be used to set the maximum allowed width
       
  1175 # (in pixels) of the graphs generated by dot. If a graph becomes larger than
       
  1176 # this value, doxygen will try to truncate the graph, so that it fits within
       
  1177 # the specified constraint. Beware that most browsers cannot cope with very
       
  1178 # large images.
       
  1179 
       
  1180 MAX_DOT_GRAPH_WIDTH    = 1024
       
  1181 
       
  1182 # The MAX_DOT_GRAPH_HEIGHT tag can be used to set the maximum allows height
       
  1183 # (in pixels) of the graphs generated by dot. If a graph becomes larger than
       
  1184 # this value, doxygen will try to truncate the graph, so that it fits within
       
  1185 # the specified constraint. Beware that most browsers cannot cope with very
       
  1186 # large images.
       
  1187 
       
  1188 MAX_DOT_GRAPH_HEIGHT   = 1024
       
  1189 
       
  1190 # The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the
       
  1191 # graphs generated by dot. A depth value of 3 means that only nodes reachable
       
  1192 # from the root by following a path via at most 3 edges will be shown. Nodes
       
  1193 # that lay further from the root node will be omitted. Note that setting this
       
  1194 # option to 1 or 2 may greatly reduce the computation time needed for large
       
  1195 # code bases. Also note that a graph may be further truncated if the graph's
       
  1196 # image dimensions are not sufficient to fit the graph (see MAX_DOT_GRAPH_WIDTH
       
  1197 # and MAX_DOT_GRAPH_HEIGHT). If 0 is used for the depth value (the default),
       
  1198 # the graph is not depth-constrained.
       
  1199 
       
  1200 MAX_DOT_GRAPH_DEPTH    = 0
       
  1201 
       
  1202 # Set the DOT_TRANSPARENT tag to YES to generate images with a transparent
       
  1203 # background. This is disabled by default, which results in a white background.
       
  1204 # Warning: Depending on the platform used, enabling this option may lead to
       
  1205 # badly anti-aliased labels on the edges of a graph (i.e. they become hard to
       
  1206 # read).
       
  1207 
       
  1208 DOT_TRANSPARENT        = NO
       
  1209 
       
  1210 # Set the DOT_MULTI_TARGETS tag to YES allow dot to generate multiple output
       
  1211 # files in one run (i.e. multiple -o and -T options on the command line). This
       
  1212 # makes dot run faster, but since only newer versions of dot (>1.8.10)
       
  1213 # support this, this feature is disabled by default.
       
  1214 
       
  1215 DOT_MULTI_TARGETS      = NO
       
  1216 
       
  1217 # If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will
       
  1218 # generate a legend page explaining the meaning of the various boxes and
       
  1219 # arrows in the dot generated graphs.
       
  1220 
       
  1221 GENERATE_LEGEND        = YES
       
  1222 
       
  1223 # If the DOT_CLEANUP tag is set to YES (the default) Doxygen will
       
  1224 # remove the intermediate dot files that are used to generate
       
  1225 # the various graphs.
       
  1226 
       
  1227 DOT_CLEANUP            = YES
       
  1228 
       
  1229 #---------------------------------------------------------------------------
       
  1230 # Configuration::additions related to the search engine
       
  1231 #---------------------------------------------------------------------------
       
  1232 
       
  1233 # The SEARCHENGINE tag specifies whether or not a search engine should be
       
  1234 # used. If set to NO the values of all tags below this one will be ignored.
       
  1235 
       
  1236 SEARCHENGINE           = NO