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