Doxyfile
author KUDr
Sat, 21 Apr 2007 08:23:57 +0000
branchcpp_gui
changeset 6308 646711c5feaa
parent 6303 84c215fc8eb8
child 6870 ca3fd1fbe311
permissions -rw-r--r--
(svn r9708) [cpp_gui] -Sync with trunk (r9633:9707)
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 \
6303
84c215fc8eb8 (svn r9486) [cpp_gui] -Sync with trunk (r9100:9476)
KUDr
parents: 2284
diff changeset
    87
                         *.hpp \
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
    88
                         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
    89
RECURSIVE              = YES
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
    90
EXCLUDE                =
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
    91
EXCLUDE_SYMLINKS       = NO
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
    92
EXCLUDE_PATTERNS       =
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
    93
EXAMPLE_PATH           =
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
    94
EXAMPLE_PATTERNS       = *
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
    95
EXAMPLE_RECURSIVE      = NO
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
    96
IMAGE_PATH             =
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
    97
INPUT_FILTER           =
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
    98
FILTER_PATTERNS        =
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
    99
FILTER_SOURCE_FILES    = NO
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   100
#---------------------------------------------------------------------------
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   101
# configuration options related to source browsing
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   102
#---------------------------------------------------------------------------
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   103
SOURCE_BROWSER         = YES
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   104
INLINE_SOURCES         = NO
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   105
STRIP_CODE_COMMENTS    = YES
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   106
REFERENCED_BY_RELATION = YES
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   107
REFERENCES_RELATION    = YES
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   108
VERBATIM_HEADERS       = YES
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   109
#---------------------------------------------------------------------------
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   110
# configuration options related to the alphabetical class index
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   111
#---------------------------------------------------------------------------
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   112
ALPHABETICAL_INDEX     = NO
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   113
COLS_IN_ALPHA_INDEX    = 5
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   114
IGNORE_PREFIX          =
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   115
#---------------------------------------------------------------------------
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   116
# configuration options related to the HTML output
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   117
#---------------------------------------------------------------------------
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   118
GENERATE_HTML          = YES
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   119
HTML_OUTPUT            = html
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   120
HTML_FILE_EXTENSION    = .html
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   121
HTML_HEADER            =
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   122
HTML_FOOTER            =
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   123
HTML_STYLESHEET        =
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   124
HTML_ALIGN_MEMBERS     = YES
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   125
GENERATE_HTMLHELP      = YES
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   126
CHM_FILE               =
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   127
HHC_LOCATION           =
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   128
GENERATE_CHI           = NO
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   129
BINARY_TOC             = NO
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   130
TOC_EXPAND             = YES
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   131
DISABLE_INDEX          = NO
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   132
ENUM_VALUES_PER_LINE   = 4
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   133
GENERATE_TREEVIEW      = YES
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   134
TREEVIEW_WIDTH         = 250
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   135
#---------------------------------------------------------------------------
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   136
# configuration options related to the LaTeX output
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   137
#---------------------------------------------------------------------------
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   138
GENERATE_LATEX         = NO
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   139
LATEX_OUTPUT           = latex
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   140
LATEX_CMD_NAME         = latex
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   141
MAKEINDEX_CMD_NAME     = makeindex
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   142
COMPACT_LATEX          = NO
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   143
PAPER_TYPE             = a4wide
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   144
EXTRA_PACKAGES         =
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   145
LATEX_HEADER           =
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   146
PDF_HYPERLINKS         = NO
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   147
USE_PDFLATEX           = NO
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   148
LATEX_BATCHMODE        = NO
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   149
LATEX_HIDE_INDICES     = NO
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   150
#---------------------------------------------------------------------------
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   151
# configuration options related to the RTF output
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   152
#---------------------------------------------------------------------------
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   153
GENERATE_RTF           = NO
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   154
RTF_OUTPUT             = rtf
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   155
COMPACT_RTF            = NO
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   156
RTF_HYPERLINKS         = NO
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   157
RTF_STYLESHEET_FILE    =
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   158
RTF_EXTENSIONS_FILE    =
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   159
#---------------------------------------------------------------------------
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   160
# configuration options related to the man page output
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   161
#---------------------------------------------------------------------------
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   162
GENERATE_MAN           = YES
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   163
MAN_OUTPUT             = man
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   164
MAN_EXTENSION          = .3
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   165
MAN_LINKS              = NO
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   166
#---------------------------------------------------------------------------
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   167
# configuration options related to the XML output
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   168
#---------------------------------------------------------------------------
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   169
GENERATE_XML           = NO
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   170
XML_OUTPUT             = xml
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   171
XML_SCHEMA             =
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   172
XML_DTD                =
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   173
XML_PROGRAMLISTING     = YES
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   174
#---------------------------------------------------------------------------
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   175
# configuration options for the AutoGen Definitions output
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   176
#---------------------------------------------------------------------------
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   177
GENERATE_AUTOGEN_DEF   = NO
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   178
#---------------------------------------------------------------------------
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   179
# configuration options related to the Perl module output
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   180
#---------------------------------------------------------------------------
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   181
GENERATE_PERLMOD       = NO
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   182
PERLMOD_LATEX          = NO
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   183
PERLMOD_PRETTY         = YES
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   184
PERLMOD_MAKEVAR_PREFIX =
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   185
#---------------------------------------------------------------------------
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   186
# Configuration options related to the preprocessor
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   187
#---------------------------------------------------------------------------
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   188
ENABLE_PREPROCESSING   = YES
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   189
MACRO_EXPANSION        = NO
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   190
EXPAND_ONLY_PREDEF     = NO
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   191
SEARCH_INCLUDES        = YES
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   192
INCLUDE_PATH           =
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   193
INCLUDE_FILE_PATTERNS  =
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   194
PREDEFINED             =
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   195
EXPAND_AS_DEFINED      =
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   196
SKIP_FUNCTION_MACROS   = YES
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   197
#---------------------------------------------------------------------------
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   198
# Configuration::additions related to external references
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   199
#---------------------------------------------------------------------------
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   200
TAGFILES               =
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   201
GENERATE_TAGFILE       = openttd.tag
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   202
ALLEXTERNALS           = NO
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   203
EXTERNAL_GROUPS        = YES
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   204
PERL_PATH              = /usr/bin/perl
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   205
#---------------------------------------------------------------------------
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   206
# Configuration options related to the dot tool
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   207
#---------------------------------------------------------------------------
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   208
CLASS_DIAGRAMS         = YES
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   209
HIDE_UNDOC_RELATIONS   = YES
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   210
HAVE_DOT               = NO
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   211
CLASS_GRAPH            = YES
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   212
COLLABORATION_GRAPH    = YES
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   213
GROUP_GRAPHS           = YES
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   214
UML_LOOK               = NO
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   215
TEMPLATE_RELATIONS     = NO
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   216
INCLUDE_GRAPH          = YES
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   217
INCLUDED_BY_GRAPH      = YES
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   218
CALL_GRAPH             = NO
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   219
GRAPHICAL_HIERARCHY    = YES
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   220
DIRECTORY_GRAPH        = YES
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   221
DOT_IMAGE_FORMAT       = png
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   222
DOT_PATH               =
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   223
DOTFILE_DIRS           =
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   224
MAX_DOT_GRAPH_WIDTH    = 1024
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   225
MAX_DOT_GRAPH_HEIGHT   = 1024
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   226
MAX_DOT_GRAPH_DEPTH    = 1000
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   227
DOT_TRANSPARENT        = NO
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   228
DOT_MULTI_TARGETS      = NO
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   229
GENERATE_LEGEND        = YES
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   230
DOT_CLEANUP            = YES
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   231
#---------------------------------------------------------------------------
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   232
# Configuration::additions related to the search engine
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   233
#---------------------------------------------------------------------------
aa2ba913811a (svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
celestar
parents:
diff changeset
   234
SEARCHENGINE           = NO