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