Doxyfile.in
author Edouard Tisserant <edouard.tisserant@gmail.com>
Tue, 09 Oct 2018 09:22:53 +0200
branchstable-1.5
changeset 2727 32c9a2dea9ed
parent 2522 ec403cf308eb
permissions -rw-r--r--
devices/rtdmnet.c : fixed indentation and error handling.
2522
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
     1
# Doxyfile 1.8.1
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
     2
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
     3
# This file describes the settings to be used by the documentation system
2522
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
     4
# doxygen (www.doxygen.org) for a project.
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
     5
#
2522
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
     6
# All text after a hash (#) is considered a comment and will be ignored.
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
     7
# The format is:
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
     8
#       TAG = value [value, ...]
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
     9
# For lists items can also be appended using:
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
    10
#       TAG += value [value, ...]
2522
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
    11
# Values that contain spaces should be placed between quotes (" ").
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
    12
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
    13
#---------------------------------------------------------------------------
68
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
    14
# Project related configuration options
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
    15
#---------------------------------------------------------------------------
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
    16
2522
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
    17
# This tag specifies the encoding used for all characters in the config file
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
    18
# that follow. The default is UTF-8 which is also the encoding used for all
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
    19
# text before the first occurrence of this tag. Doxygen uses libiconv (or the
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
    20
# iconv built into libc) for the transcoding. See
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
    21
# http://www.gnu.org/software/libiconv for the list of possible encodings.
786
ad618c76e9bd Updated doxygen docs.
Florian Pose <fp@igh-essen.com>
parents: 757
diff changeset
    22
ad618c76e9bd Updated doxygen docs.
Florian Pose <fp@igh-essen.com>
parents: 757
diff changeset
    23
DOXYFILE_ENCODING      = UTF-8
ad618c76e9bd Updated doxygen docs.
Florian Pose <fp@igh-essen.com>
parents: 757
diff changeset
    24
2522
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
    25
# The PROJECT_NAME tag is a single word (or sequence of words) that should
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
    26
# identify the project. Note that if you do not use Doxywizard you need
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
    27
# to put quotes around the project name if it contains spaces.
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
    28
786
ad618c76e9bd Updated doxygen docs.
Florian Pose <fp@igh-essen.com>
parents: 757
diff changeset
    29
PROJECT_NAME           = "IgH EtherCAT Master"
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
    30
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
    31
# The PROJECT_NUMBER tag can be used to enter a project or revision number.
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
    32
# This could be handy for archiving the generated documentation or
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
    33
# if some version control system is used.
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
    34
757
6210c4260899 Added Doxyfile to configuration files.
Florian Pose <fp@igh-essen.com>
parents: 565
diff changeset
    35
PROJECT_NUMBER         = @VERSION@
180
786d4cba38fb Advanced build system
Florian Pose <fp@igh-essen.com>
parents: 68
diff changeset
    36
2522
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
    37
# Using the PROJECT_BRIEF tag one can provide an optional one line description
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
    38
# for a project that appears at the top of each page and should give viewer
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
    39
# a quick idea about the purpose of the project. Keep the description short.
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
    40
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
    41
PROJECT_BRIEF          =
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
    42
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
    43
# With the PROJECT_LOGO tag one can specify an logo or icon that is
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
    44
# included in the documentation. The maximum height of the logo should not
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
    45
# exceed 55 pixels and the maximum width should not exceed 200 pixels.
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
    46
# Doxygen will copy the logo to the output directory.
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
    47
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
    48
PROJECT_LOGO           =
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
    49
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
    50
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
    51
# base path where the generated documentation will be put.
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
    52
# If a relative path is entered, it will be relative to the location
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
    53
# where doxygen was started. If left blank the current directory will be used.
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
    54
370
148155bb9abc Renamed documentation -> doxygen-output, doc -> documentation.
Florian Pose <fp@igh-essen.com>
parents: 354
diff changeset
    55
OUTPUT_DIRECTORY       = doxygen-output
199
04ecf40fc2e9 Doxygen added interface modules and file documentation.
Florian Pose <fp@igh-essen.com>
parents: 197
diff changeset
    56
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
    57
# If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
    58
# 4096 sub-directories (in 2 levels) under the output directory of each output
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
    59
# format and will distribute the generated files over these directories.
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
    60
# Enabling this option can be useful when feeding doxygen a huge amount of
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
    61
# source files, where putting all generated files in the same directory would
68
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
    62
# otherwise cause performance problems for the file system.
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
    63
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
    64
CREATE_SUBDIRS         = NO
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
    65
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
    66
# The OUTPUT_LANGUAGE tag is used to specify the language in which all
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
    67
# documentation generated by doxygen is written. Doxygen will use this
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
    68
# information to generate all constant output in the proper language.
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
    69
# The default language is English, other supported languages are:
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
    70
# Afrikaans, Arabic, Brazilian, Catalan, Chinese, Chinese-Traditional,
2522
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
    71
# Croatian, Czech, Danish, Dutch, Esperanto, Farsi, Finnish, French, German,
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
    72
# Greek, Hungarian, Italian, Japanese, Japanese-en (Japanese with English
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
    73
# messages), Korean, Korean-en, Lithuanian, Norwegian, Macedonian, Persian,
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
    74
# Polish, Portuguese, Romanian, Russian, Serbian, Serbian-Cyrillic, Slovak,
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
    75
# Slovene, Spanish, Swedish, Ukrainian, and Vietnamese.
68
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
    76
197
b9a6e2c22745 GPLv2 License and enhanced Doxygen output.
Florian Pose <fp@igh-essen.com>
parents: 180
diff changeset
    77
OUTPUT_LANGUAGE        = English
68
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
    78
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
    79
# If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
    80
# include brief member descriptions after the members that are listed in
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
    81
# the file and class documentation (similar to JavaDoc).
68
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
    82
# Set to NO to disable this.
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
    83
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
    84
BRIEF_MEMBER_DESC      = YES
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
    85
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
    86
# If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
    87
# the brief description of a member or function before the detailed description.
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
    88
# Note: if both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the
68
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
    89
# brief descriptions will be completely suppressed.
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
    90
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
    91
REPEAT_BRIEF           = YES
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
    92
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
    93
# This tag implements a quasi-intelligent brief description abbreviator
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
    94
# that is used to form the text in various listings. Each string
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
    95
# in this list, if found as the leading text of the brief description, will be
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
    96
# stripped from the text and the result after processing the whole list, is
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
    97
# used as the annotated text. Otherwise, the brief description is used as-is.
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
    98
# If left blank, the following values are used ("$name" is automatically
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
    99
# replaced with the name of the entity): "The $name class" "The $name widget"
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   100
# "The $name file" "is" "provides" "specifies" "contains"
68
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   101
# "represents" "a" "an" "the"
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   102
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   103
ABBREVIATE_BRIEF       =
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   104
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   105
# If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   106
# Doxygen will generate a detailed section even if there is only a brief
68
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   107
# description.
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   108
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   109
ALWAYS_DETAILED_SEC    = NO
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   110
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   111
# If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   112
# inherited members of a class in the documentation of that class as if those
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   113
# members were ordinary class members. Constructors, destructors and assignment
68
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   114
# operators of the base classes will not be shown.
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   115
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   116
INLINE_INHERITED_MEMB  = NO
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   117
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   118
# If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   119
# path before files name in the file list and in the header files. If set
68
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   120
# to NO the shortest path that makes the file name unique will be used.
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   121
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   122
FULL_PATH_NAMES        = NO
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   123
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   124
# If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   125
# can be used to strip a user-defined part of the path. Stripping is
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   126
# only done if one of the specified strings matches the left-hand part of
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   127
# the path. The tag can be used to show relative paths in the file list.
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   128
# If left blank the directory from which doxygen is run is used as the
68
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   129
# path to strip.
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   130
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   131
STRIP_FROM_PATH        =
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   132
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   133
# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   134
# the path mentioned in the documentation of a class, which tells
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   135
# the reader which header file to include in order to use a class.
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   136
# If left blank only the name of the header file containing the class
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   137
# definition is used. Otherwise one should specify the include paths that
68
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   138
# are normally passed to the compiler using the -I flag.
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   139
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   140
STRIP_FROM_INC_PATH    =
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   141
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   142
# If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter
2522
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   143
# (but less readable) file names. This can be useful if your file system
68
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   144
# doesn't support long names like on DOS, Mac, or CD-ROM.
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   145
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   146
SHORT_NAMES            = NO
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   147
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   148
# If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   149
# will interpret the first line (until the first dot) of a JavaDoc-style
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   150
# comment as the brief description. If set to NO, the JavaDoc
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   151
# comments will behave just like regular Qt-style comments
786
ad618c76e9bd Updated doxygen docs.
Florian Pose <fp@igh-essen.com>
parents: 757
diff changeset
   152
# (thus requiring an explicit @brief command for a brief description.)
68
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   153
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   154
JAVADOC_AUTOBRIEF      = YES
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   155
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   156
# If the QT_AUTOBRIEF tag is set to YES then Doxygen will
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   157
# interpret the first line (until the first dot) of a Qt-style
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   158
# comment as the brief description. If set to NO, the comments
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   159
# will behave just like regular Qt-style comments (thus requiring
786
ad618c76e9bd Updated doxygen docs.
Florian Pose <fp@igh-essen.com>
parents: 757
diff changeset
   160
# an explicit \brief command for a brief description.)
ad618c76e9bd Updated doxygen docs.
Florian Pose <fp@igh-essen.com>
parents: 757
diff changeset
   161
ad618c76e9bd Updated doxygen docs.
Florian Pose <fp@igh-essen.com>
parents: 757
diff changeset
   162
QT_AUTOBRIEF           = NO
ad618c76e9bd Updated doxygen docs.
Florian Pose <fp@igh-essen.com>
parents: 757
diff changeset
   163
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   164
# The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   165
# treat a multi-line C++ special comment block (i.e. a block of //! or ///
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   166
# comments) as a brief description. This used to be the default behaviour.
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   167
# The new default is to treat a multi-line C++ comment block as a detailed
68
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   168
# description. Set this tag to YES if you prefer the old behaviour instead.
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   169
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   170
MULTILINE_CPP_IS_BRIEF = YES
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   171
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   172
# If the INHERIT_DOCS tag is set to YES (the default) then an undocumented
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   173
# member inherits the documentation from any documented member that it
68
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   174
# re-implements.
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   175
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   176
INHERIT_DOCS           = YES
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   177
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   178
# If the SEPARATE_MEMBER_PAGES tag is set to YES, then doxygen will produce
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   179
# a new page for each member. If set to NO, the documentation of a member will
68
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   180
# be part of the file/class/namespace that contains it.
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   181
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   182
SEPARATE_MEMBER_PAGES  = NO
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   183
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   184
# The TAB_SIZE tag can be used to set the number of spaces in a tab.
68
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   185
# Doxygen uses this value to replace tabs by spaces in code fragments.
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   186
197
b9a6e2c22745 GPLv2 License and enhanced Doxygen output.
Florian Pose <fp@igh-essen.com>
parents: 180
diff changeset
   187
TAB_SIZE               = 4
68
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   188
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   189
# This tag can be used to specify a number of aliases that acts
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   190
# as commands in the documentation. An alias has the form "name=value".
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   191
# For example adding "sideeffect=\par Side Effects:\n" will allow you to
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   192
# put the command \sideeffect (or @sideeffect) in the documentation, which
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   193
# will result in a user-defined paragraph with heading "Side Effects:".
68
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   194
# You can put \n's in the value part of an alias to insert newlines.
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   195
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   196
ALIASES                =
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   197
2522
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   198
# This tag can be used to specify a number of word-keyword mappings (TCL only).
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   199
# A mapping has the form "name=value". For example adding
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   200
# "class=itcl::class" will allow you to use the command class in the
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   201
# itcl::class meaning.
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   202
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   203
TCL_SUBST              =
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   204
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   205
# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   206
# sources only. Doxygen will then generate output that is more tailored for C.
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   207
# For instance, some of the names that are used will be different. The list
68
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   208
# of all members will be omitted, etc.
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   209
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   210
OPTIMIZE_OUTPUT_FOR_C  = YES
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   211
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   212
# Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java
2522
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   213
# sources only. Doxygen will then generate output that is more tailored for
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   214
# Java. For instance, namespaces will be presented as packages, qualified
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   215
# scopes will look different, etc.
68
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   216
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   217
OPTIMIZE_OUTPUT_JAVA   = NO
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   218
2522
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   219
# Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   220
# sources only. Doxygen will then generate output that is more tailored for
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   221
# Fortran.
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   222
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   223
OPTIMIZE_FOR_FORTRAN   = NO
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   224
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   225
# Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   226
# sources. Doxygen will then generate output that is tailored for
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   227
# VHDL.
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   228
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   229
OPTIMIZE_OUTPUT_VHDL   = NO
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   230
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   231
# Doxygen selects the parser to use depending on the extension of the files it
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   232
# parses. With this tag you can assign which parser to use for a given extension.
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   233
# Doxygen has a built-in mapping, but you can override or extend it using this
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   234
# tag. The format is ext=language, where ext is a file extension, and language
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   235
# is one of the parsers supported by doxygen: IDL, Java, Javascript, CSharp, C,
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   236
# C++, D, PHP, Objective-C, Python, Fortran, VHDL, C, C++. For instance to make
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   237
# doxygen treat .inc files as Fortran files (default is PHP), and .f files as C
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   238
# (default is Fortran), use: inc=Fortran f=C. Note that for custom extensions
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   239
# you also need to set FILE_PATTERNS otherwise the files are not read by doxygen.
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   240
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   241
EXTENSION_MAPPING      =
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   242
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   243
# If MARKDOWN_SUPPORT is enabled (the default) then doxygen pre-processes all
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   244
# comments according to the Markdown format, which allows for more readable
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   245
# documentation. See http://daringfireball.net/projects/markdown/ for details.
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   246
# The output of markdown processing is further processed by doxygen, so you
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   247
# can mix doxygen, HTML, and XML commands with Markdown formatting.
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   248
# Disable only in case of backward compatibilities issues.
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   249
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   250
MARKDOWN_SUPPORT       = YES
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   251
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   252
# If you use STL classes (i.e. std::string, std::vector, etc.) but do not want
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   253
# to include (a tag file for) the STL sources as input, then you should
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   254
# set this tag to YES in order to let doxygen match functions declarations and
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   255
# definitions whose arguments contain STL classes (e.g. func(std::string); v.s.
2522
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   256
# func(std::string) {}). This also makes the inheritance and collaboration
786
ad618c76e9bd Updated doxygen docs.
Florian Pose <fp@igh-essen.com>
parents: 757
diff changeset
   257
# diagrams that involve STL classes more complete and accurate.
ad618c76e9bd Updated doxygen docs.
Florian Pose <fp@igh-essen.com>
parents: 757
diff changeset
   258
ad618c76e9bd Updated doxygen docs.
Florian Pose <fp@igh-essen.com>
parents: 757
diff changeset
   259
BUILTIN_STL_SUPPORT    = NO
ad618c76e9bd Updated doxygen docs.
Florian Pose <fp@igh-essen.com>
parents: 757
diff changeset
   260
ad618c76e9bd Updated doxygen docs.
Florian Pose <fp@igh-essen.com>
parents: 757
diff changeset
   261
# If you use Microsoft's C++/CLI language, you should set this option to YES to
ad618c76e9bd Updated doxygen docs.
Florian Pose <fp@igh-essen.com>
parents: 757
diff changeset
   262
# enable parsing support.
ad618c76e9bd Updated doxygen docs.
Florian Pose <fp@igh-essen.com>
parents: 757
diff changeset
   263
ad618c76e9bd Updated doxygen docs.
Florian Pose <fp@igh-essen.com>
parents: 757
diff changeset
   264
CPP_CLI_SUPPORT        = NO
ad618c76e9bd Updated doxygen docs.
Florian Pose <fp@igh-essen.com>
parents: 757
diff changeset
   265
2522
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   266
# Set the SIP_SUPPORT tag to YES if your project consists of sip sources only.
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   267
# Doxygen will parse them like normal C++ but will assume all classes use public
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   268
# instead of private inheritance when no explicit protection keyword is present.
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   269
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   270
SIP_SUPPORT            = NO
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   271
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   272
# For Microsoft's IDL there are propget and propput attributes to indicate getter
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   273
# and setter methods for a property. Setting this option to YES (the default)
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   274
# will make doxygen replace the get and set methods by a property in the
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   275
# documentation. This will only work if the methods are indeed getting or
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   276
# setting a simple type. If this is not the case, or you want to show the
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   277
# methods anyway, you should set this option to NO.
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   278
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   279
IDL_PROPERTY_SUPPORT   = YES
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   280
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   281
# If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   282
# tag is set to YES, then doxygen will reuse the documentation of the first
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   283
# member in the group (if any) for the other members of the group. By default
786
ad618c76e9bd Updated doxygen docs.
Florian Pose <fp@igh-essen.com>
parents: 757
diff changeset
   284
# all members of a group must be documented explicitly.
ad618c76e9bd Updated doxygen docs.
Florian Pose <fp@igh-essen.com>
parents: 757
diff changeset
   285
ad618c76e9bd Updated doxygen docs.
Florian Pose <fp@igh-essen.com>
parents: 757
diff changeset
   286
DISTRIBUTE_GROUP_DOC   = NO
ad618c76e9bd Updated doxygen docs.
Florian Pose <fp@igh-essen.com>
parents: 757
diff changeset
   287
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   288
# Set the SUBGROUPING tag to YES (the default) to allow class member groups of
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   289
# the same type (for instance a group of public functions) to be put as a
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   290
# subgroup of that type (e.g. under the Public Functions section). Set it to
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   291
# NO to prevent subgrouping. Alternatively, this can be done per class using
68
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   292
# the \nosubgrouping command.
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   293
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   294
SUBGROUPING            = YES
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   295
2522
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   296
# When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   297
# unions are shown inside the group in which they are included (e.g. using
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   298
# @ingroup) instead of on a separate page (for HTML and Man pages) or
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   299
# section (for LaTeX and RTF).
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   300
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   301
INLINE_GROUPED_CLASSES = NO
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   302
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   303
# When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   304
# unions with only public data fields will be shown inline in the documentation
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   305
# of the scope in which they are defined (i.e. file, namespace, or group
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   306
# documentation), provided this scope is documented. If set to NO (the default),
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   307
# structs, classes, and unions are shown on a separate page (for HTML and Man
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   308
# pages) or section (for LaTeX and RTF).
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   309
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   310
INLINE_SIMPLE_STRUCTS  = NO
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   311
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   312
# When TYPEDEF_HIDES_STRUCT is enabled, a typedef of a struct, union, or enum
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   313
# is documented as struct, union, or enum with the name of the typedef. So
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   314
# typedef struct TypeS {} TypeT, will appear in the documentation as a struct
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   315
# with name TypeT. When disabled the typedef will appear as a member of a file,
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   316
# namespace, or class. And the struct will be named TypeS. This can typically
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   317
# be useful for C code in case the coding convention dictates that all compound
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   318
# types are typedef'ed and only the typedef is referenced, never the tag name.
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   319
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   320
TYPEDEF_HIDES_STRUCT   = NO
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   321
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   322
# The SYMBOL_CACHE_SIZE determines the size of the internal cache use to
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   323
# determine which symbols to keep in memory and which to flush to disk.
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   324
# When the cache is full, less often used symbols will be written to disk.
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   325
# For small to medium size projects (<1000 input files) the default value is
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   326
# probably good enough. For larger projects a too small cache size can cause
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   327
# doxygen to be busy swapping symbols to and from disk most of the time
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   328
# causing a significant performance penalty.
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   329
# If the system has enough physical memory increasing the cache will improve the
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   330
# performance by keeping more symbols in memory. Note that the value works on
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   331
# a logarithmic scale so increasing the size by one will roughly double the
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   332
# memory usage. The cache size is given by this formula:
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   333
# 2^(16+SYMBOL_CACHE_SIZE). The valid range is 0..9, the default is 0,
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   334
# corresponding to a cache size of 2^16 = 65536 symbols.
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   335
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   336
SYMBOL_CACHE_SIZE      = 0
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   337
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   338
# Similar to the SYMBOL_CACHE_SIZE the size of the symbol lookup cache can be
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   339
# set using LOOKUP_CACHE_SIZE. This cache is used to resolve symbols given
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   340
# their name and scope. Since this can be an expensive process and often the
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   341
# same symbol appear multiple times in the code, doxygen keeps a cache of
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   342
# pre-resolved symbols. If the cache is too small doxygen will become slower.
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   343
# If the cache is too large, memory is wasted. The cache size is given by this
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   344
# formula: 2^(16+LOOKUP_CACHE_SIZE). The valid range is 0..9, the default is 0,
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   345
# corresponding to a cache size of 2^16 = 65536 symbols.
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   346
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   347
LOOKUP_CACHE_SIZE      = 0
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   348
68
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   349
#---------------------------------------------------------------------------
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   350
# Build related configuration options
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   351
#---------------------------------------------------------------------------
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   352
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   353
# If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   354
# documentation are documented, even if no documentation was available.
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   355
# Private class members and static file members will be hidden unless
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   356
# the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   357
197
b9a6e2c22745 GPLv2 License and enhanced Doxygen output.
Florian Pose <fp@igh-essen.com>
parents: 180
diff changeset
   358
EXTRACT_ALL            = NO
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   359
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   360
# If the EXTRACT_PRIVATE tag is set to YES all private members of a class
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   361
# will be included in the documentation.
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   362
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   363
EXTRACT_PRIVATE        = YES
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   364
2522
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   365
# If the EXTRACT_PACKAGE tag is set to YES all members with package or internal scope will be included in the documentation.
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   366
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   367
EXTRACT_PACKAGE        = NO
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   368
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   369
# If the EXTRACT_STATIC tag is set to YES all static members of a file
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   370
# will be included in the documentation.
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   371
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   372
EXTRACT_STATIC         = YES
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   373
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   374
# If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs)
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   375
# defined locally in source files will be included in the documentation.
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   376
# If set to NO only classes defined in header files are included.
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   377
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   378
EXTRACT_LOCAL_CLASSES  = YES
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   379
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   380
# This flag is only useful for Objective-C code. When set to YES local
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   381
# methods, which are defined in the implementation section but not in
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   382
# the interface are included in the documentation.
68
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   383
# If set to NO (the default) only methods in the interface are included.
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   384
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   385
EXTRACT_LOCAL_METHODS  = YES
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   386
2522
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   387
# If this flag is set to YES, the members of anonymous namespaces will be
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   388
# extracted and appear in the documentation as a namespace called
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   389
# 'anonymous_namespace{file}', where file will be replaced with the base
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   390
# name of the file that contains the anonymous namespace. By default
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   391
# anonymous namespaces are hidden.
786
ad618c76e9bd Updated doxygen docs.
Florian Pose <fp@igh-essen.com>
parents: 757
diff changeset
   392
ad618c76e9bd Updated doxygen docs.
Florian Pose <fp@igh-essen.com>
parents: 757
diff changeset
   393
EXTRACT_ANON_NSPACES   = NO
ad618c76e9bd Updated doxygen docs.
Florian Pose <fp@igh-essen.com>
parents: 757
diff changeset
   394
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   395
# If the HIDE_UNDOC_MEMBERS tag is set to YES, Doxygen will hide all
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   396
# undocumented members of documented classes, files or namespaces.
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   397
# If set to NO (the default) these members will be included in the
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   398
# various overviews, but no documentation section is generated.
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   399
# This option has no effect if EXTRACT_ALL is enabled.
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   400
197
b9a6e2c22745 GPLv2 License and enhanced Doxygen output.
Florian Pose <fp@igh-essen.com>
parents: 180
diff changeset
   401
HIDE_UNDOC_MEMBERS     = NO
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   402
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   403
# If the HIDE_UNDOC_CLASSES tag is set to YES, Doxygen will hide all
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   404
# undocumented classes that are normally visible in the class hierarchy.
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   405
# If set to NO (the default) these classes will be included in the various
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   406
# overviews. This option has no effect if EXTRACT_ALL is enabled.
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   407
197
b9a6e2c22745 GPLv2 License and enhanced Doxygen output.
Florian Pose <fp@igh-essen.com>
parents: 180
diff changeset
   408
HIDE_UNDOC_CLASSES     = NO
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   409
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   410
# If the HIDE_FRIEND_COMPOUNDS tag is set to YES, Doxygen will hide all
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   411
# friend (class|struct|union) declarations.
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   412
# If set to NO (the default) these declarations will be included in the
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   413
# documentation.
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   414
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   415
HIDE_FRIEND_COMPOUNDS  = NO
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   416
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   417
# If the HIDE_IN_BODY_DOCS tag is set to YES, Doxygen will hide any
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   418
# documentation blocks found inside the body of a function.
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   419
# If set to NO (the default) these blocks will be appended to the
68
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   420
# function's detailed documentation block.
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   421
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   422
HIDE_IN_BODY_DOCS      = NO
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   423
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   424
# The INTERNAL_DOCS tag determines if documentation
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   425
# that is typed after a \internal command is included. If the tag is set
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   426
# to NO (the default) then the documentation will be excluded.
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   427
# Set it to YES to include the internal documentation.
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   428
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   429
INTERNAL_DOCS          = NO
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   430
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   431
# If the CASE_SENSE_NAMES tag is set to NO then Doxygen will only generate
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   432
# file names in lower-case letters. If set to YES upper-case letters are also
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   433
# allowed. This is useful if you have classes or files whose names only differ
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   434
# in case and if your file system supports case sensitive file names. Windows
68
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   435
# and Mac users are advised to set this option to NO.
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   436
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   437
CASE_SENSE_NAMES       = YES
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   438
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   439
# If the HIDE_SCOPE_NAMES tag is set to NO (the default) then Doxygen
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   440
# will show members with their full class and namespace scopes in the
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   441
# documentation. If set to YES the scope will be hidden.
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   442
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   443
HIDE_SCOPE_NAMES       = NO
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   444
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   445
# If the SHOW_INCLUDE_FILES tag is set to YES (the default) then Doxygen
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   446
# will put a list of the files that are included by a file in the documentation
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   447
# of that file.
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   448
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   449
SHOW_INCLUDE_FILES     = NO
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   450
2522
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   451
# If the FORCE_LOCAL_INCLUDES tag is set to YES then Doxygen
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   452
# will list include files with double quotes in the documentation
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   453
# rather than with sharp brackets.
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   454
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   455
FORCE_LOCAL_INCLUDES   = NO
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   456
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   457
# If the INLINE_INFO tag is set to YES (the default) then a tag [inline]
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   458
# is inserted in the documentation for inline members.
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   459
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   460
INLINE_INFO            = YES
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   461
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   462
# If the SORT_MEMBER_DOCS tag is set to YES (the default) then doxygen
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   463
# will sort the (detailed) documentation of file and class members
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   464
# alphabetically by member name. If set to NO the members will appear in
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   465
# declaration order.
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   466
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   467
SORT_MEMBER_DOCS       = NO
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   468
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   469
# If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   470
# brief documentation of file, namespace and class members alphabetically
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   471
# by member name. If set to NO (the default) the members will appear in
68
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   472
# declaration order.
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   473
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   474
SORT_BRIEF_DOCS        = NO
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   475
2522
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   476
# If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   477
# will sort the (brief and detailed) documentation of class members so that
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   478
# constructors and destructors are listed first. If set to NO (the default)
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   479
# the constructors will appear in the respective orders defined by
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   480
# SORT_MEMBER_DOCS and SORT_BRIEF_DOCS.
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   481
# This tag will be ignored for brief docs if SORT_BRIEF_DOCS is set to NO
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   482
# and ignored for detailed docs if SORT_MEMBER_DOCS is set to NO.
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   483
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   484
SORT_MEMBERS_CTORS_1ST = NO
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   485
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   486
# If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   487
# hierarchy of group names into alphabetical order. If set to NO (the default)
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   488
# the group names will appear in their defined order.
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   489
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   490
SORT_GROUP_NAMES       = NO
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   491
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   492
# If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   493
# sorted by fully-qualified names, including namespaces. If set to
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   494
# NO (the default), the class list will be sorted only by class name,
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   495
# not including the namespace part.
68
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   496
# Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES.
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   497
# Note: This option applies only to the class list, not to the
68
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   498
# alphabetical list.
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   499
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   500
SORT_BY_SCOPE_NAME     = NO
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   501
2522
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   502
# If the STRICT_PROTO_MATCHING option is enabled and doxygen fails to
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   503
# do proper type resolution of all parameters of a function it will reject a
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   504
# match between the prototype and the implementation of a member function even
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   505
# if there is only one candidate or it is obvious which candidate to choose
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   506
# by doing a simple string match. By disabling STRICT_PROTO_MATCHING doxygen
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   507
# will still accept a match between prototype and implementation in such cases.
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   508
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   509
STRICT_PROTO_MATCHING  = NO
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   510
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   511
# The GENERATE_TODOLIST tag can be used to enable (YES) or
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   512
# disable (NO) the todo list. This list is created by putting \todo
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   513
# commands in the documentation.
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   514
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   515
GENERATE_TODOLIST      = YES
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   516
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   517
# The GENERATE_TESTLIST tag can be used to enable (YES) or
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   518
# disable (NO) the test list. This list is created by putting \test
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   519
# commands in the documentation.
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   520
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   521
GENERATE_TESTLIST      = NO
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   522
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   523
# The GENERATE_BUGLIST tag can be used to enable (YES) or
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   524
# disable (NO) the bug list. This list is created by putting \bug
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   525
# commands in the documentation.
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   526
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   527
GENERATE_BUGLIST       = NO
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   528
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   529
# The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   530
# disable (NO) the deprecated list. This list is created by putting
68
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   531
# \deprecated commands in the documentation.
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   532
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   533
GENERATE_DEPRECATEDLIST= NO
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   534
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   535
# The ENABLED_SECTIONS tag can be used to enable conditional
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   536
# documentation sections, marked by \if sectionname ... \endif.
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   537
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   538
ENABLED_SECTIONS       =
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   539
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   540
# The MAX_INITIALIZER_LINES tag determines the maximum number of lines
2522
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   541
# the initial value of a variable or macro consists of for it to appear in
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   542
# the documentation. If the initializer consists of more lines than specified
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   543
# here it will be hidden. Use a value of 0 to hide initializers completely.
2522
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   544
# The appearance of the initializer of individual variables and macros in the
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   545
# documentation can be controlled using \showinitializer or \hideinitializer
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   546
# command in the documentation regardless of this setting.
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   547
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   548
MAX_INITIALIZER_LINES  = 30
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   549
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   550
# Set the SHOW_USED_FILES tag to NO to disable the list of files generated
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   551
# at the bottom of the documentation of classes and structs. If set to YES the
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   552
# list will mention the files that were used to generate the documentation.
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   553
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   554
SHOW_USED_FILES        = NO
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   555
2522
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   556
# Set the SHOW_FILES tag to NO to disable the generation of the Files page.
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   557
# This will remove the Files entry from the Quick Index and from the
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   558
# Folder Tree View (if specified). The default is YES.
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   559
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   560
SHOW_FILES             = YES
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   561
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   562
# Set the SHOW_NAMESPACES tag to NO to disable the generation of the
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   563
# Namespaces page.
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   564
# This will remove the Namespaces entry from the Quick Index
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   565
# and from the Folder Tree View (if specified). The default is YES.
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   566
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   567
SHOW_NAMESPACES        = YES
68
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   568
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   569
# The FILE_VERSION_FILTER tag can be used to specify a program or script that
2522
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   570
# doxygen should invoke to get the current version for each file (typically from
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   571
# the version control system). Doxygen will invoke the program by executing (via
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   572
# popen()) the command <command> <input-file>, where <command> is the value of
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   573
# the FILE_VERSION_FILTER tag, and <input-file> is the name of an input file
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   574
# provided by doxygen. Whatever the program writes to standard output
68
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   575
# is used as the file version. See the manual for examples.
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   576
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   577
FILE_VERSION_FILTER    =
68
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   578
2522
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   579
# The LAYOUT_FILE tag can be used to specify a layout file which will be parsed
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   580
# by doxygen. The layout file controls the global structure of the generated
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   581
# output files in an output format independent way. The create the layout file
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   582
# that represents doxygen's defaults, run doxygen with the -l option.
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   583
# You can optionally specify a file name after the option, if omitted
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   584
# DoxygenLayout.xml will be used as the name of the layout file.
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   585
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   586
LAYOUT_FILE            =
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   587
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   588
# The CITE_BIB_FILES tag can be used to specify one or more bib files
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   589
# containing the references data. This must be a list of .bib files. The
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   590
# .bib extension is automatically appended if omitted. Using this command
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   591
# requires the bibtex tool to be installed. See also
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   592
# http://en.wikipedia.org/wiki/BibTeX for more info. For LaTeX the style
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   593
# of the bibliography can be controlled using LATEX_BIB_STYLE. To use this
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   594
# feature you need bibtex and perl available in the search path.
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   595
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   596
CITE_BIB_FILES         =
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   597
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   598
#---------------------------------------------------------------------------
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   599
# configuration options related to warning and progress messages
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   600
#---------------------------------------------------------------------------
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   601
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   602
# The QUIET tag can be used to turn on/off the messages that are generated
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   603
# by doxygen. Possible values are YES and NO. If left blank NO is used.
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   604
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   605
QUIET                  = YES
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   606
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   607
# The WARNINGS tag can be used to turn on/off the warning messages that are
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   608
# generated by doxygen. Possible values are YES and NO. If left blank
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   609
# NO is used.
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   610
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   611
WARNINGS               = YES
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   612
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   613
# If WARN_IF_UNDOCUMENTED is set to YES, then doxygen will generate warnings
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   614
# for undocumented members. If EXTRACT_ALL is set to YES then this flag will
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   615
# automatically be disabled.
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   616
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   617
WARN_IF_UNDOCUMENTED   = YES
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   618
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   619
# If WARN_IF_DOC_ERROR is set to YES, doxygen will generate warnings for
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   620
# potential errors in the documentation, such as not documenting some
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   621
# parameters in a documented function, or documenting parameters that
68
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   622
# don't exist or using markup commands wrongly.
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   623
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   624
WARN_IF_DOC_ERROR      = YES
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   625
2522
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   626
# The WARN_NO_PARAMDOC option can be enabled to get warnings for
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   627
# functions that are documented, but have no documentation for their parameters
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   628
# or return value. If set to NO (the default) doxygen will only warn about
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   629
# wrong or incomplete parameter documentation, but not about the absence of
68
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   630
# documentation.
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   631
197
b9a6e2c22745 GPLv2 License and enhanced Doxygen output.
Florian Pose <fp@igh-essen.com>
parents: 180
diff changeset
   632
WARN_NO_PARAMDOC       = YES
68
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   633
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   634
# The WARN_FORMAT tag determines the format of the warning messages that
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   635
# doxygen can produce. The string should contain the $file, $line, and $text
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   636
# tags, which will be replaced by the file and line number from which the
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   637
# warning originated and the warning text. Optionally the format may contain
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   638
# $version, which will be replaced by the version of the file (if it could
68
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   639
# be obtained via FILE_VERSION_FILTER)
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   640
786
ad618c76e9bd Updated doxygen docs.
Florian Pose <fp@igh-essen.com>
parents: 757
diff changeset
   641
WARN_FORMAT            = "$file:$line: $text "
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   642
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   643
# The WARN_LOGFILE tag can be used to specify a file to which warning
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   644
# and error messages should be written. If left blank the output is written
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   645
# to stderr.
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   646
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   647
WARN_LOGFILE           =
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   648
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   649
#---------------------------------------------------------------------------
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   650
# configuration options related to the input files
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   651
#---------------------------------------------------------------------------
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   652
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   653
# The INPUT tag can be used to specify the files and/or directories that contain
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   654
# documented source files. You may enter file names like "myfile.cpp" or
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   655
# directories like "/usr/src/myproject". Separate the files or directories
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   656
# with spaces.
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   657
786
ad618c76e9bd Updated doxygen docs.
Florian Pose <fp@igh-essen.com>
parents: 757
diff changeset
   658
INPUT                  = master \
ad618c76e9bd Updated doxygen docs.
Florian Pose <fp@igh-essen.com>
parents: 757
diff changeset
   659
                         include \
ad618c76e9bd Updated doxygen docs.
Florian Pose <fp@igh-essen.com>
parents: 757
diff changeset
   660
                         devices/ecdev.h
ad618c76e9bd Updated doxygen docs.
Florian Pose <fp@igh-essen.com>
parents: 757
diff changeset
   661
2522
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   662
# This tag can be used to specify the character encoding of the source files
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   663
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   664
# also the default input encoding. Doxygen uses libiconv (or the iconv built
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   665
# into libc) for the transcoding. See http://www.gnu.org/software/libiconv for
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   666
# the list of possible encodings.
786
ad618c76e9bd Updated doxygen docs.
Florian Pose <fp@igh-essen.com>
parents: 757
diff changeset
   667
ad618c76e9bd Updated doxygen docs.
Florian Pose <fp@igh-essen.com>
parents: 757
diff changeset
   668
INPUT_ENCODING         = UTF-8
199
04ecf40fc2e9 Doxygen added interface modules and file documentation.
Florian Pose <fp@igh-essen.com>
parents: 197
diff changeset
   669
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   670
# If the value of the INPUT tag contains directories, you can use the
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   671
# FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   672
# and *.h) to filter out the source-files in the directories. If left
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   673
# blank the following patterns are tested:
2522
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   674
# *.c *.cc *.cxx *.cpp *.c++ *.d *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   675
# *.hxx *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.dox *.py
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   676
# *.f90 *.f *.for *.vhd *.vhdl
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   677
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   678
FILE_PATTERNS          =
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   679
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   680
# The RECURSIVE tag can be used to turn specify whether or not subdirectories
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   681
# should be searched for input files as well. Possible values are YES and NO.
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   682
# If left blank NO is used.
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   683
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   684
RECURSIVE              = NO
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   685
2522
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   686
# The EXCLUDE tag can be used to specify files and/or directories that should be
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   687
# excluded from the INPUT source files. This way you can easily exclude a
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   688
# subdirectory from a directory tree whose root is specified with the INPUT tag.
2522
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   689
# Note that relative paths are relative to the directory from which doxygen is
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   690
# run.
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   691
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   692
EXCLUDE                =
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   693
2522
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   694
# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   695
# directories that are symbolic links (a Unix file system feature) are excluded
68
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   696
# from the input.
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   697
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   698
EXCLUDE_SYMLINKS       = NO
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   699
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   700
# If the value of the INPUT tag contains directories, you can use the
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   701
# EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   702
# certain files from those directories. Note that the wildcards are matched
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   703
# against the file with absolute path, so to exclude all test directories
68
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   704
# for example use the pattern */test/*
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   705
58
21b7342e2a90 Code-Dokumentation mit Doxygen aufgearbeitet.
Florian Pose <fp@igh-essen.com>
parents: 13
diff changeset
   706
EXCLUDE_PATTERNS       = *.mod.c
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   707
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   708
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
2522
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   709
# (namespaces, classes, functions, etc.) that should be excluded from the
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   710
# output. The symbol name can be a fully qualified name, a word, or if the
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   711
# wildcard * is used, a substring. Examples: ANamespace, AClass,
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   712
# AClass::ANamespace, ANamespace::*Test
786
ad618c76e9bd Updated doxygen docs.
Florian Pose <fp@igh-essen.com>
parents: 757
diff changeset
   713
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   714
EXCLUDE_SYMBOLS        =
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   715
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   716
# The EXAMPLE_PATH tag can be used to specify one or more files or
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   717
# directories that contain example code fragments that are included (see
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   718
# the \include command).
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   719
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   720
EXAMPLE_PATH           =
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   721
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   722
# If the value of the EXAMPLE_PATH tag contains directories, you can use the
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   723
# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   724
# and *.h) to filter out the source-files in the directories. If left
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   725
# blank all files are included.
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   726
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   727
EXAMPLE_PATTERNS       =
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   728
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   729
# If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   730
# searched for input files to be used with the \include or \dontinclude
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   731
# commands irrespective of the value of the RECURSIVE tag.
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   732
# Possible values are YES and NO. If left blank NO is used.
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   733
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   734
EXAMPLE_RECURSIVE      = NO
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   735
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   736
# The IMAGE_PATH tag can be used to specify one or more files or
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   737
# directories that contain image that are included in the documentation (see
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   738
# the \image command).
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   739
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   740
IMAGE_PATH             =
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   741
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   742
# The INPUT_FILTER tag can be used to specify a program that doxygen should
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   743
# invoke to filter for each input file. Doxygen will invoke the filter program
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   744
# by executing (via popen()) the command <filter> <input-file>, where <filter>
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   745
# is the value of the INPUT_FILTER tag, and <input-file> is the name of an
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   746
# input file. Doxygen will then use the output that the filter program writes
2522
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   747
# to standard output.
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   748
# If FILTER_PATTERNS is specified, this tag will be
68
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   749
# ignored.
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   750
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   751
INPUT_FILTER           =
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   752
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   753
# The FILTER_PATTERNS tag can be used to specify filters on a per file pattern
2522
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   754
# basis.
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   755
# Doxygen will compare the file name with each pattern and apply the
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   756
# filter if there is a match.
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   757
# The filters are a list of the form:
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   758
# pattern=filter (like *.cpp=my_cpp_filter). See INPUT_FILTER for further
2522
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   759
# info on how filters are used. If FILTER_PATTERNS is empty or if
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   760
# non of the patterns match the file name, INPUT_FILTER is applied.
68
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   761
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   762
FILTER_PATTERNS        =
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   763
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   764
# If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   765
# INPUT_FILTER) will be used to filter the input files when producing source
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   766
# files to browse (i.e. when SOURCE_BROWSER is set to YES).
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   767
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   768
FILTER_SOURCE_FILES    = NO
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   769
2522
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   770
# The FILTER_SOURCE_PATTERNS tag can be used to specify source filters per file
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   771
# pattern. A pattern will override the setting for FILTER_PATTERN (if any)
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   772
# and it is also possible to disable source filtering for a specific pattern
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   773
# using *.ext= (so without naming a filter). This option only has effect when
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   774
# FILTER_SOURCE_FILES is enabled.
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   775
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   776
FILTER_SOURCE_PATTERNS =
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   777
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   778
#---------------------------------------------------------------------------
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   779
# configuration options related to source browsing
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   780
#---------------------------------------------------------------------------
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   781
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   782
# If the SOURCE_BROWSER tag is set to YES then a list of source files will
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   783
# be generated. Documented entities will be cross-referenced with these sources.
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   784
# Note: To get rid of all source code in the generated output, make sure also
2522
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   785
# VERBATIM_HEADERS is set to NO.
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   786
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   787
SOURCE_BROWSER         = YES
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   788
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   789
# Setting the INLINE_SOURCES tag to YES will include the body
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   790
# of functions and classes directly in the documentation.
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   791
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   792
INLINE_SOURCES         = NO
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   793
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   794
# Setting the STRIP_CODE_COMMENTS tag to YES (the default) will instruct
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   795
# doxygen to hide any special comment blocks from generated source code
68
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   796
# fragments. Normal C and C++ comments will always remain visible.
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   797
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   798
STRIP_CODE_COMMENTS    = YES
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   799
2522
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   800
# If the REFERENCED_BY_RELATION tag is set to YES
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   801
# then for each documented function all documented
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   802
# functions referencing it will be listed.
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   803
68
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   804
REFERENCED_BY_RELATION = NO
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   805
2522
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   806
# If the REFERENCES_RELATION tag is set to YES
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   807
# then for each documented function all documented entities
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   808
# called/used by that function will be listed.
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   809
68
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   810
REFERENCES_RELATION    = NO
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   811
786
ad618c76e9bd Updated doxygen docs.
Florian Pose <fp@igh-essen.com>
parents: 757
diff changeset
   812
# If the REFERENCES_LINK_SOURCE tag is set to YES (the default)
ad618c76e9bd Updated doxygen docs.
Florian Pose <fp@igh-essen.com>
parents: 757
diff changeset
   813
# and SOURCE_BROWSER tag is set to YES, then the hyperlinks from
ad618c76e9bd Updated doxygen docs.
Florian Pose <fp@igh-essen.com>
parents: 757
diff changeset
   814
# functions in REFERENCES_RELATION and REFERENCED_BY_RELATION lists will
2522
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   815
# link to the source code.
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   816
# Otherwise they will link to the documentation.
786
ad618c76e9bd Updated doxygen docs.
Florian Pose <fp@igh-essen.com>
parents: 757
diff changeset
   817
ad618c76e9bd Updated doxygen docs.
Florian Pose <fp@igh-essen.com>
parents: 757
diff changeset
   818
REFERENCES_LINK_SOURCE = YES
ad618c76e9bd Updated doxygen docs.
Florian Pose <fp@igh-essen.com>
parents: 757
diff changeset
   819
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   820
# If the USE_HTAGS tag is set to YES then the references to source code
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   821
# will point to the HTML generated by the htags(1) tool instead of doxygen
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   822
# built-in source browser. The htags tool is part of GNU's global source
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   823
# tagging system (see http://www.gnu.org/software/global/global.html). You
68
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   824
# will need version 4.8.6 or higher.
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   825
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   826
USE_HTAGS              = NO
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   827
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   828
# If the VERBATIM_HEADERS tag is set to YES (the default) then Doxygen
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   829
# will generate a verbatim copy of the header file for each class for
68
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   830
# which an include is specified. Set to NO to disable this.
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   831
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
   832
VERBATIM_HEADERS       = YES
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   833
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   834
#---------------------------------------------------------------------------
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   835
# configuration options related to the alphabetical class index
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   836
#---------------------------------------------------------------------------
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   837
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   838
# If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   839
# of all compounds will be generated. Enable this if the project
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   840
# contains a lot of classes, structs, unions or interfaces.
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   841
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   842
ALPHABETICAL_INDEX     = NO
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   843
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   844
# If the alphabetical index is enabled (see ALPHABETICAL_INDEX) then
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   845
# the COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   846
# in which this list will be split (can be a number in the range [1..20])
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   847
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   848
COLS_IN_ALPHA_INDEX    = 5
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   849
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   850
# In case all classes in a project start with a common prefix, all
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   851
# classes will be put under the same header in the alphabetical index.
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   852
# The IGNORE_PREFIX tag can be used to specify one or more prefixes that
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   853
# should be ignored while generating the index headers.
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   854
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   855
IGNORE_PREFIX          =
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   856
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   857
#---------------------------------------------------------------------------
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   858
# configuration options related to the HTML output
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   859
#---------------------------------------------------------------------------
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   860
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   861
# If the GENERATE_HTML tag is set to YES (the default) Doxygen will
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   862
# generate HTML output.
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   863
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   864
GENERATE_HTML          = YES
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   865
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   866
# The HTML_OUTPUT tag is used to specify where the HTML docs will be put.
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   867
# If a relative path is entered the value of OUTPUT_DIRECTORY will be
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   868
# put in front of it. If left blank `html' will be used as the default path.
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   869
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   870
HTML_OUTPUT            = html
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   871
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   872
# The HTML_FILE_EXTENSION tag can be used to specify the file extension for
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   873
# each generated HTML page (for example: .htm,.php,.asp). If it is left blank
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   874
# doxygen will generate files with .html extension.
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   875
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   876
HTML_FILE_EXTENSION    = .html
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   877
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   878
# The HTML_HEADER tag can be used to specify a personal HTML header for
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   879
# each generated HTML page. If it is left blank doxygen will generate a
2522
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   880
# standard header. Note that when using a custom header you are responsible
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   881
#  for the proper inclusion of any scripts and style sheets that doxygen
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   882
# needs, which is dependent on the configuration options used.
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   883
# It is advised to generate a default header using "doxygen -w html
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   884
# header.html footer.html stylesheet.css YourConfigFile" and then modify
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   885
# that header. Note that the header is subject to change so you typically
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   886
# have to redo this when upgrading to a newer version of doxygen or when
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   887
# changing the value of configuration settings such as GENERATE_TREEVIEW!
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   888
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   889
HTML_HEADER            =
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   890
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   891
# The HTML_FOOTER tag can be used to specify a personal HTML footer for
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   892
# each generated HTML page. If it is left blank doxygen will generate a
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   893
# standard footer.
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   894
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   895
HTML_FOOTER            =
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   896
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   897
# The HTML_STYLESHEET tag can be used to specify a user-defined cascading
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   898
# style sheet that is used by each HTML page. It can be used to
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   899
# fine-tune the look of the HTML output. If the tag is left blank doxygen
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   900
# will generate a default style sheet. Note that doxygen will try to copy
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   901
# the style sheet file to the HTML output directory, so don't put your own
2522
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   902
# style sheet in the HTML output directory as well, or it will be erased!
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   903
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   904
HTML_STYLESHEET        =
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
   905
2522
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   906
# The HTML_EXTRA_FILES tag can be used to specify one or more extra images or
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   907
# other source files which should be copied to the HTML output directory. Note
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   908
# that these files will be copied to the base HTML output directory. Use the
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   909
# $relpath$ marker in the HTML_HEADER and/or HTML_FOOTER files to load these
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   910
# files. In the HTML_STYLESHEET file, use the file name only. Also note that
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   911
# the files will be copied as-is; there are no commands or markers available.
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   912
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   913
HTML_EXTRA_FILES       =
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   914
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   915
# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output.
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   916
# Doxygen will adjust the colors in the style sheet and background images
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   917
# according to this color. Hue is specified as an angle on a colorwheel,
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   918
# see http://en.wikipedia.org/wiki/Hue for more information.
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   919
# For instance the value 0 represents red, 60 is yellow, 120 is green,
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   920
# 180 is cyan, 240 is blue, 300 purple, and 360 is red again.
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   921
# The allowed range is 0 to 359.
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   922
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   923
HTML_COLORSTYLE_HUE    = 220
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   924
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   925
# The HTML_COLORSTYLE_SAT tag controls the purity (or saturation) of
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   926
# the colors in the HTML output. For a value of 0 the output will use
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   927
# grayscales only. A value of 255 will produce the most vivid colors.
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   928
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   929
HTML_COLORSTYLE_SAT    = 100
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   930
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   931
# The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   932
# the luminance component of the colors in the HTML output. Values below
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   933
# 100 gradually make the output lighter, whereas values above 100 make
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   934
# the output darker. The value divided by 100 is the actual gamma applied,
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   935
# so 80 represents a gamma of 0.8, The value 220 represents a gamma of 2.2,
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   936
# and 100 does not change the gamma.
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   937
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   938
HTML_COLORSTYLE_GAMMA  = 80
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   939
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   940
# If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   941
# page will contain the date and time when the page was generated. Setting
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   942
# this to NO can help when comparing the output of multiple runs.
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   943
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   944
HTML_TIMESTAMP         = NO
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   945
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   946
# If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   947
# documentation will contain sections that can be hidden and shown after the
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   948
# page has loaded.
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   949
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   950
HTML_DYNAMIC_SECTIONS  = NO
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   951
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   952
# With HTML_INDEX_NUM_ENTRIES one can control the preferred number of
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   953
# entries shown in the various tree structured indices initially; the user
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   954
# can expand and collapse entries dynamically later on. Doxygen will expand
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   955
# the tree to such a level that at most the specified number of entries are
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   956
# visible (unless a fully collapsed tree already exceeds this amount).
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   957
# So setting the number of entries 1 will produce a full collapsed tree by
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   958
# default. 0 is a special value representing an infinite number of entries
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   959
# and will result in a full expanded tree by default.
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   960
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   961
HTML_INDEX_NUM_ENTRIES = 100
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   962
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   963
# If the GENERATE_DOCSET tag is set to YES, additional index files
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   964
# will be generated that can be used as input for Apple's Xcode 3
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   965
# integrated development environment, introduced with OSX 10.5 (Leopard).
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   966
# To create a documentation set, doxygen will generate a Makefile in the
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   967
# HTML output directory. Running make will produce the docset in that
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   968
# directory and running "make install" will install the docset in
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   969
# ~/Library/Developer/Shared/Documentation/DocSets so that Xcode will find
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   970
# it at startup.
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   971
# See http://developer.apple.com/tools/creatingdocsetswithdoxygen.html
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   972
# for more information.
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   973
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   974
GENERATE_DOCSET        = NO
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   975
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   976
# When GENERATE_DOCSET tag is set to YES, this tag determines the name of the
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   977
# feed. A documentation feed provides an umbrella under which multiple
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   978
# documentation sets from a single provider (such as a company or product suite)
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   979
# can be grouped.
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   980
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   981
DOCSET_FEEDNAME        = "Doxygen generated docs"
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   982
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   983
# When GENERATE_DOCSET tag is set to YES, this tag specifies a string that
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   984
# should uniquely identify the documentation set bundle. This should be a
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   985
# reverse domain-name style string, e.g. com.mycompany.MyDocSet. Doxygen
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   986
# will append .docset to the name.
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   987
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   988
DOCSET_BUNDLE_ID       = org.doxygen.Project
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   989
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   990
# When GENERATE_PUBLISHER_ID tag specifies a string that should uniquely identify
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   991
# the documentation publisher. This should be a reverse domain-name style
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   992
# string, e.g. com.mycompany.MyDocSet.documentation.
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   993
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   994
DOCSET_PUBLISHER_ID    = org.doxygen.Publisher
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   995
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   996
# The GENERATE_PUBLISHER_NAME tag identifies the documentation publisher.
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   997
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
   998
DOCSET_PUBLISHER_NAME  = Publisher
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
   999
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1000
# If the GENERATE_HTMLHELP tag is set to YES, additional index files
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1001
# will be generated that can be used as input for tools like the
2522
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1002
# Microsoft HTML help workshop to generate a compiled HTML help file (.chm)
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1003
# of the generated HTML documentation.
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1004
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1005
GENERATE_HTMLHELP      = NO
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1006
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1007
# If the GENERATE_HTMLHELP tag is set to YES, the CHM_FILE tag can
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1008
# be used to specify the file name of the resulting .chm file. You
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1009
# can add a path in front of the file if the result should not be
68
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
  1010
# written to the html output directory.
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1011
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1012
CHM_FILE               =
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1013
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1014
# If the GENERATE_HTMLHELP tag is set to YES, the HHC_LOCATION tag can
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1015
# be used to specify the location (absolute path including file name) of
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1016
# the HTML help compiler (hhc.exe). If non-empty doxygen will try to run
68
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
  1017
# the HTML help compiler on the generated index.hhp.
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1018
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1019
HHC_LOCATION           =
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1020
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1021
# If the GENERATE_HTMLHELP tag is set to YES, the GENERATE_CHI flag
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1022
# controls if a separate .chi index file is generated (YES) or that
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1023
# it should be included in the master .chm file (NO).
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1024
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1025
GENERATE_CHI           = NO
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1026
2522
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1027
# If the GENERATE_HTMLHELP tag is set to YES, the CHM_INDEX_ENCODING
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1028
# is used to encode HtmlHelp index (hhk), content (hhc) and project file
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1029
# content.
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1030
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1031
CHM_INDEX_ENCODING     =
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1032
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1033
# If the GENERATE_HTMLHELP tag is set to YES, the BINARY_TOC flag
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1034
# controls whether a binary table of contents is generated (YES) or a
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1035
# normal table of contents (NO) in the .chm file.
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1036
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1037
BINARY_TOC             = NO
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1038
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1039
# The TOC_EXPAND flag can be set to YES to add extra items for group members
68
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
  1040
# to the contents of the HTML help documentation and to the tree view.
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1041
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1042
TOC_EXPAND             = NO
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1043
2522
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1044
# If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1045
# QHP_VIRTUAL_FOLDER are set, an additional index file will be generated
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1046
# that can be used as input for Qt's qhelpgenerator to generate a
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1047
# Qt Compressed Help (.qch) of the generated HTML documentation.
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1048
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1049
GENERATE_QHP           = NO
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1050
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1051
# If the QHG_LOCATION tag is specified, the QCH_FILE tag can
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1052
# be used to specify the file name of the resulting .qch file.
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1053
# The path specified is relative to the HTML output folder.
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1054
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1055
QCH_FILE               =
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1056
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1057
# The QHP_NAMESPACE tag specifies the namespace to use when generating
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1058
# Qt Help Project output. For more information please see
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1059
# http://doc.trolltech.com/qthelpproject.html#namespace
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1060
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1061
QHP_NAMESPACE          = org.doxygen.Project
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1062
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1063
# The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1064
# Qt Help Project output. For more information please see
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1065
# http://doc.trolltech.com/qthelpproject.html#virtual-folders
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1066
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1067
QHP_VIRTUAL_FOLDER     = doc
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1068
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1069
# If QHP_CUST_FILTER_NAME is set, it specifies the name of a custom filter to
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1070
# add. For more information please see
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1071
# http://doc.trolltech.com/qthelpproject.html#custom-filters
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1072
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1073
QHP_CUST_FILTER_NAME   =
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1074
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1075
# The QHP_CUST_FILT_ATTRS tag specifies the list of the attributes of the
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1076
# custom filter to add. For more information please see
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1077
# <a href="http://doc.trolltech.com/qthelpproject.html#custom-filters">
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1078
# Qt Help Project / Custom Filters</a>.
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1079
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1080
QHP_CUST_FILTER_ATTRS  =
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1081
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1082
# The QHP_SECT_FILTER_ATTRS tag specifies the list of the attributes this
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1083
# project's
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1084
# filter section matches.
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1085
# <a href="http://doc.trolltech.com/qthelpproject.html#filter-attributes">
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1086
# Qt Help Project / Filter Attributes</a>.
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1087
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1088
QHP_SECT_FILTER_ATTRS  =
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1089
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1090
# If the GENERATE_QHP tag is set to YES, the QHG_LOCATION tag can
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1091
# be used to specify the location of Qt's qhelpgenerator.
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1092
# If non-empty doxygen will try to run qhelpgenerator on the generated
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1093
# .qhp file.
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1094
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1095
QHG_LOCATION           =
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1096
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1097
# If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1098
#  will be generated, which together with the HTML files, form an Eclipse help
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1099
# plugin. To install this plugin and make it available under the help contents
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1100
# menu in Eclipse, the contents of the directory containing the HTML and XML
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1101
# files needs to be copied into the plugins directory of eclipse. The name of
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1102
# the directory within the plugins directory should be the same as
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1103
# the ECLIPSE_DOC_ID value. After copying Eclipse needs to be restarted before
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1104
# the help appears.
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1105
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1106
GENERATE_ECLIPSEHELP   = NO
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1107
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1108
# A unique identifier for the eclipse help plugin. When installing the plugin
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1109
# the directory name containing the HTML and XML files should also have
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1110
# this name.
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1111
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1112
ECLIPSE_DOC_ID         = org.doxygen.Project
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1113
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1114
# The DISABLE_INDEX tag can be used to turn on/off the condensed index (tabs)
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1115
# at top of each HTML page. The value NO (the default) enables the index and
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1116
# the value YES disables it. Since the tabs have the same information as the
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1117
# navigation tree you can set this option to NO if you already set
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1118
# GENERATE_TREEVIEW to YES.
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1119
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1120
DISABLE_INDEX          = NO
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1121
2522
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1122
# The GENERATE_TREEVIEW tag is used to specify whether a tree-like index
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1123
# structure should be generated to display hierarchical information.
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1124
# If the tag value is set to YES, a side panel will be generated
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1125
# containing a tree-like index structure (just like the one that
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1126
# is generated for HTML Help). For this to work a browser that supports
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1127
# JavaScript, DHTML, CSS and frames is required (i.e. any modern browser).
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1128
# Windows users are probably better off using the HTML help feature.
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1129
# Since the tree basically has the same information as the tab index you
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1130
# could consider to set DISABLE_INDEX to NO when enabling this option.
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1131
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1132
GENERATE_TREEVIEW      = YES
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1133
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1134
# The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1135
# (range [0,1..20]) that doxygen will group on one line in the generated HTML
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1136
# documentation. Note that a value of 0 will completely suppress the enum
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1137
# values from appearing in the overview section.
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1138
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1139
ENUM_VALUES_PER_LINE   = 4
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1140
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1141
# If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1142
# used to set the initial width (in pixels) of the frame in which the tree
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1143
# is shown.
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1144
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1145
TREEVIEW_WIDTH         = 250
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1146
2522
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1147
# When the EXT_LINKS_IN_WINDOW option is set to YES doxygen will open
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1148
# links to external symbols imported via tag files in a separate window.
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1149
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1150
EXT_LINKS_IN_WINDOW    = NO
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1151
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1152
# Use this tag to change the font size of Latex formulas included
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1153
# as images in the HTML documentation. The default is 10. Note that
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1154
# when you change the font size after a successful doxygen run you need
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1155
# to manually remove any form_*.png images from the HTML output directory
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1156
# to force them to be regenerated.
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1157
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1158
FORMULA_FONTSIZE       = 10
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1159
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1160
# Use the FORMULA_TRANPARENT tag to determine whether or not the images
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1161
# generated for formulas are transparent PNGs. Transparent PNGs are
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1162
# not supported properly for IE 6.0, but are supported on all modern browsers.
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1163
# Note that when changing this option you need to delete any form_*.png files
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1164
# in the HTML output before the changes have effect.
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1165
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1166
FORMULA_TRANSPARENT    = YES
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1167
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1168
# Enable the USE_MATHJAX option to render LaTeX formulas using MathJax
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1169
# (see http://www.mathjax.org) which uses client side Javascript for the
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1170
# rendering instead of using prerendered bitmaps. Use this if you do not
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1171
# have LaTeX installed or if you want to formulas look prettier in the HTML
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1172
# output. When enabled you may also need to install MathJax separately and
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1173
# configure the path to it using the MATHJAX_RELPATH option.
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1174
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1175
USE_MATHJAX            = NO
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1176
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1177
# When MathJax is enabled you need to specify the location relative to the
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1178
# HTML output directory using the MATHJAX_RELPATH option. The destination
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1179
# directory should contain the MathJax.js script. For instance, if the mathjax
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1180
# directory is located at the same level as the HTML output directory, then
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1181
# MATHJAX_RELPATH should be ../mathjax. The default value points to
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1182
# the MathJax Content Delivery Network so you can quickly see the result without
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1183
# installing MathJax.
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1184
# However, it is strongly recommended to install a local
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1185
# copy of MathJax from http://www.mathjax.org before deployment.
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1186
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1187
MATHJAX_RELPATH        = http://cdn.mathjax.org/mathjax/latest
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1188
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1189
# The MATHJAX_EXTENSIONS tag can be used to specify one or MathJax extension
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1190
# names that should be enabled during MathJax rendering.
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1191
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1192
MATHJAX_EXTENSIONS     =
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1193
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1194
# When the SEARCHENGINE tag is enabled doxygen will generate a search box
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1195
# for the HTML output. The underlying search engine uses javascript
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1196
# and DHTML and should work on any modern browser. Note that when using
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1197
# HTML help (GENERATE_HTMLHELP), Qt help (GENERATE_QHP), or docsets
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1198
# (GENERATE_DOCSET) there is already a search function so this one should
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1199
# typically be disabled. For large projects the javascript based search engine
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1200
# can be slow, then enabling SERVER_BASED_SEARCH may provide a better solution.
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1201
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1202
SEARCHENGINE           = NO
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1203
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1204
# When the SERVER_BASED_SEARCH tag is enabled the search engine will be
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1205
# implemented using a PHP enabled web server instead of at the web client
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1206
# using Javascript. Doxygen will generate the search PHP script and index
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1207
# file to put on the web server. The advantage of the server
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1208
# based approach is that it scales better to large projects and allows
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1209
# full text search. The disadvantages are that it is more difficult to setup
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1210
# and does not have live searching capabilities.
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1211
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1212
SERVER_BASED_SEARCH    = NO
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1213
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1214
#---------------------------------------------------------------------------
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1215
# configuration options related to the LaTeX output
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1216
#---------------------------------------------------------------------------
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1217
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1218
# If the GENERATE_LATEX tag is set to YES (the default) Doxygen will
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1219
# generate Latex output.
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1220
200
72c969ea6558 Documentation update + Doxygen generate LaTeX reference manual.
Florian Pose <fp@igh-essen.com>
parents: 199
diff changeset
  1221
GENERATE_LATEX         = YES
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1222
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1223
# The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put.
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1224
# If a relative path is entered the value of OUTPUT_DIRECTORY will be
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1225
# put in front of it. If left blank `latex' will be used as the default path.
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1226
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1227
LATEX_OUTPUT           = latex
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1228
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1229
# The LATEX_CMD_NAME tag can be used to specify the LaTeX command name to be
68
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
  1230
# invoked. If left blank `latex' will be used as the default command name.
2522
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1231
# Note that when enabling USE_PDFLATEX this option is only used for
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1232
# generating bitmaps for formulas in the HTML output, but not in the
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1233
# Makefile that is written to the output directory.
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1234
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1235
LATEX_CMD_NAME         = latex
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1236
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1237
# The MAKEINDEX_CMD_NAME tag can be used to specify the command name to
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1238
# generate index for LaTeX. If left blank `makeindex' will be used as the
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1239
# default command name.
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1240
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1241
MAKEINDEX_CMD_NAME     = makeindex
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1242
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1243
# If the COMPACT_LATEX tag is set to YES Doxygen generates more compact
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1244
# LaTeX documents. This may be useful for small projects and may help to
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1245
# save some trees in general.
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1246
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1247
COMPACT_LATEX          = NO
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1248
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1249
# The PAPER_TYPE tag can be used to set the paper type that is used
2522
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1250
# by the printer. Possible values are: a4, letter, legal and
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1251
# executive. If left blank a4wide will be used.
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1252
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1253
PAPER_TYPE             = a4wide
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1254
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1255
# The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1256
# packages that should be included in the LaTeX output.
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1257
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1258
EXTRA_PACKAGES         =
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1259
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1260
# The LATEX_HEADER tag can be used to specify a personal LaTeX header for
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1261
# the generated latex document. The header should contain everything until
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1262
# the first chapter. If it is left blank doxygen will generate a
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1263
# standard header. Notice: only use this tag if you know what you are doing!
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1264
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1265
LATEX_HEADER           =
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1266
2522
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1267
# The LATEX_FOOTER tag can be used to specify a personal LaTeX footer for
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1268
# the generated latex document. The footer should contain everything after
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1269
# the last chapter. If it is left blank doxygen will generate a
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1270
# standard footer. Notice: only use this tag if you know what you are doing!
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1271
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1272
LATEX_FOOTER           =
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1273
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1274
# If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1275
# is prepared for conversion to pdf (using ps2pdf). The pdf file will
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1276
# contain links (just like the HTML output) instead of page references
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1277
# This makes the output suitable for online browsing using a pdf viewer.
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1278
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1279
PDF_HYPERLINKS         = NO
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1280
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1281
# If the USE_PDFLATEX tag is set to YES, pdflatex will be used instead of
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1282
# plain latex in the generated Makefile. Set this option to YES to get a
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1283
# higher quality PDF documentation.
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1284
200
72c969ea6558 Documentation update + Doxygen generate LaTeX reference manual.
Florian Pose <fp@igh-essen.com>
parents: 199
diff changeset
  1285
USE_PDFLATEX           = YES
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1286
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1287
# If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \\batchmode.
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1288
# command to the generated LaTeX files. This will instruct LaTeX to keep
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1289
# running if errors occur, instead of asking the user for help.
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1290
# This option is also used when generating formulas in HTML.
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1291
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1292
LATEX_BATCHMODE        = NO
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1293
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1294
# If LATEX_HIDE_INDICES is set to YES then doxygen will not
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1295
# include the index chapters (such as File Index, Compound Index, etc.)
68
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
  1296
# in the output.
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
  1297
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
  1298
LATEX_HIDE_INDICES     = NO
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
  1299
2522
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1300
# If LATEX_SOURCE_CODE is set to YES then doxygen will include
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1301
# source code with syntax highlighting in the LaTeX output.
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1302
# Note that which sources are shown also depends on other settings
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1303
# such as SOURCE_BROWSER.
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1304
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1305
LATEX_SOURCE_CODE      = NO
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1306
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1307
# The LATEX_BIB_STYLE tag can be used to specify the style to use for the
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1308
# bibliography, e.g. plainnat, or ieeetr. The default style is "plain". See
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1309
# http://en.wikipedia.org/wiki/BibTeX for more info.
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1310
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1311
LATEX_BIB_STYLE        = plain
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1312
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1313
#---------------------------------------------------------------------------
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1314
# configuration options related to the RTF output
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1315
#---------------------------------------------------------------------------
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1316
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1317
# If the GENERATE_RTF tag is set to YES Doxygen will generate RTF output
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1318
# The RTF output is optimized for Word 97 and may not look very pretty with
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1319
# other RTF readers or editors.
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1320
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1321
GENERATE_RTF           = NO
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1322
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1323
# The RTF_OUTPUT tag is used to specify where the RTF docs will be put.
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1324
# If a relative path is entered the value of OUTPUT_DIRECTORY will be
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1325
# put in front of it. If left blank `rtf' will be used as the default path.
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1326
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1327
RTF_OUTPUT             = rtf
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1328
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1329
# If the COMPACT_RTF tag is set to YES Doxygen generates more compact
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1330
# RTF documents. This may be useful for small projects and may help to
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1331
# save some trees in general.
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1332
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1333
COMPACT_RTF            = NO
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1334
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1335
# If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1336
# will contain hyperlink fields. The RTF file will
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1337
# contain links (just like the HTML output) instead of page references.
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1338
# This makes the output suitable for online browsing using WORD or other
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1339
# programs which support those fields.
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1340
# Note: wordpad (write) and others do not support links.
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1341
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1342
RTF_HYPERLINKS         = NO
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1343
2522
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1344
# Load style sheet definitions from file. Syntax is similar to doxygen's
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1345
# config file, i.e. a series of assignments. You only have to provide
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1346
# replacements, missing definitions are set to their default value.
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1347
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1348
RTF_STYLESHEET_FILE    =
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1349
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1350
# Set optional variables used in the generation of an rtf document.
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1351
# Syntax is similar to doxygen's config file.
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1352
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1353
RTF_EXTENSIONS_FILE    =
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1354
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1355
#---------------------------------------------------------------------------
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1356
# configuration options related to the man page output
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1357
#---------------------------------------------------------------------------
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1358
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1359
# If the GENERATE_MAN tag is set to YES (the default) Doxygen will
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1360
# generate man pages
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1361
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1362
GENERATE_MAN           = NO
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1363
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1364
# The MAN_OUTPUT tag is used to specify where the man pages will be put.
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1365
# If a relative path is entered the value of OUTPUT_DIRECTORY will be
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1366
# put in front of it. If left blank `man' will be used as the default path.
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1367
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1368
MAN_OUTPUT             = man
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1369
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1370
# The MAN_EXTENSION tag determines the extension that is added to
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1371
# the generated man pages (default is the subroutine's section .3)
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1372
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1373
MAN_EXTENSION          = .3
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1374
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1375
# If the MAN_LINKS tag is set to YES and Doxygen generates man output,
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1376
# then it will generate one additional man file for each entity
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1377
# documented in the real man page(s). These additional files
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1378
# only source the real man page, but without them the man command
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1379
# would be unable to find the correct page. The default is NO.
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1380
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1381
MAN_LINKS              = NO
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1382
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1383
#---------------------------------------------------------------------------
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1384
# configuration options related to the XML output
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1385
#---------------------------------------------------------------------------
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1386
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1387
# If the GENERATE_XML tag is set to YES Doxygen will
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1388
# generate an XML file that captures the structure of
68
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
  1389
# the code including all documentation.
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1390
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1391
GENERATE_XML           = NO
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1392
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1393
# The XML_OUTPUT tag is used to specify where the XML pages will be put.
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1394
# If a relative path is entered the value of OUTPUT_DIRECTORY will be
68
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
  1395
# put in front of it. If left blank `xml' will be used as the default path.
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
  1396
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
  1397
XML_OUTPUT             = xml
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
  1398
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1399
# The XML_SCHEMA tag can be used to specify an XML schema,
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1400
# which can be used by a validating XML parser to check the
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1401
# syntax of the XML files.
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1402
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1403
XML_SCHEMA             =
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1404
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1405
# The XML_DTD tag can be used to specify an XML DTD,
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1406
# which can be used by a validating XML parser to check the
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1407
# syntax of the XML files.
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1408
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1409
XML_DTD                =
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1410
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1411
# If the XML_PROGRAMLISTING tag is set to YES Doxygen will
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1412
# dump the program listings (including syntax highlighting
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1413
# and cross-referencing information) to the XML output. Note that
68
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
  1414
# enabling this will significantly increase the size of the XML output.
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
  1415
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
  1416
XML_PROGRAMLISTING     = YES
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
  1417
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1418
#---------------------------------------------------------------------------
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1419
# configuration options for the AutoGen Definitions output
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1420
#---------------------------------------------------------------------------
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1421
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1422
# If the GENERATE_AUTOGEN_DEF tag is set to YES Doxygen will
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1423
# generate an AutoGen Definitions (see autogen.sf.net) file
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1424
# that captures the structure of the code including all
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1425
# documentation. Note that this feature is still experimental
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1426
# and incomplete at the moment.
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1427
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1428
GENERATE_AUTOGEN_DEF   = NO
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1429
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1430
#---------------------------------------------------------------------------
68
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
  1431
# configuration options related to the Perl module output
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
  1432
#---------------------------------------------------------------------------
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
  1433
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1434
# If the GENERATE_PERLMOD tag is set to YES Doxygen will
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1435
# generate a Perl module file that captures the structure of
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1436
# the code including all documentation. Note that this
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1437
# feature is still experimental and incomplete at the
68
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
  1438
# moment.
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
  1439
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
  1440
GENERATE_PERLMOD       = NO
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
  1441
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1442
# If the PERLMOD_LATEX tag is set to YES Doxygen will generate
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1443
# the necessary Makefile rules, Perl scripts and LaTeX code to be able
68
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
  1444
# to generate PDF and DVI output from the Perl module output.
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
  1445
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
  1446
PERLMOD_LATEX          = NO
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
  1447
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1448
# If the PERLMOD_PRETTY tag is set to YES the Perl module output will be
2522
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1449
# nicely formatted so it can be parsed by a human reader.
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1450
# This is useful
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1451
# if you want to understand what is going on.
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1452
# On the other hand, if this
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1453
# tag is set to NO the size of the Perl module output will be much smaller
68
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
  1454
# and Perl will parse it just the same.
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
  1455
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
  1456
PERLMOD_PRETTY         = YES
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
  1457
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1458
# The names of the make variables in the generated doxyrules.make file
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1459
# are prefixed with the string contained in PERLMOD_MAKEVAR_PREFIX.
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1460
# This is useful so different doxyrules.make files included by the same
68
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
  1461
# Makefile don't overwrite each other's variables.
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
  1462
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1463
PERLMOD_MAKEVAR_PREFIX =
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1464
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1465
#---------------------------------------------------------------------------
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1466
# Configuration options related to the preprocessor
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1467
#---------------------------------------------------------------------------
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1468
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1469
# If the ENABLE_PREPROCESSING tag is set to YES (the default) Doxygen will
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1470
# evaluate all C-preprocessor directives found in the sources and include
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1471
# files.
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1472
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1473
ENABLE_PREPROCESSING   = YES
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1474
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1475
# If the MACRO_EXPANSION tag is set to YES Doxygen will expand all macro
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1476
# names in the source code. If set to NO (the default) only conditional
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1477
# compilation will be performed. Macro expansion can be done in a controlled
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1478
# way by setting EXPAND_ONLY_PREDEF to YES.
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1479
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1480
MACRO_EXPANSION        = NO
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1481
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1482
# If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1483
# then the macro expansion is limited to the macros specified with the
786
ad618c76e9bd Updated doxygen docs.
Florian Pose <fp@igh-essen.com>
parents: 757
diff changeset
  1484
# PREDEFINED and EXPAND_AS_DEFINED tags.
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1485
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1486
EXPAND_ONLY_PREDEF     = NO
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1487
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1488
# If the SEARCH_INCLUDES tag is set to YES (the default) the includes files
2522
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1489
# pointed to by INCLUDE_PATH will be searched when a #include is found.
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1490
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1491
SEARCH_INCLUDES        = YES
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1492
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1493
# The INCLUDE_PATH tag can be used to specify one or more directories that
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1494
# contain include files that are not input files but should be processed by
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1495
# the preprocessor.
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1496
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1497
INCLUDE_PATH           =
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1498
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1499
# You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1500
# patterns (like *.h and *.hpp) to filter out the header-files in the
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1501
# directories. If left blank, the patterns specified with FILE_PATTERNS will
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1502
# be used.
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1503
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1504
INCLUDE_FILE_PATTERNS  =
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1505
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1506
# The PREDEFINED tag can be used to specify one or more macro names that
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1507
# are defined before the preprocessor is started (similar to the -D option of
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1508
# gcc). The argument of the tag is a list of macros of the form: name
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1509
# or name=definition (no spaces). If the definition and the = are
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1510
# omitted =1 is assumed. To prevent a macro definition from being
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1511
# undefined via #undef or recursively expanded use the := operator
68
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
  1512
# instead of the = operator.
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1513
1268
d9599395e89b Maintained code docs.
Florian Pose <fp@igh-essen.com>
parents: 786
diff changeset
  1514
PREDEFINED             = __KERNEL__
199
04ecf40fc2e9 Doxygen added interface modules and file documentation.
Florian Pose <fp@igh-essen.com>
parents: 197
diff changeset
  1515
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1516
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1517
# this tag can be used to specify a list of macro names that should be expanded.
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1518
# The macro definition that is found in the sources will be used.
2522
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1519
# Use the PREDEFINED tag if you want to use a different macro definition that
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1520
# overrules the definition found in the source code.
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1521
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1522
EXPAND_AS_DEFINED      =
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1523
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1524
# If the SKIP_FUNCTION_MACROS tag is set to YES (the default) then
2522
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1525
# doxygen's preprocessor will remove all references to function-like macros
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1526
# that are alone on a line, have an all uppercase name, and do not end with a
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1527
# semicolon, because these will confuse the parser if not removed.
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1528
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1529
SKIP_FUNCTION_MACROS   = YES
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1530
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1531
#---------------------------------------------------------------------------
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1532
# Configuration::additions related to external references
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1533
#---------------------------------------------------------------------------
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1534
2522
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1535
# The TAGFILES option can be used to specify one or more tagfiles. For each
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1536
# tag file the location of the external documentation should be added. The
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1537
# format of a tag file without this location is as follows:
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1538
#
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1539
# TAGFILES = file1 file2 ...
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1540
# Adding location for the tag files is done as follows:
2522
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1541
#
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1542
# TAGFILES = file1=loc1 "file2 = loc2" ...
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1543
# where "loc1" and "loc2" can be relative or absolute paths
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1544
# or URLs. Note that each tag file must have a unique name (where the name does
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1545
# NOT include the path). If a tag file is not located in the directory in which
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1546
# doxygen is run, you must also specify the path to the tagfile here.
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1547
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1548
TAGFILES               =
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1549
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1550
# When a file name is specified after GENERATE_TAGFILE, doxygen will create
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1551
# a tag file that is based on the input files it reads.
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1552
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1553
GENERATE_TAGFILE       =
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1554
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1555
# If the ALLEXTERNALS tag is set to YES all external classes will be listed
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1556
# in the class index. If set to NO only the inherited external classes
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1557
# will be listed.
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1558
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1559
ALLEXTERNALS           = NO
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1560
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1561
# If the EXTERNAL_GROUPS tag is set to YES all external groups will be listed
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1562
# in the modules index. If set to NO, only the current project's groups will
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1563
# be listed.
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1564
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1565
EXTERNAL_GROUPS        = YES
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1566
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1567
# The PERL_PATH should be the absolute path and name of the perl script
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1568
# interpreter (i.e. the result of `which perl').
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1569
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1570
PERL_PATH              = /usr/bin/perl
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1571
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1572
#---------------------------------------------------------------------------
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1573
# Configuration options related to the dot tool
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1574
#---------------------------------------------------------------------------
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1575
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1576
# If the CLASS_DIAGRAMS tag is set to YES (the default) Doxygen will
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1577
# generate a inheritance diagram (in HTML, RTF and LaTeX) for classes with base
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1578
# or super classes. Setting the tag to NO turns the diagrams off. Note that
2522
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1579
# this option also works with HAVE_DOT disabled, but it is recommended to
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1580
# install and use dot, since it yields more powerful graphs.
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1581
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1582
CLASS_DIAGRAMS         = YES
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1583
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1584
# You can define message sequence charts within doxygen comments using the \msc
2522
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1585
# command. Doxygen will then run the mscgen tool (see
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1586
# http://www.mcternan.me.uk/mscgen/) to produce the chart and insert it in the
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1587
# documentation. The MSCGEN_PATH tag allows you to specify the directory where
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1588
# the mscgen tool resides. If left empty the tool is assumed to be found in the
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1589
# default search path.
786
ad618c76e9bd Updated doxygen docs.
Florian Pose <fp@igh-essen.com>
parents: 757
diff changeset
  1590
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1591
MSCGEN_PATH            =
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1592
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1593
# If set to YES, the inheritance and collaboration graphs will hide
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1594
# inheritance and usage relations if the target is undocumented
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1595
# or is not a class.
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1596
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1597
HIDE_UNDOC_RELATIONS   = YES
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1598
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1599
# If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1600
# available from the path. This tool is part of Graphviz, a graph visualization
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1601
# toolkit from AT&T and Lucent Bell Labs. The other options in this section
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1602
# have no effect if this option is set to NO (the default)
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1603
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1604
HAVE_DOT               = NO
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1605
2522
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1606
# The DOT_NUM_THREADS specifies the number of dot invocations doxygen is
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1607
# allowed to run in parallel. When set to 0 (the default) doxygen will
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1608
# base this on the number of processors available in the system. You can set it
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1609
# explicitly to a value larger than 0 to get control over the balance
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1610
# between CPU load and processing speed.
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1611
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1612
DOT_NUM_THREADS        = 0
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1613
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1614
# By default doxygen will use the Helvetica font for all dot files that
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1615
# doxygen generates. When you want a differently looking font you can specify
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1616
# the font name using DOT_FONTNAME. You need to make sure dot is able to find
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1617
# the font, which can be done by putting it in a standard location or by setting
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1618
# the DOTFONTPATH environment variable or by setting DOT_FONTPATH to the
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1619
# directory containing the font.
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1620
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1621
DOT_FONTNAME           = Helvetica
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1622
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1623
# The DOT_FONTSIZE tag can be used to set the size of the font of dot graphs.
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1624
# The default size is 10pt.
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1625
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1626
DOT_FONTSIZE           = 10
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1627
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1628
# By default doxygen will tell dot to use the Helvetica font.
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1629
# If you specify a different font using DOT_FONTNAME you can use DOT_FONTPATH to
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1630
# set the path where dot can find it.
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1631
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1632
DOT_FONTPATH           =
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1633
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1634
# If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1635
# will generate a graph for each documented class showing the direct and
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1636
# indirect inheritance relations. Setting this tag to YES will force the
2522
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1637
# CLASS_DIAGRAMS tag to NO.
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1638
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1639
CLASS_GRAPH            = YES
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1640
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1641
# If the COLLABORATION_GRAPH and HAVE_DOT tags are set to YES then doxygen
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1642
# will generate a graph for each documented class showing the direct and
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1643
# indirect implementation dependencies (inheritance, containment, and
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1644
# class references variables) of the class with other documented classes.
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1645
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1646
COLLABORATION_GRAPH    = YES
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1647
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1648
# If the GROUP_GRAPHS and HAVE_DOT tags are set to YES then doxygen
68
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
  1649
# will generate a graph for groups, showing the direct groups dependencies
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
  1650
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
  1651
GROUP_GRAPHS           = YES
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
  1652
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1653
# If the UML_LOOK tag is set to YES doxygen will generate inheritance and
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1654
# collaboration diagrams in a style similar to the OMG's Unified Modeling
68
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
  1655
# Language.
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
  1656
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
  1657
UML_LOOK               = NO
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
  1658
2522
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1659
# If the UML_LOOK tag is enabled, the fields and methods are shown inside
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1660
# the class node. If there are many fields or methods and many nodes the
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1661
# graph may become too big to be useful. The UML_LIMIT_NUM_FIELDS
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1662
# threshold limits the number of items for each type to make the size more
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1663
# managable. Set this to 0 for no limit. Note that the threshold may be
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1664
# exceeded by 50% before the limit is enforced.
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1665
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1666
UML_LIMIT_NUM_FIELDS   = 10
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1667
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1668
# If set to YES, the inheritance and collaboration graphs will show the
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1669
# relations between templates and their instances.
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1670
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1671
TEMPLATE_RELATIONS     = YES
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1672
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1673
# If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDE_GRAPH, and HAVE_DOT
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1674
# tags are set to YES then doxygen will generate a graph for each documented
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1675
# file showing the direct and indirect include dependencies of the file with
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1676
# other documented files.
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1677
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1678
INCLUDE_GRAPH          = YES
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1679
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1680
# If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDED_BY_GRAPH, and
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1681
# HAVE_DOT tags are set to YES then doxygen will generate a graph for each
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1682
# documented header file showing the documented files that directly or
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1683
# indirectly include this file.
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1684
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1685
INCLUDED_BY_GRAPH      = YES
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1686
2522
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1687
# If the CALL_GRAPH and HAVE_DOT options are set to YES then
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1688
# doxygen will generate a call dependency graph for every global function
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1689
# or class method. Note that enabling this option will significantly increase
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1690
# the time of a run. So in most cases it will be better to enable call graphs
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1691
# for selected functions only using the \callgraph command.
68
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
  1692
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
  1693
CALL_GRAPH             = NO
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
  1694
2522
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1695
# If the CALLER_GRAPH and HAVE_DOT tags are set to YES then
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1696
# doxygen will generate a caller dependency graph for every global function
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1697
# or class method. Note that enabling this option will significantly increase
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1698
# the time of a run. So in most cases it will be better to enable caller
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1699
# graphs for selected functions only using the \callergraph command.
786
ad618c76e9bd Updated doxygen docs.
Florian Pose <fp@igh-essen.com>
parents: 757
diff changeset
  1700
ad618c76e9bd Updated doxygen docs.
Florian Pose <fp@igh-essen.com>
parents: 757
diff changeset
  1701
CALLER_GRAPH           = NO
ad618c76e9bd Updated doxygen docs.
Florian Pose <fp@igh-essen.com>
parents: 757
diff changeset
  1702
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1703
# If the GRAPHICAL_HIERARCHY and HAVE_DOT tags are set to YES then doxygen
2522
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1704
# will generate a graphical hierarchy of all classes instead of a textual one.
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1705
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1706
GRAPHICAL_HIERARCHY    = YES
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1707
2522
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1708
# If the DIRECTORY_GRAPH and HAVE_DOT tags are set to YES
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1709
# then doxygen will show the dependencies a directory has on other directories
68
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
  1710
# in a graphical way. The dependency relations are determined by the #include
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
  1711
# relations between the files in the directories.
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
  1712
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
  1713
DIRECTORY_GRAPH        = YES
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
  1714
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1715
# The DOT_IMAGE_FORMAT tag can be used to set the image format of the images
2522
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1716
# generated by dot. Possible values are svg, png, jpg, or gif.
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1717
# If left blank png will be used. If you choose svg you need to set
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1718
# HTML_FILE_EXTENSION to xhtml in order to make the SVG files
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1719
# visible in IE 9+ (other browsers do not have this requirement).
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1720
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1721
DOT_IMAGE_FORMAT       = png
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1722
2522
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1723
# If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1724
# enable generation of interactive SVG images that allow zooming and panning.
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1725
# Note that this requires a modern browser other than Internet Explorer.
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1726
# Tested and working are Firefox, Chrome, Safari, and Opera. For IE 9+ you
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1727
# need to set HTML_FILE_EXTENSION to xhtml in order to make the SVG files
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1728
# visible. Older versions of IE do not have SVG support.
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1729
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1730
INTERACTIVE_SVG        = NO
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1731
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1732
# The tag DOT_PATH can be used to specify the path where the dot tool can be
68
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
  1733
# found. If left blank, it is assumed the dot tool can be found in the path.
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1734
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1735
DOT_PATH               =
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1736
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1737
# The DOTFILE_DIRS tag can be used to specify one or more directories that
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1738
# contain dot files that are included in the documentation (see the
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1739
# \dotfile command).
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1740
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1741
DOTFILE_DIRS           =
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1742
2522
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1743
# The MSCFILE_DIRS tag can be used to specify one or more directories that
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1744
# contain msc files that are included in the documentation (see the
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1745
# \mscfile command).
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1746
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1747
MSCFILE_DIRS           =
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1748
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1749
# The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1750
# nodes that will be shown in the graph. If the number of nodes in a graph
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1751
# becomes larger than this value, doxygen will truncate the graph, which is
2522
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1752
# visualized by representing a node as a red box. Note that doxygen if the
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1753
# number of direct children of the root node in a graph is already larger than
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1754
# DOT_GRAPH_MAX_NODES then the graph will not be shown at all. Also note
786
ad618c76e9bd Updated doxygen docs.
Florian Pose <fp@igh-essen.com>
parents: 757
diff changeset
  1755
# that the size of a graph can be further restricted by MAX_DOT_GRAPH_DEPTH.
ad618c76e9bd Updated doxygen docs.
Florian Pose <fp@igh-essen.com>
parents: 757
diff changeset
  1756
ad618c76e9bd Updated doxygen docs.
Florian Pose <fp@igh-essen.com>
parents: 757
diff changeset
  1757
DOT_GRAPH_MAX_NODES    = 50
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1758
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1759
# The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1760
# graphs generated by dot. A depth value of 3 means that only nodes reachable
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1761
# from the root by following a path via at most 3 edges will be shown. Nodes
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1762
# that lay further from the root node will be omitted. Note that setting this
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1763
# option to 1 or 2 may greatly reduce the computation time needed for large
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1764
# code bases. Also note that the size of a graph can be further restricted by
786
ad618c76e9bd Updated doxygen docs.
Florian Pose <fp@igh-essen.com>
parents: 757
diff changeset
  1765
# DOT_GRAPH_MAX_NODES. Using a depth of 0 means no depth restriction.
68
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
  1766
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
  1767
MAX_DOT_GRAPH_DEPTH    = 0
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
  1768
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1769
# Set the DOT_TRANSPARENT tag to YES to generate images with a transparent
2522
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1770
# background. This is disabled by default, because dot on Windows does not
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1771
# seem to support this out of the box. Warning: Depending on the platform used,
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1772
# enabling this option may lead to badly anti-aliased labels on the edges of
ec403cf308eb Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents: 2421
diff changeset
  1773
# a graph (i.e. they become hard to read).
68
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
  1774
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
  1775
DOT_TRANSPARENT        = NO
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
  1776
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1777
# Set the DOT_MULTI_TARGETS tag to YES allow dot to generate multiple output
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1778
# files in one run (i.e. multiple -o and -T options on the command line). This
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1779
# makes dot run faster, but since only newer versions of dot (>1.8.10)
68
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
  1780
# support this, this feature is disabled by default.
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
  1781
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
  1782
DOT_MULTI_TARGETS      = NO
a452700db994 Neue ASCII-Adressierung und Code-Dokumantation.
Florian Pose <fp@igh-essen.com>
parents: 58
diff changeset
  1783
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1784
# If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1785
# generate a legend page explaining the meaning of the various boxes and
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1786
# arrows in the dot generated graphs.
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1787
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1788
GENERATE_LEGEND        = YES
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1789
2421
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1790
# If the DOT_CLEANUP tag is set to YES (the default) Doxygen will
bc2d4bf9cbe5 Removed trailing spaces.
Florian Pose <fp@igh-essen.com>
parents: 1268
diff changeset
  1791
# remove the intermediate dot files that are used to generate
0
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1792
# the various graphs.
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1793
05c992bf5847 trunk, tags und branches
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
  1794
DOT_CLEANUP            = YES