Doxyfile
author celestar
Mon, 11 Jul 2005 09:12:41 +0000
changeset 2036 102465a75e54
parent 2035 aa2ba913811a
child 2048 430522aa954c
permissions -rw-r--r--
(svn r2545) -Fix: Modified the Doxyfile so that it works on other computers (than mine) as well :)
2035
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
     1
# Doxyfile 1.4.1-KDevelop
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
     2
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
     3
#---------------------------------------------------------------------------
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
     4
# Project related configuration options
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
     5
#---------------------------------------------------------------------------
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
     6
PROJECT_NAME           = openttd.kdevelop
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
     7
OUTPUT_DIRECTORY       = docs/source/
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
     8
CREATE_SUBDIRS         = NO
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
     9
OUTPUT_LANGUAGE        = English
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
    10
USE_WINDOWS_ENCODING   = NO
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
    11
BRIEF_MEMBER_DESC      = YES
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
    12
REPEAT_BRIEF           = YES
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
    13
ABBREVIATE_BRIEF       = "The $name class" \
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
    14
                         "The $name widget" \
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
    15
                         "The $name file" \
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
    16
                         is \
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
    17
                         provides \
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
    18
                         specifies \
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
    19
                         contains \
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
    20
                         represents \
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
    21
                         a \
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
    22
                         an \
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
    23
                         the
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
    24
ALWAYS_DETAILED_SEC    = NO
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
    25
INLINE_INHERITED_MEMB  = NO
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
    26
FULL_PATH_NAMES        = YES
2036
102465a75e54 (svn r2545) -Fix: Modified the Doxyfile so that it works on other computers (than mine) as well :)
celestar
parents: 2035
diff changeset
    27
STRIP_FROM_PATH        = ./
2035
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
    28
STRIP_FROM_INC_PATH    =
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
    29
SHORT_NAMES            = NO
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
    30
JAVADOC_AUTOBRIEF      = NO
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
    31
MULTILINE_CPP_IS_BRIEF = NO
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
    32
DETAILS_AT_TOP         = NO
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
    33
INHERIT_DOCS           = YES
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
    34
DISTRIBUTE_GROUP_DOC   = NO
2036
102465a75e54 (svn r2545) -Fix: Modified the Doxyfile so that it works on other computers (than mine) as well :)
celestar
parents: 2035
diff changeset
    35
TAB_SIZE               = 2
2035
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
    36
ALIASES                =
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
    37
OPTIMIZE_OUTPUT_FOR_C  = YES
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
    38
OPTIMIZE_OUTPUT_JAVA   = NO
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
    39
SUBGROUPING            = YES
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
    40
#---------------------------------------------------------------------------
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
    41
# Build related configuration options
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
    42
#---------------------------------------------------------------------------
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
    43
EXTRACT_ALL            = NO
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
    44
EXTRACT_PRIVATE        = YES
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
    45
EXTRACT_STATIC         = YES
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
    46
EXTRACT_LOCAL_CLASSES  = YES
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
    47
EXTRACT_LOCAL_METHODS  = YES
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
    48
HIDE_UNDOC_MEMBERS     = NO
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
    49
HIDE_UNDOC_CLASSES     = NO
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
    50
HIDE_FRIEND_COMPOUNDS  = NO
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
    51
HIDE_IN_BODY_DOCS      = NO
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
    52
INTERNAL_DOCS          = NO
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
    53
CASE_SENSE_NAMES       = YES
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
    54
HIDE_SCOPE_NAMES       = NO
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
    55
SHOW_INCLUDE_FILES     = YES
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
    56
INLINE_INFO            = YES
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
    57
SORT_MEMBER_DOCS       = YES
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
    58
SORT_BRIEF_DOCS        = NO
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
    59
SORT_BY_SCOPE_NAME     = NO
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
    60
GENERATE_TODOLIST      = YES
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
    61
GENERATE_TESTLIST      = YES
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
    62
GENERATE_BUGLIST       = YES
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
    63
GENERATE_DEPRECATEDLIST= YES
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
    64
ENABLED_SECTIONS       =
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
    65
MAX_INITIALIZER_LINES  = 30
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
    66
SHOW_USED_FILES        = YES
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
    67
SHOW_DIRECTORIES       = YES
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
    68
FILE_VERSION_FILTER    =
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
    69
#---------------------------------------------------------------------------
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
    70
# configuration options related to warning and progress messages
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
    71
#---------------------------------------------------------------------------
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
    72
QUIET                  = NO
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
    73
WARNINGS               = YES
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
    74
WARN_IF_UNDOCUMENTED   = YES
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
    75
WARN_IF_DOC_ERROR      = YES
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
    76
WARN_NO_PARAMDOC       = NO
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
    77
WARN_FORMAT            = "$file:$line: $text"
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
    78
WARN_LOGFILE           =
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
    79
#---------------------------------------------------------------------------
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
    80
# configuration options related to the input files
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
    81
#---------------------------------------------------------------------------
2036
102465a75e54 (svn r2545) -Fix: Modified the Doxyfile so that it works on other computers (than mine) as well :)
celestar
parents: 2035
diff changeset
    82
INPUT                  = ./
2035
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
    83
FILE_PATTERNS          = *.c \
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
    84
                         *.cc \
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
    85
                         *.cxx \
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
    86
                         *.cpp \
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
    87
                         *.c++ \
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
    88
                         *.h \
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
    89
RECURSIVE              = YES
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
    90
EXCLUDE                =
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
    91
EXCLUDE_SYMLINKS       = NO
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
    92
EXCLUDE_PATTERNS       =
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
    93
EXAMPLE_PATH           =
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
    94
EXAMPLE_PATTERNS       = *
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
    95
EXAMPLE_RECURSIVE      = NO
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
    96
IMAGE_PATH             =
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
    97
INPUT_FILTER           =
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
    98
FILTER_PATTERNS        =
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
    99
FILTER_SOURCE_FILES    = NO
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   100
#---------------------------------------------------------------------------
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   101
# configuration options related to source browsing
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   102
#---------------------------------------------------------------------------
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   103
SOURCE_BROWSER         = YES
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   104
INLINE_SOURCES         = NO
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   105
STRIP_CODE_COMMENTS    = YES
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   106
REFERENCED_BY_RELATION = YES
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   107
REFERENCES_RELATION    = YES
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   108
VERBATIM_HEADERS       = YES
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   109
#---------------------------------------------------------------------------
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   110
# configuration options related to the alphabetical class index
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   111
#---------------------------------------------------------------------------
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   112
ALPHABETICAL_INDEX     = NO
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   113
COLS_IN_ALPHA_INDEX    = 5
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   114
IGNORE_PREFIX          =
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   115
#---------------------------------------------------------------------------
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   116
# configuration options related to the HTML output
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   117
#---------------------------------------------------------------------------
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   118
GENERATE_HTML          = YES
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   119
HTML_OUTPUT            = html
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   120
HTML_FILE_EXTENSION    = .html
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   121
HTML_HEADER            =
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   122
HTML_FOOTER            =
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   123
HTML_STYLESHEET        =
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   124
HTML_ALIGN_MEMBERS     = YES
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   125
GENERATE_HTMLHELP      = YES
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   126
CHM_FILE               =
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   127
HHC_LOCATION           =
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   128
GENERATE_CHI           = NO
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   129
BINARY_TOC             = NO
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   130
TOC_EXPAND             = YES
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   131
DISABLE_INDEX          = NO
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   132
ENUM_VALUES_PER_LINE   = 4
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   133
GENERATE_TREEVIEW      = YES
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   134
TREEVIEW_WIDTH         = 250
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   135
#---------------------------------------------------------------------------
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   136
# configuration options related to the LaTeX output
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   137
#---------------------------------------------------------------------------
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   138
GENERATE_LATEX         = NO
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   139
LATEX_OUTPUT           = latex
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   140
LATEX_CMD_NAME         = latex
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   141
MAKEINDEX_CMD_NAME     = makeindex
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   142
COMPACT_LATEX          = NO
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   143
PAPER_TYPE             = a4wide
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   144
EXTRA_PACKAGES         =
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   145
LATEX_HEADER           =
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   146
PDF_HYPERLINKS         = NO
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   147
USE_PDFLATEX           = NO
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   148
LATEX_BATCHMODE        = NO
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   149
LATEX_HIDE_INDICES     = NO
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   150
#---------------------------------------------------------------------------
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   151
# configuration options related to the RTF output
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   152
#---------------------------------------------------------------------------
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   153
GENERATE_RTF           = NO
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   154
RTF_OUTPUT             = rtf
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   155
COMPACT_RTF            = NO
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   156
RTF_HYPERLINKS         = NO
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   157
RTF_STYLESHEET_FILE    =
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   158
RTF_EXTENSIONS_FILE    =
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   159
#---------------------------------------------------------------------------
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   160
# configuration options related to the man page output
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   161
#---------------------------------------------------------------------------
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   162
GENERATE_MAN           = YES
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   163
MAN_OUTPUT             = man
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   164
MAN_EXTENSION          = .3
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   165
MAN_LINKS              = NO
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   166
#---------------------------------------------------------------------------
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   167
# configuration options related to the XML output
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   168
#---------------------------------------------------------------------------
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   169
GENERATE_XML           = NO
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   170
XML_OUTPUT             = xml
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   171
XML_SCHEMA             =
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   172
XML_DTD                =
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   173
XML_PROGRAMLISTING     = YES
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   174
#---------------------------------------------------------------------------
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   175
# configuration options for the AutoGen Definitions output
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   176
#---------------------------------------------------------------------------
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   177
GENERATE_AUTOGEN_DEF   = NO
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   178
#---------------------------------------------------------------------------
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   179
# configuration options related to the Perl module output
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   180
#---------------------------------------------------------------------------
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   181
GENERATE_PERLMOD       = NO
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   182
PERLMOD_LATEX          = NO
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   183
PERLMOD_PRETTY         = YES
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   184
PERLMOD_MAKEVAR_PREFIX =
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   185
#---------------------------------------------------------------------------
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   186
# Configuration options related to the preprocessor
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   187
#---------------------------------------------------------------------------
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   188
ENABLE_PREPROCESSING   = YES
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   189
MACRO_EXPANSION        = NO
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   190
EXPAND_ONLY_PREDEF     = NO
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   191
SEARCH_INCLUDES        = YES
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   192
INCLUDE_PATH           =
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   193
INCLUDE_FILE_PATTERNS  =
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   194
PREDEFINED             =
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   195
EXPAND_AS_DEFINED      =
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   196
SKIP_FUNCTION_MACROS   = YES
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   197
#---------------------------------------------------------------------------
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   198
# Configuration::additions related to external references
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   199
#---------------------------------------------------------------------------
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   200
TAGFILES               =
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   201
GENERATE_TAGFILE       = openttd.tag
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   202
ALLEXTERNALS           = NO
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   203
EXTERNAL_GROUPS        = YES
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   204
PERL_PATH              = /usr/bin/perl
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   205
#---------------------------------------------------------------------------
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   206
# Configuration options related to the dot tool
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   207
#---------------------------------------------------------------------------
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   208
CLASS_DIAGRAMS         = YES
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   209
HIDE_UNDOC_RELATIONS   = YES
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   210
HAVE_DOT               = NO
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   211
CLASS_GRAPH            = YES
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   212
COLLABORATION_GRAPH    = YES
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   213
GROUP_GRAPHS           = YES
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   214
UML_LOOK               = NO
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   215
TEMPLATE_RELATIONS     = NO
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   216
INCLUDE_GRAPH          = YES
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   217
INCLUDED_BY_GRAPH      = YES
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   218
CALL_GRAPH             = NO
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   219
GRAPHICAL_HIERARCHY    = YES
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   220
DIRECTORY_GRAPH        = YES
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   221
DOT_IMAGE_FORMAT       = png
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   222
DOT_PATH               =
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   223
DOTFILE_DIRS           =
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   224
MAX_DOT_GRAPH_WIDTH    = 1024
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   225
MAX_DOT_GRAPH_HEIGHT   = 1024
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   226
MAX_DOT_GRAPH_DEPTH    = 1000
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   227
DOT_TRANSPARENT        = NO
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   228
DOT_MULTI_TARGETS      = NO
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   229
GENERATE_LEGEND        = YES
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   230
DOT_CLEANUP            = YES
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   231
#---------------------------------------------------------------------------
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   232
# Configuration::additions related to the search engine
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   233
#---------------------------------------------------------------------------
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   234
SEARCHENGINE           = NO