Doxyfile
author celestar
Tue, 19 Jul 2005 20:45:47 +0000
changeset 2129 9095824555e6
parent 2048 430522aa954c
child 2284 552f3dddd93a
permissions -rw-r--r--
(svn r2639) -Add: Added the vehicle names in table/engines.h so that you know what line represents what vehicle (I hope I didn't mess that up). Added some comments while I'm at it and include the table/ directory in the Doxygen generation
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
2048
430522aa954c (svn r2557) -Add: Added the AUTOBRIEF option to the Doxyfile
celestar
parents: 2036
diff changeset
    30
JAVADOC_AUTOBRIEF      = YES
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
    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 \
2129
9095824555e6 (svn r2639) -Add: Added the vehicle names in table/engines.h so that you know what line represents what vehicle (I hope I didn't mess that up). Added some comments while I'm at it and include the table/ directory in the Doxygen generation
celestar
parents: 2048
diff changeset
    89
                         table/*.h
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
    90
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
    91
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
    92
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
    93
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
    94
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
    95
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
    96
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
    97
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
    98
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
    99
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
   100
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
   101
#---------------------------------------------------------------------------
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
# 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
   103
#---------------------------------------------------------------------------
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
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
   105
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
   106
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
   107
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
   108
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
   109
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
   110
#---------------------------------------------------------------------------
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
# 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
   112
#---------------------------------------------------------------------------
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
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
   114
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
   115
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
   116
#---------------------------------------------------------------------------
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
# 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
   118
#---------------------------------------------------------------------------
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
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
   120
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
   121
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
   122
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
   123
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
   124
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
   125
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
   126
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
   127
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
   128
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
   129
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
   130
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
   131
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
   132
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
   133
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
   134
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
   135
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
   136
#---------------------------------------------------------------------------
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
# 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
   138
#---------------------------------------------------------------------------
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
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
   140
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
   141
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
   142
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
   143
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
   144
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
   145
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
   146
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
   147
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
   148
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
   149
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
   150
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
   151
#---------------------------------------------------------------------------
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
# 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
   153
#---------------------------------------------------------------------------
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
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
   155
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
   156
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
   157
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
   158
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
   159
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
   160
#---------------------------------------------------------------------------
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
# 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
   162
#---------------------------------------------------------------------------
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
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
   164
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
   165
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
   166
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
   167
#---------------------------------------------------------------------------
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
# 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
   169
#---------------------------------------------------------------------------
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
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
   171
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
   172
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
   173
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
   174
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
   175
#---------------------------------------------------------------------------
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
# 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
   177
#---------------------------------------------------------------------------
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
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
   179
#---------------------------------------------------------------------------
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
# 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
   181
#---------------------------------------------------------------------------
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
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
   183
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
   184
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
   185
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
   186
#---------------------------------------------------------------------------
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
# 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
   188
#---------------------------------------------------------------------------
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
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
   190
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
   191
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
   192
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
   193
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
   194
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
   195
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
   196
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
   197
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
   198
#---------------------------------------------------------------------------
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
# 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
   200
#---------------------------------------------------------------------------
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
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
   202
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
   203
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
   204
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
   205
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
   206
#---------------------------------------------------------------------------
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
# 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
   208
#---------------------------------------------------------------------------
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
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
   210
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
   211
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
   212
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
   213
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
   214
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
   215
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
   216
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
   217
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
   218
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
   219
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
   220
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
   221
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
   222
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
   223
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
   224
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
   225
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
   226
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
   227
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
   228
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
   229
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
   230
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
   231
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
   232
#---------------------------------------------------------------------------
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
# 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
   234
#---------------------------------------------------------------------------
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
   235
SEARCHENGINE           = NO