Doxyfile
author KUDr
Sun, 31 Dec 2006 02:53:23 +0000
branchcustombridgeheads
changeset 5611 11da6bafbfb9
parent 2284 552f3dddd93a
child 6303 84c215fc8eb8
child 9876 f8302fbd236d
permissions -rw-r--r--
(svn r7687) [cbh] - Fix: trains can now enter the bridge from side. They still can't leave it from side (pathfinder will need to be invoked when the other ramp is entered). Also the code is not very clear and needs review. It is more proof of concept than final solution. I hope that somebody smarter (Celestar) can do it better.
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
#---------------------------------------------------------------------------
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the 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
# 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
     3
#---------------------------------------------------------------------------
2284
552f3dddd93a (svn r2808) -Fix: Removed 'kdevelop' from the doxygen project name (thanks tron)
celestar
parents: 2129
diff changeset
     4
PROJECT_NAME           = openttd
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
     5
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
     6
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
     7
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
     8
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
     9
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
    10
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
    11
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
    12
                         "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
    13
                         "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
    14
                         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
    15
                         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
    16
                         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
    17
                         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
    18
                         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
    19
                         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
    20
                         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
    21
                         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
    22
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
    23
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
    24
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
    25
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
    26
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
    27
SHORT_NAMES            = NO
2048
430522aa954c (svn r2557) -Add: Added the AUTOBRIEF option to the Doxyfile
celestar
parents: 2036
diff changeset
    28
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
    29
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
    30
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
    31
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
    32
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
    33
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
    34
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
    35
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
    36
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
    37
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
    38
#---------------------------------------------------------------------------
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the 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
# 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
    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
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
    42
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
    43
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
    44
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
    45
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
    46
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
    47
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
    48
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
    49
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
    50
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
    51
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
    52
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
    53
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
    54
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
    55
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
    56
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
    57
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
    58
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
    59
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
    60
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
    61
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
    62
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
    63
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
    64
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
    65
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
    66
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
    67
#---------------------------------------------------------------------------
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the 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
# 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
    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
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
    71
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
    72
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
    73
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
    74
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
    75
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
    76
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
    77
#---------------------------------------------------------------------------
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the 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
# 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
    79
#---------------------------------------------------------------------------
2036
102465a75e54 (svn r2545) -Fix: Modified the Doxyfile so that it works on other computers (than mine) as well :)
celestar
parents: 2035
diff changeset
    80
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
    81
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
    82
                         *.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
    83
                         *.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
    84
                         *.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
    85
                         *.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
    86
                         *.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
    87
                         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
    88
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
    89
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
    90
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
    91
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
    92
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
    93
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
    94
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
    95
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
    96
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
    97
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
    98
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
    99
#---------------------------------------------------------------------------
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the 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
# 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
   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
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
   103
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
   104
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
   105
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
   106
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
   107
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
   108
#---------------------------------------------------------------------------
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the 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
# 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
   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
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
   112
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
   113
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
   114
#---------------------------------------------------------------------------
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the 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
# 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
   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
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
   118
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
   119
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
   120
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
   121
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
   122
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
   123
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
   124
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
   125
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
   126
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
   127
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
   128
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
   129
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
   130
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
   131
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
   132
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
   133
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
   134
#---------------------------------------------------------------------------
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the 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
# 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
   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
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
   138
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
   139
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
   140
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
   141
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
   142
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
   143
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
   144
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
   145
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
   146
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
   147
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
   148
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
   149
#---------------------------------------------------------------------------
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the 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
# 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
   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
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
   153
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
   154
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
   155
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
   156
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
   157
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
   158
#---------------------------------------------------------------------------
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the 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
# 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
   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
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
   162
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
   163
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
   164
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
   165
#---------------------------------------------------------------------------
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the 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
# 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
   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
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
   169
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
   170
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
   171
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
   172
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
   173
#---------------------------------------------------------------------------
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the 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
# 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
   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
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
   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
# 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
   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
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
   181
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
   182
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
   183
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
   184
#---------------------------------------------------------------------------
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the 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
# 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
   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
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
   188
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
   189
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
   190
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
   191
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
   192
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
   193
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
   194
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
   195
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
   196
#---------------------------------------------------------------------------
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the 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
# 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
   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
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
   200
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
   201
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
   202
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
   203
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
   204
#---------------------------------------------------------------------------
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the 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
# 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
   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
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
   208
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
   209
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
   210
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
   211
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
   212
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
   213
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
   214
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
   215
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
   216
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
   217
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
   218
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
   219
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
   220
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
   221
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
   222
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
   223
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
   224
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
   225
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
   226
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
   227
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
   228
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
   229
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
   230
#---------------------------------------------------------------------------
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the 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
# 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
   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
SEARCHENGINE           = NO