Doxyfile
author Dmitriy Morozov <morozov@cs.duke.edu>
Wed, 19 Mar 2008 12:43:33 -0400 (2008-03-19)
branchdev
changeset 51 0a18d6902a55
parent 7 b5dfe607ac17
permissions -rw-r--r--
Fixed CGAL assertion failures in alphashapes (explicitly checking for infinite simplices)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
     1
# Doxyfile 1.3.9.1
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
     2
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
     3
# This file describes the settings to be used by the documentation system
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
     4
# doxygen (www.doxygen.org) for a project
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
     5
#
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
     6
# All text after a hash (#) is considered a comment and will be ignored
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
     7
# The format is:
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
     8
#       TAG = value [value, ...]
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
     9
# For lists items can also be appended using:
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
    10
#       TAG += value [value, ...]
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
    11
# Values that contain spaces should be placed between quotes (" ")
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
    12
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
    13
#---------------------------------------------------------------------------
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
    14
# Project related configuration options
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
    15
#---------------------------------------------------------------------------
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
    16
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
    17
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
    18
# by quotes) that should identify the project.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
    19
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
    20
PROJECT_NAME           = Dionysus
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
    21
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
    22
# The PROJECT_NUMBER tag can be used to enter a project or revision number. 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
    23
# This could be handy for archiving the generated documentation or 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
    24
# if some version control system is used.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
    25
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
    26
PROJECT_NUMBER         = 0.0.1
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
    27
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
    28
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
    29
# base path where the generated documentation will be put. 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
    30
# If a relative path is entered, it will be relative to the location 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
    31
# where doxygen was started. If left blank the current directory will be used.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
    32
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
    33
OUTPUT_DIRECTORY       = docs
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
    34
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
    35
# If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
    36
# 4096 sub-directories (in 2 levels) under the output directory of each output 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
    37
# format and will distribute the generated files over these directories. 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
    38
# Enabling this option can be useful when feeding doxygen a huge amount of source 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
    39
# files, where putting all generated files in the same directory would otherwise 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
    40
# cause performance problems for the file system.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
    41
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
    42
CREATE_SUBDIRS         = NO
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
    43
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
    44
# The OUTPUT_LANGUAGE tag is used to specify the language in which all 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
    45
# documentation generated by doxygen is written. Doxygen will use this 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
    46
# information to generate all constant output in the proper language. 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
    47
# The default language is English, other supported languages are: 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
    48
# Brazilian, Catalan, Chinese, Chinese-Traditional, Croatian, Czech, Danish, 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
    49
# Dutch, Finnish, French, German, Greek, Hungarian, Italian, Japanese, 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
    50
# Japanese-en (Japanese with English messages), Korean, Korean-en, Norwegian, 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
    51
# Polish, Portuguese, Romanian, Russian, Serbian, Slovak, Slovene, Spanish, 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
    52
# Swedish, and Ukrainian.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
    53
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
    54
OUTPUT_LANGUAGE        = English
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
    55
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
    56
# This tag can be used to specify the encoding used in the generated output. 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
    57
# The encoding is not always determined by the language that is chosen, 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
    58
# but also whether or not the output is meant for Windows or non-Windows users. 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
    59
# In case there is a difference, setting the USE_WINDOWS_ENCODING tag to YES 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
    60
# forces the Windows encoding (this is the default for the Windows binary), 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
    61
# whereas setting the tag to NO uses a Unix-style encoding (the default for 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
    62
# all platforms other than Windows).
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
    63
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
    64
USE_WINDOWS_ENCODING   = NO
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
    65
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
    66
# If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
    67
# include brief member descriptions after the members that are listed in 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
    68
# the file and class documentation (similar to JavaDoc). 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
    69
# Set to NO to disable this.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
    70
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
    71
BRIEF_MEMBER_DESC      = YES
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
    72
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
    73
# If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
    74
# the brief description of a member or function before the detailed description. 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
    75
# Note: if both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
    76
# brief descriptions will be completely suppressed.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
    77
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
    78
REPEAT_BRIEF           = YES
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
    79
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
    80
# This tag implements a quasi-intelligent brief description abbreviator 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
    81
# that is used to form the text in various listings. Each string 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
    82
# in this list, if found as the leading text of the brief description, will be 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
    83
# stripped from the text and the result after processing the whole list, is used 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
    84
# as the annotated text. Otherwise, the brief description is used as-is. If left 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
    85
# blank, the following values are used ("$name" is automatically replaced with the 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
    86
# name of the entity): "The $name class" "The $name widget" "The $name file" 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
    87
# "is" "provides" "specifies" "contains" "represents" "a" "an" "the"
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
    88
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
    89
ABBREVIATE_BRIEF       = 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
    90
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
    91
# If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
    92
# Doxygen will generate a detailed section even if there is only a brief 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
    93
# description.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
    94
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
    95
ALWAYS_DETAILED_SEC    = NO
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
    96
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
    97
# If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all inherited 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
    98
# members of a class in the documentation of that class as if those members were 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
    99
# ordinary class members. Constructors, destructors and assignment operators of 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   100
# the base classes will not be shown.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   101
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   102
INLINE_INHERITED_MEMB  = NO
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   103
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   104
# If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   105
# path before files name in the file list and in the header files. If set 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   106
# to NO the shortest path that makes the file name unique will be used.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   107
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   108
FULL_PATH_NAMES        = YES
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   109
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   110
# If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   111
# can be used to strip a user-defined part of the path. Stripping is 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   112
# only done if one of the specified strings matches the left-hand part of 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   113
# the path. The tag can be used to show relative paths in the file list. 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   114
# If left blank the directory from which doxygen is run is used as the 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   115
# path to strip.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   116
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   117
STRIP_FROM_PATH        = 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   118
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   119
# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   120
# the path mentioned in the documentation of a class, which tells 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   121
# the reader which header file to include in order to use a class. 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   122
# If left blank only the name of the header file containing the class 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   123
# definition is used. Otherwise one should specify the include paths that 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   124
# are normally passed to the compiler using the -I flag.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   125
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   126
STRIP_FROM_INC_PATH    = 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   127
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   128
# If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   129
# (but less readable) file names. This can be useful is your file systems 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   130
# doesn't support long names like on DOS, Mac, or CD-ROM.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   131
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   132
SHORT_NAMES            = NO
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   133
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   134
# If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   135
# will interpret the first line (until the first dot) of a JavaDoc-style 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   136
# comment as the brief description. If set to NO, the JavaDoc 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   137
# comments will behave just like the Qt-style comments (thus requiring an 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   138
# explicit @brief command for a brief description.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   139
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   140
JAVADOC_AUTOBRIEF      = YES
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   141
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   142
# The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   143
# treat a multi-line C++ special comment block (i.e. a block of //! or /// 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   144
# comments) as a brief description. This used to be the default behaviour. 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   145
# The new default is to treat a multi-line C++ comment block as a detailed 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   146
# description. Set this tag to YES if you prefer the old behaviour instead.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   147
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   148
MULTILINE_CPP_IS_BRIEF = NO
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   149
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   150
# If the DETAILS_AT_TOP tag is set to YES then Doxygen 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   151
# will output the detailed description near the top, like JavaDoc.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   152
# If set to NO, the detailed description appears after the member 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   153
# documentation.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   154
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   155
DETAILS_AT_TOP         = NO
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   156
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   157
# If the INHERIT_DOCS tag is set to YES (the default) then an undocumented 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   158
# member inherits the documentation from any documented member that it 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   159
# re-implements.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   160
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   161
INHERIT_DOCS           = YES
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   162
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   163
# If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   164
# tag is set to YES, then doxygen will reuse the documentation of the first 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   165
# member in the group (if any) for the other members of the group. By default 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   166
# all members of a group must be documented explicitly.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   167
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   168
DISTRIBUTE_GROUP_DOC   = NO
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   169
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   170
# The TAB_SIZE tag can be used to set the number of spaces in a tab. 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   171
# Doxygen uses this value to replace tabs by spaces in code fragments.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   172
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   173
TAB_SIZE               = 4
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   174
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   175
# This tag can be used to specify a number of aliases that acts 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   176
# as commands in the documentation. An alias has the form "name=value". 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   177
# For example adding "sideeffect=\par Side Effects:\n" will allow you to 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   178
# put the command \sideeffect (or @sideeffect) in the documentation, which 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   179
# will result in a user-defined paragraph with heading "Side Effects:". 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   180
# You can put \n's in the value part of an alias to insert newlines.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   181
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   182
ALIASES                = 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   183
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   184
# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   185
# only. Doxygen will then generate output that is more tailored for C. 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   186
# For instance, some of the names that are used will be different. The list 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   187
# of all members will be omitted, etc.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   188
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   189
OPTIMIZE_OUTPUT_FOR_C  = NO
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   190
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   191
# Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java sources 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   192
# only. Doxygen will then generate output that is more tailored for Java. 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   193
# For instance, namespaces will be presented as packages, qualified scopes 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   194
# will look different, etc.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   195
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   196
OPTIMIZE_OUTPUT_JAVA   = NO
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   197
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   198
# Set the SUBGROUPING tag to YES (the default) to allow class member groups of 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   199
# the same type (for instance a group of public functions) to be put as a 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   200
# subgroup of that type (e.g. under the Public Functions section). Set it to 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   201
# NO to prevent subgrouping. Alternatively, this can be done per class using 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   202
# the \nosubgrouping command.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   203
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   204
SUBGROUPING            = YES
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   205
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   206
#---------------------------------------------------------------------------
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   207
# Build related configuration options
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   208
#---------------------------------------------------------------------------
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   209
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   210
# If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   211
# documentation are documented, even if no documentation was available. 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   212
# Private class members and static file members will be hidden unless 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   213
# the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   214
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   215
EXTRACT_ALL            = NO
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   216
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   217
# If the EXTRACT_PRIVATE tag is set to YES all private members of a class 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   218
# will be included in the documentation.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   219
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   220
EXTRACT_PRIVATE        = NO
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   221
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   222
# If the EXTRACT_STATIC tag is set to YES all static members of a file 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   223
# will be included in the documentation.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   224
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   225
EXTRACT_STATIC         = NO
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   226
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   227
# If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   228
# defined locally in source files will be included in the documentation. 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   229
# If set to NO only classes defined in header files are included.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   230
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   231
EXTRACT_LOCAL_CLASSES  = YES
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   232
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   233
# This flag is only useful for Objective-C code. When set to YES local 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   234
# methods, which are defined in the implementation section but not in 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   235
# the interface are included in the documentation. 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   236
# If set to NO (the default) only methods in the interface are included.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   237
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   238
EXTRACT_LOCAL_METHODS  = NO
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   239
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   240
# If the HIDE_UNDOC_MEMBERS tag is set to YES, Doxygen will hide all 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   241
# undocumented members of documented classes, files or namespaces. 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   242
# If set to NO (the default) these members will be included in the 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   243
# various overviews, but no documentation section is generated. 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   244
# This option has no effect if EXTRACT_ALL is enabled.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   245
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   246
HIDE_UNDOC_MEMBERS     = NO
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   247
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   248
# If the HIDE_UNDOC_CLASSES tag is set to YES, Doxygen will hide all 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   249
# undocumented classes that are normally visible in the class hierarchy. 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   250
# If set to NO (the default) these classes will be included in the various 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   251
# overviews. This option has no effect if EXTRACT_ALL is enabled.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   252
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   253
HIDE_UNDOC_CLASSES     = NO
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   254
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   255
# If the HIDE_FRIEND_COMPOUNDS tag is set to YES, Doxygen will hide all 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   256
# friend (class|struct|union) declarations. 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   257
# If set to NO (the default) these declarations will be included in the 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   258
# documentation.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   259
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   260
HIDE_FRIEND_COMPOUNDS  = NO
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   261
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   262
# If the HIDE_IN_BODY_DOCS tag is set to YES, Doxygen will hide any 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   263
# documentation blocks found inside the body of a function. 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   264
# If set to NO (the default) these blocks will be appended to the 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   265
# function's detailed documentation block.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   266
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   267
HIDE_IN_BODY_DOCS      = NO
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   268
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   269
# The INTERNAL_DOCS tag determines if documentation 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   270
# that is typed after a \internal command is included. If the tag is set 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   271
# to NO (the default) then the documentation will be excluded. 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   272
# Set it to YES to include the internal documentation.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   273
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   274
INTERNAL_DOCS          = NO
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   275
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   276
# If the CASE_SENSE_NAMES tag is set to NO then Doxygen will only generate 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   277
# file names in lower-case letters. If set to YES upper-case letters are also 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   278
# allowed. This is useful if you have classes or files whose names only differ 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   279
# in case and if your file system supports case sensitive file names. Windows 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   280
# and Mac users are advised to set this option to NO.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   281
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   282
CASE_SENSE_NAMES       = YES
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   283
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   284
# If the HIDE_SCOPE_NAMES tag is set to NO (the default) then Doxygen 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   285
# will show members with their full class and namespace scopes in the 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   286
# documentation. If set to YES the scope will be hidden.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   287
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   288
HIDE_SCOPE_NAMES       = NO
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   289
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   290
# If the SHOW_INCLUDE_FILES tag is set to YES (the default) then Doxygen 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   291
# will put a list of the files that are included by a file in the documentation 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   292
# of that file.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   293
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   294
SHOW_INCLUDE_FILES     = YES
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   295
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   296
# If the INLINE_INFO tag is set to YES (the default) then a tag [inline] 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   297
# is inserted in the documentation for inline members.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   298
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   299
INLINE_INFO            = YES
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   300
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   301
# If the SORT_MEMBER_DOCS tag is set to YES (the default) then doxygen 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   302
# will sort the (detailed) documentation of file and class members 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   303
# alphabetically by member name. If set to NO the members will appear in 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   304
# declaration order.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   305
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   306
SORT_MEMBER_DOCS       = YES
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   307
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   308
# If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   309
# brief documentation of file, namespace and class members alphabetically 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   310
# by member name. If set to NO (the default) the members will appear in 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   311
# declaration order.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   312
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   313
SORT_BRIEF_DOCS        = NO
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   314
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   315
# If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   316
# sorted by fully-qualified names, including namespaces. If set to 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   317
# NO (the default), the class list will be sorted only by class name, 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   318
# not including the namespace part. 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   319
# Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   320
# Note: This option applies only to the class list, not to the 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   321
# alphabetical list.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   322
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   323
SORT_BY_SCOPE_NAME     = NO
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   324
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   325
# The GENERATE_TODOLIST tag can be used to enable (YES) or 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   326
# disable (NO) the todo list. This list is created by putting \todo 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   327
# commands in the documentation.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   328
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   329
GENERATE_TODOLIST      = YES
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   330
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   331
# The GENERATE_TESTLIST tag can be used to enable (YES) or 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   332
# disable (NO) the test list. This list is created by putting \test 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   333
# commands in the documentation.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   334
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   335
GENERATE_TESTLIST      = YES
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   336
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   337
# The GENERATE_BUGLIST tag can be used to enable (YES) or 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   338
# disable (NO) the bug list. This list is created by putting \bug 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   339
# commands in the documentation.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   340
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   341
GENERATE_BUGLIST       = YES
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   342
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   343
# The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   344
# disable (NO) the deprecated list. This list is created by putting 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   345
# \deprecated commands in the documentation.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   346
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   347
GENERATE_DEPRECATEDLIST= YES
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   348
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   349
# The ENABLED_SECTIONS tag can be used to enable conditional 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   350
# documentation sections, marked by \if sectionname ... \endif.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   351
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   352
ENABLED_SECTIONS       = 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   353
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   354
# The MAX_INITIALIZER_LINES tag determines the maximum number of lines 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   355
# the initial value of a variable or define consists of for it to appear in 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   356
# the documentation. If the initializer consists of more lines than specified 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   357
# here it will be hidden. Use a value of 0 to hide initializers completely. 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   358
# The appearance of the initializer of individual variables and defines in the 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   359
# documentation can be controlled using \showinitializer or \hideinitializer 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   360
# command in the documentation regardless of this setting.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   361
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   362
MAX_INITIALIZER_LINES  = 30
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   363
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   364
# Set the SHOW_USED_FILES tag to NO to disable the list of files generated 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   365
# at the bottom of the documentation of classes and structs. If set to YES the 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   366
# list will mention the files that were used to generate the documentation.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   367
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   368
SHOW_USED_FILES        = YES
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   369
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   370
# If the sources in your project are distributed over multiple directories 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   371
# then setting the SHOW_DIRECTORIES tag to YES will show the directory hierarchy 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   372
# in the documentation.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   373
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   374
SHOW_DIRECTORIES       = YES
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   375
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   376
#---------------------------------------------------------------------------
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   377
# configuration options related to warning and progress messages
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   378
#---------------------------------------------------------------------------
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   379
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   380
# The QUIET tag can be used to turn on/off the messages that are generated 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   381
# by doxygen. Possible values are YES and NO. If left blank NO is used.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   382
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   383
QUIET                  = NO
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   384
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   385
# The WARNINGS tag can be used to turn on/off the warning messages that are 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   386
# generated by doxygen. Possible values are YES and NO. If left blank 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   387
# NO is used.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   388
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   389
WARNINGS               = YES
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   390
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   391
# If WARN_IF_UNDOCUMENTED is set to YES, then doxygen will generate warnings 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   392
# for undocumented members. If EXTRACT_ALL is set to YES then this flag will 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   393
# automatically be disabled.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   394
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   395
WARN_IF_UNDOCUMENTED   = YES
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   396
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   397
# If WARN_IF_DOC_ERROR is set to YES, doxygen will generate warnings for 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   398
# potential errors in the documentation, such as not documenting some 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   399
# parameters in a documented function, or documenting parameters that 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   400
# don't exist or using markup commands wrongly.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   401
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   402
WARN_IF_DOC_ERROR      = YES
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   403
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   404
# The WARN_FORMAT tag determines the format of the warning messages that 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   405
# doxygen can produce. The string should contain the $file, $line, and $text 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   406
# tags, which will be replaced by the file and line number from which the 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   407
# warning originated and the warning text.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   408
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   409
WARN_FORMAT            = "$file:$line: $text"
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   410
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   411
# The WARN_LOGFILE tag can be used to specify a file to which warning 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   412
# and error messages should be written. If left blank the output is written 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   413
# to stderr.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   414
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   415
WARN_LOGFILE           = 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   416
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   417
#---------------------------------------------------------------------------
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   418
# configuration options related to the input files
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   419
#---------------------------------------------------------------------------
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   420
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   421
# The INPUT tag can be used to specify the files and/or directories that contain 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   422
# documented source files. You may enter file names like "myfile.cpp" or 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   423
# directories like "/usr/src/myproject". Separate the files or directories 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   424
# with spaces.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   425
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   426
INPUT                  = 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   427
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   428
# If the value of the INPUT tag contains directories, you can use the 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   429
# FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   430
# and *.h) to filter out the source-files in the directories. If left 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   431
# blank the following patterns are tested: 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   432
# *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx *.hpp 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   433
# *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   434
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   435
FILE_PATTERNS          = 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   436
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   437
# The RECURSIVE tag can be used to turn specify whether or not subdirectories 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   438
# should be searched for input files as well. Possible values are YES and NO. 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   439
# If left blank NO is used.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   440
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   441
RECURSIVE              = YES
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   442
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   443
# The EXCLUDE tag can be used to specify files and/or directories that should 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   444
# excluded from the INPUT source files. This way you can easily exclude a 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   445
# subdirectory from a directory tree whose root is specified with the INPUT tag.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   446
7
b5dfe607ac17 Added combustion-vineyard, Grid2DVineyard records diagram after adding a grid
Dmitriy Morozov <morozov@cs.duke.edu>
parents: 0
diff changeset
   447
EXCLUDE                = aux
0
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   448
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   449
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or directories 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   450
# that are symbolic links (a Unix filesystem feature) are excluded from the input.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   451
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   452
EXCLUDE_SYMLINKS       = NO
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   453
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   454
# If the value of the INPUT tag contains directories, you can use the 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   455
# EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   456
# certain files from those directories.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   457
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   458
EXCLUDE_PATTERNS       = 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   459
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   460
# The EXAMPLE_PATH tag can be used to specify one or more files or 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   461
# directories that contain example code fragments that are included (see 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   462
# the \include command).
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   463
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   464
EXAMPLE_PATH           = 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   465
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   466
# If the value of the EXAMPLE_PATH tag contains directories, you can use the 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   467
# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   468
# and *.h) to filter out the source-files in the directories. If left 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   469
# blank all files are included.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   470
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   471
EXAMPLE_PATTERNS       = 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   472
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   473
# If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   474
# searched for input files to be used with the \include or \dontinclude 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   475
# commands irrespective of the value of the RECURSIVE tag. 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   476
# Possible values are YES and NO. If left blank NO is used.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   477
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   478
EXAMPLE_RECURSIVE      = NO
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   479
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   480
# The IMAGE_PATH tag can be used to specify one or more files or 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   481
# directories that contain image that are included in the documentation (see 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   482
# the \image command).
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   483
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   484
IMAGE_PATH             = 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   485
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   486
# The INPUT_FILTER tag can be used to specify a program that doxygen should 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   487
# invoke to filter for each input file. Doxygen will invoke the filter program 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   488
# by executing (via popen()) the command <filter> <input-file>, where <filter> 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   489
# is the value of the INPUT_FILTER tag, and <input-file> is the name of an 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   490
# input file. Doxygen will then use the output that the filter program writes 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   491
# to standard output.  If FILTER_PATTERNS is specified, this tag will be 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   492
# ignored.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   493
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   494
INPUT_FILTER           = 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   495
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   496
# The FILTER_PATTERNS tag can be used to specify filters on a per file pattern 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   497
# basis.  Doxygen will compare the file name with each pattern and apply the 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   498
# filter if there is a match.  The filters are a list of the form: 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   499
# pattern=filter (like *.cpp=my_cpp_filter). See INPUT_FILTER for further 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   500
# info on how filters are used. If FILTER_PATTERNS is empty, INPUT_FILTER 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   501
# is applied to all files.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   502
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   503
FILTER_PATTERNS        = 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   504
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   505
# If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   506
# INPUT_FILTER) will be used to filter the input files when producing source 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   507
# files to browse (i.e. when SOURCE_BROWSER is set to YES).
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   508
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   509
FILTER_SOURCE_FILES    = NO
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   510
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   511
#---------------------------------------------------------------------------
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   512
# configuration options related to source browsing
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   513
#---------------------------------------------------------------------------
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   514
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   515
# If the SOURCE_BROWSER tag is set to YES then a list of source files will 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   516
# be generated. Documented entities will be cross-referenced with these sources. 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   517
# Note: To get rid of all source code in the generated output, make sure also 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   518
# VERBATIM_HEADERS is set to NO.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   519
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   520
SOURCE_BROWSER         = NO
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   521
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   522
# Setting the INLINE_SOURCES tag to YES will include the body 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   523
# of functions and classes directly in the documentation.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   524
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   525
INLINE_SOURCES         = NO
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   526
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   527
# Setting the STRIP_CODE_COMMENTS tag to YES (the default) will instruct 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   528
# doxygen to hide any special comment blocks from generated source code 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   529
# fragments. Normal C and C++ comments will always remain visible.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   530
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   531
STRIP_CODE_COMMENTS    = YES
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   532
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   533
# If the REFERENCED_BY_RELATION tag is set to YES (the default) 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   534
# then for each documented function all documented 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   535
# functions referencing it will be listed.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   536
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   537
REFERENCED_BY_RELATION = YES
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   538
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   539
# If the REFERENCES_RELATION tag is set to YES (the default) 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   540
# then for each documented function all documented entities 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   541
# called/used by that function will be listed.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   542
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   543
REFERENCES_RELATION    = YES
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   544
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   545
# If the VERBATIM_HEADERS tag is set to YES (the default) then Doxygen 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   546
# will generate a verbatim copy of the header file for each class for 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   547
# which an include is specified. Set to NO to disable this.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   548
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   549
VERBATIM_HEADERS       = YES
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   550
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   551
#---------------------------------------------------------------------------
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   552
# configuration options related to the alphabetical class index
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   553
#---------------------------------------------------------------------------
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   554
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   555
# If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   556
# of all compounds will be generated. Enable this if the project 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   557
# contains a lot of classes, structs, unions or interfaces.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   558
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   559
ALPHABETICAL_INDEX     = NO
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   560
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   561
# If the alphabetical index is enabled (see ALPHABETICAL_INDEX) then 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   562
# the COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   563
# in which this list will be split (can be a number in the range [1..20])
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   564
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   565
COLS_IN_ALPHA_INDEX    = 5
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   566
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   567
# In case all classes in a project start with a common prefix, all 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   568
# classes will be put under the same header in the alphabetical index. 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   569
# The IGNORE_PREFIX tag can be used to specify one or more prefixes that 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   570
# should be ignored while generating the index headers.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   571
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   572
IGNORE_PREFIX          = 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   573
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   574
#---------------------------------------------------------------------------
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   575
# configuration options related to the HTML output
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   576
#---------------------------------------------------------------------------
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   577
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   578
# If the GENERATE_HTML tag is set to YES (the default) Doxygen will 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   579
# generate HTML output.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   580
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   581
GENERATE_HTML          = YES
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   582
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   583
# The HTML_OUTPUT tag is used to specify where the HTML docs will be put. 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   584
# If a relative path is entered the value of OUTPUT_DIRECTORY will be 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   585
# put in front of it. If left blank `html' will be used as the default path.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   586
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   587
#HTML_OUTPUT            = html
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   588
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   589
# The HTML_FILE_EXTENSION tag can be used to specify the file extension for 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   590
# each generated HTML page (for example: .htm,.php,.asp). If it is left blank 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   591
# doxygen will generate files with .html extension.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   592
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   593
HTML_FILE_EXTENSION    = .html
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   594
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   595
# The HTML_HEADER tag can be used to specify a personal HTML header for 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   596
# each generated HTML page. If it is left blank doxygen will generate a 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   597
# standard header.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   598
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   599
HTML_HEADER            = 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   600
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   601
# The HTML_FOOTER tag can be used to specify a personal HTML footer for 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   602
# each generated HTML page. If it is left blank doxygen will generate a 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   603
# standard footer.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   604
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   605
HTML_FOOTER            = 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   606
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   607
# The HTML_STYLESHEET tag can be used to specify a user-defined cascading 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   608
# style sheet that is used by each HTML page. It can be used to 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   609
# fine-tune the look of the HTML output. If the tag is left blank doxygen 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   610
# will generate a default style sheet. Note that doxygen will try to copy 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   611
# the style sheet file to the HTML output directory, so don't put your own 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   612
# stylesheet in the HTML output directory as well, or it will be erased!
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   613
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   614
HTML_STYLESHEET        = 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   615
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   616
# If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes, 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   617
# files or namespaces will be aligned in HTML using tables. If set to 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   618
# NO a bullet list will be used.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   619
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   620
HTML_ALIGN_MEMBERS     = YES
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   621
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   622
# If the GENERATE_HTMLHELP tag is set to YES, additional index files 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   623
# will be generated that can be used as input for tools like the 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   624
# Microsoft HTML help workshop to generate a compressed HTML help file (.chm) 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   625
# of the generated HTML documentation.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   626
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   627
GENERATE_HTMLHELP      = NO
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   628
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   629
# If the GENERATE_HTMLHELP tag is set to YES, the CHM_FILE tag can 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   630
# be used to specify the file name of the resulting .chm file. You 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   631
# can add a path in front of the file if the result should not be 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   632
# written to the html output directory.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   633
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   634
CHM_FILE               = 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   635
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   636
# If the GENERATE_HTMLHELP tag is set to YES, the HHC_LOCATION tag can 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   637
# be used to specify the location (absolute path including file name) of 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   638
# the HTML help compiler (hhc.exe). If non-empty doxygen will try to run 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   639
# the HTML help compiler on the generated index.hhp.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   640
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   641
HHC_LOCATION           = 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   642
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   643
# If the GENERATE_HTMLHELP tag is set to YES, the GENERATE_CHI flag 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   644
# controls if a separate .chi index file is generated (YES) or that 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   645
# it should be included in the master .chm file (NO).
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   646
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   647
GENERATE_CHI           = NO
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   648
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   649
# If the GENERATE_HTMLHELP tag is set to YES, the BINARY_TOC flag 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   650
# controls whether a binary table of contents is generated (YES) or a 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   651
# normal table of contents (NO) in the .chm file.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   652
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   653
BINARY_TOC             = NO
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   654
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   655
# The TOC_EXPAND flag can be set to YES to add extra items for group members 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   656
# to the contents of the HTML help documentation and to the tree view.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   657
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   658
TOC_EXPAND             = NO
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   659
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   660
# The DISABLE_INDEX tag can be used to turn on/off the condensed index at 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   661
# top of each HTML page. The value NO (the default) enables the index and 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   662
# the value YES disables it.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   663
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   664
DISABLE_INDEX          = NO
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   665
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   666
# This tag can be used to set the number of enum values (range [1..20]) 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   667
# that doxygen will group on one line in the generated HTML documentation.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   668
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   669
ENUM_VALUES_PER_LINE   = 4
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   670
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   671
# If the GENERATE_TREEVIEW tag is set to YES, a side panel will be
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   672
# generated containing a tree-like index structure (just like the one that 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   673
# is generated for HTML Help). For this to work a browser that supports 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   674
# JavaScript, DHTML, CSS and frames is required (for instance Mozilla 1.0+, 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   675
# Netscape 6.0+, Internet explorer 5.0+, or Konqueror). Windows users are 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   676
# probably better off using the HTML help feature.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   677
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   678
GENERATE_TREEVIEW      = NO
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   679
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   680
# If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   681
# used to set the initial width (in pixels) of the frame in which the tree 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   682
# is shown.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   683
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   684
TREEVIEW_WIDTH         = 250
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   685
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   686
#---------------------------------------------------------------------------
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   687
# configuration options related to the LaTeX output
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   688
#---------------------------------------------------------------------------
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   689
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   690
# If the GENERATE_LATEX tag is set to YES (the default) Doxygen will 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   691
# generate Latex output.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   692
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   693
GENERATE_LATEX         = NO
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   694
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   695
# The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   696
# If a relative path is entered the value of OUTPUT_DIRECTORY will be 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   697
# put in front of it. If left blank `latex' will be used as the default path.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   698
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   699
LATEX_OUTPUT           = latex
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   700
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   701
# The LATEX_CMD_NAME tag can be used to specify the LaTeX command name to be 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   702
# invoked. If left blank `latex' will be used as the default command name.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   703
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   704
LATEX_CMD_NAME         = latex
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   705
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   706
# The MAKEINDEX_CMD_NAME tag can be used to specify the command name to 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   707
# generate index for LaTeX. If left blank `makeindex' will be used as the 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   708
# default command name.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   709
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   710
MAKEINDEX_CMD_NAME     = makeindex
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   711
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   712
# If the COMPACT_LATEX tag is set to YES Doxygen generates more compact 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   713
# LaTeX documents. This may be useful for small projects and may help to 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   714
# save some trees in general.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   715
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   716
COMPACT_LATEX          = NO
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   717
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   718
# The PAPER_TYPE tag can be used to set the paper type that is used 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   719
# by the printer. Possible values are: a4, a4wide, letter, legal and 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   720
# executive. If left blank a4wide will be used.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   721
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   722
PAPER_TYPE             = a4wide
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   723
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   724
# The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   725
# packages that should be included in the LaTeX output.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   726
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   727
EXTRA_PACKAGES         = 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   728
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   729
# The LATEX_HEADER tag can be used to specify a personal LaTeX header for 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   730
# the generated latex document. The header should contain everything until 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   731
# the first chapter. If it is left blank doxygen will generate a 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   732
# standard header. Notice: only use this tag if you know what you are doing!
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   733
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   734
LATEX_HEADER           = 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   735
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   736
# If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   737
# is prepared for conversion to pdf (using ps2pdf). The pdf file will 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   738
# contain links (just like the HTML output) instead of page references 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   739
# This makes the output suitable for online browsing using a pdf viewer.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   740
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   741
PDF_HYPERLINKS         = NO
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   742
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   743
# If the USE_PDFLATEX tag is set to YES, pdflatex will be used instead of 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   744
# plain latex in the generated Makefile. Set this option to YES to get a 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   745
# higher quality PDF documentation.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   746
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   747
USE_PDFLATEX           = NO
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   748
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   749
# If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \\batchmode. 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   750
# command to the generated LaTeX files. This will instruct LaTeX to keep 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   751
# running if errors occur, instead of asking the user for help. 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   752
# This option is also used when generating formulas in HTML.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   753
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   754
LATEX_BATCHMODE        = NO
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   755
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   756
# If LATEX_HIDE_INDICES is set to YES then doxygen will not 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   757
# include the index chapters (such as File Index, Compound Index, etc.) 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   758
# in the output.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   759
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   760
LATEX_HIDE_INDICES     = NO
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   761
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   762
#---------------------------------------------------------------------------
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   763
# configuration options related to the RTF output
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   764
#---------------------------------------------------------------------------
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   765
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   766
# If the GENERATE_RTF tag is set to YES Doxygen will generate RTF output 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   767
# The RTF output is optimized for Word 97 and may not look very pretty with 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   768
# other RTF readers or editors.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   769
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   770
GENERATE_RTF           = NO
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   771
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   772
# The RTF_OUTPUT tag is used to specify where the RTF docs will be put. 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   773
# If a relative path is entered the value of OUTPUT_DIRECTORY will be 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   774
# put in front of it. If left blank `rtf' will be used as the default path.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   775
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   776
RTF_OUTPUT             = rtf
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   777
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   778
# If the COMPACT_RTF tag is set to YES Doxygen generates more compact 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   779
# RTF documents. This may be useful for small projects and may help to 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   780
# save some trees in general.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   781
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   782
COMPACT_RTF            = NO
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   783
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   784
# If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   785
# will contain hyperlink fields. The RTF file will 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   786
# contain links (just like the HTML output) instead of page references. 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   787
# This makes the output suitable for online browsing using WORD or other 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   788
# programs which support those fields. 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   789
# Note: wordpad (write) and others do not support links.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   790
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   791
RTF_HYPERLINKS         = NO
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   792
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   793
# Load stylesheet definitions from file. Syntax is similar to doxygen's 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   794
# config file, i.e. a series of assignments. You only have to provide 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   795
# replacements, missing definitions are set to their default value.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   796
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   797
RTF_STYLESHEET_FILE    = 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   798
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   799
# Set optional variables used in the generation of an rtf document. 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   800
# Syntax is similar to doxygen's config file.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   801
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   802
RTF_EXTENSIONS_FILE    = 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   803
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   804
#---------------------------------------------------------------------------
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   805
# configuration options related to the man page output
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   806
#---------------------------------------------------------------------------
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   807
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   808
# If the GENERATE_MAN tag is set to YES (the default) Doxygen will 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   809
# generate man pages
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   810
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   811
GENERATE_MAN           = NO
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   812
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   813
# The MAN_OUTPUT tag is used to specify where the man pages will be put. 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   814
# If a relative path is entered the value of OUTPUT_DIRECTORY will be 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   815
# put in front of it. If left blank `man' will be used as the default path.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   816
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   817
MAN_OUTPUT             = man
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   818
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   819
# The MAN_EXTENSION tag determines the extension that is added to 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   820
# the generated man pages (default is the subroutine's section .3)
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   821
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   822
MAN_EXTENSION          = .3
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   823
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   824
# If the MAN_LINKS tag is set to YES and Doxygen generates man output, 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   825
# then it will generate one additional man file for each entity 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   826
# documented in the real man page(s). These additional files 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   827
# only source the real man page, but without them the man command 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   828
# would be unable to find the correct page. The default is NO.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   829
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   830
MAN_LINKS              = NO
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   831
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   832
#---------------------------------------------------------------------------
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   833
# configuration options related to the XML output
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   834
#---------------------------------------------------------------------------
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   835
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   836
# If the GENERATE_XML tag is set to YES Doxygen will 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   837
# generate an XML file that captures the structure of 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   838
# the code including all documentation.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   839
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   840
GENERATE_XML           = NO
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   841
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   842
# The XML_OUTPUT tag is used to specify where the XML pages will be put. 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   843
# If a relative path is entered the value of OUTPUT_DIRECTORY will be 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   844
# put in front of it. If left blank `xml' will be used as the default path.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   845
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   846
XML_OUTPUT             = xml
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   847
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   848
# The XML_SCHEMA tag can be used to specify an XML schema, 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   849
# which can be used by a validating XML parser to check the 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   850
# syntax of the XML files.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   851
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   852
XML_SCHEMA             = 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   853
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   854
# The XML_DTD tag can be used to specify an XML DTD, 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   855
# which can be used by a validating XML parser to check the 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   856
# syntax of the XML files.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   857
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   858
XML_DTD                = 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   859
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   860
# If the XML_PROGRAMLISTING tag is set to YES Doxygen will 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   861
# dump the program listings (including syntax highlighting 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   862
# and cross-referencing information) to the XML output. Note that 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   863
# enabling this will significantly increase the size of the XML output.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   864
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   865
XML_PROGRAMLISTING     = YES
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   866
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   867
#---------------------------------------------------------------------------
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   868
# configuration options for the AutoGen Definitions output
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   869
#---------------------------------------------------------------------------
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   870
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   871
# If the GENERATE_AUTOGEN_DEF tag is set to YES Doxygen will 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   872
# generate an AutoGen Definitions (see autogen.sf.net) file 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   873
# that captures the structure of the code including all 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   874
# documentation. Note that this feature is still experimental 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   875
# and incomplete at the moment.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   876
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   877
GENERATE_AUTOGEN_DEF   = NO
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   878
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   879
#---------------------------------------------------------------------------
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   880
# configuration options related to the Perl module output
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   881
#---------------------------------------------------------------------------
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   882
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   883
# If the GENERATE_PERLMOD tag is set to YES Doxygen will 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   884
# generate a Perl module file that captures the structure of 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   885
# the code including all documentation. Note that this 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   886
# feature is still experimental and incomplete at the 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   887
# moment.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   888
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   889
GENERATE_PERLMOD       = NO
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   890
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   891
# If the PERLMOD_LATEX tag is set to YES Doxygen will generate 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   892
# the necessary Makefile rules, Perl scripts and LaTeX code to be able 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   893
# to generate PDF and DVI output from the Perl module output.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   894
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   895
PERLMOD_LATEX          = NO
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   896
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   897
# If the PERLMOD_PRETTY tag is set to YES the Perl module output will be 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   898
# nicely formatted so it can be parsed by a human reader.  This is useful 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   899
# if you want to understand what is going on.  On the other hand, if this 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   900
# tag is set to NO the size of the Perl module output will be much smaller 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   901
# and Perl will parse it just the same.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   902
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   903
PERLMOD_PRETTY         = YES
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   904
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   905
# The names of the make variables in the generated doxyrules.make file 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   906
# are prefixed with the string contained in PERLMOD_MAKEVAR_PREFIX. 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   907
# This is useful so different doxyrules.make files included by the same 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   908
# Makefile don't overwrite each other's variables.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   909
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   910
PERLMOD_MAKEVAR_PREFIX = 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   911
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   912
#---------------------------------------------------------------------------
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   913
# Configuration options related to the preprocessor   
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   914
#---------------------------------------------------------------------------
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   915
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   916
# If the ENABLE_PREPROCESSING tag is set to YES (the default) Doxygen will 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   917
# evaluate all C-preprocessor directives found in the sources and include 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   918
# files.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   919
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   920
ENABLE_PREPROCESSING   = YES
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   921
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   922
# If the MACRO_EXPANSION tag is set to YES Doxygen will expand all macro 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   923
# names in the source code. If set to NO (the default) only conditional 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   924
# compilation will be performed. Macro expansion can be done in a controlled 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   925
# way by setting EXPAND_ONLY_PREDEF to YES.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   926
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   927
MACRO_EXPANSION        = NO
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   928
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   929
# If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   930
# then the macro expansion is limited to the macros specified with the 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   931
# PREDEFINED and EXPAND_AS_PREDEFINED tags.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   932
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   933
EXPAND_ONLY_PREDEF     = NO
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   934
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   935
# If the SEARCH_INCLUDES tag is set to YES (the default) the includes files 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   936
# in the INCLUDE_PATH (see below) will be search if a #include is found.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   937
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   938
SEARCH_INCLUDES        = YES
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   939
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   940
# The INCLUDE_PATH tag can be used to specify one or more directories that 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   941
# contain include files that are not input files but should be processed by 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   942
# the preprocessor.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   943
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   944
INCLUDE_PATH           = 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   945
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   946
# You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   947
# patterns (like *.h and *.hpp) to filter out the header-files in the 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   948
# directories. If left blank, the patterns specified with FILE_PATTERNS will 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   949
# be used.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   950
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   951
INCLUDE_FILE_PATTERNS  = 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   952
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   953
# The PREDEFINED tag can be used to specify one or more macro names that 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   954
# are defined before the preprocessor is started (similar to the -D option of 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   955
# gcc). The argument of the tag is a list of macros of the form: name 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   956
# or name=definition (no spaces). If the definition and the = are 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   957
# omitted =1 is assumed. To prevent a macro definition from being 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   958
# undefined via #undef or recursively expanded use the := operator 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   959
# instead of the = operator.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   960
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   961
PREDEFINED             = 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   962
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   963
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   964
# this tag can be used to specify a list of macro names that should be expanded. 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   965
# The macro definition that is found in the sources will be used. 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   966
# Use the PREDEFINED tag if you want to use a different macro definition.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   967
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   968
EXPAND_AS_DEFINED      = 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   969
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   970
# If the SKIP_FUNCTION_MACROS tag is set to YES (the default) then 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   971
# doxygen's preprocessor will remove all function-like macros that are alone 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   972
# on a line, have an all uppercase name, and do not end with a semicolon. Such 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   973
# function macros are typically used for boiler-plate code, and will confuse the 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   974
# parser if not removed.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   975
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   976
SKIP_FUNCTION_MACROS   = YES
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   977
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   978
#---------------------------------------------------------------------------
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   979
# Configuration::additions related to external references   
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   980
#---------------------------------------------------------------------------
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   981
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   982
# The TAGFILES option can be used to specify one or more tagfiles. 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   983
# Optionally an initial location of the external documentation 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   984
# can be added for each tagfile. The format of a tag file without 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   985
# this location is as follows: 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   986
#   TAGFILES = file1 file2 ... 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   987
# Adding location for the tag files is done as follows: 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   988
#   TAGFILES = file1=loc1 "file2 = loc2" ... 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   989
# where "loc1" and "loc2" can be relative or absolute paths or 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   990
# URLs. If a location is present for each tag, the installdox tool 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   991
# does not have to be run to correct the links.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   992
# Note that each tag file must have a unique name
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   993
# (where the name does NOT include the path)
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   994
# If a tag file is not located in the directory in which doxygen 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   995
# is run, you must also specify the path to the tagfile here.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   996
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   997
TAGFILES               = 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   998
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
   999
# When a file name is specified after GENERATE_TAGFILE, doxygen will create 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1000
# a tag file that is based on the input files it reads.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1001
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1002
GENERATE_TAGFILE       = 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1003
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1004
# If the ALLEXTERNALS tag is set to YES all external classes will be listed 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1005
# in the class index. If set to NO only the inherited external classes 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1006
# will be listed.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1007
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1008
ALLEXTERNALS           = NO
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1009
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1010
# If the EXTERNAL_GROUPS tag is set to YES all external groups will be listed 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1011
# in the modules index. If set to NO, only the current project's groups will 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1012
# be listed.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1013
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1014
EXTERNAL_GROUPS        = YES
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1015
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1016
# The PERL_PATH should be the absolute path and name of the perl script 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1017
# interpreter (i.e. the result of `which perl').
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1018
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1019
PERL_PATH              = /usr/bin/perl
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1020
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1021
#---------------------------------------------------------------------------
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1022
# Configuration options related to the dot tool   
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1023
#---------------------------------------------------------------------------
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1024
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1025
# If the CLASS_DIAGRAMS tag is set to YES (the default) Doxygen will 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1026
# generate a inheritance diagram (in HTML, RTF and LaTeX) for classes with base or 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1027
# super classes. Setting the tag to NO turns the diagrams off. Note that this 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1028
# option is superseded by the HAVE_DOT option below. This is only a fallback. It is 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1029
# recommended to install and use dot, since it yields more powerful graphs.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1030
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1031
CLASS_DIAGRAMS         = NO
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1032
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1033
# If set to YES, the inheritance and collaboration graphs will hide 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1034
# inheritance and usage relations if the target is undocumented 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1035
# or is not a class.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1036
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1037
HIDE_UNDOC_RELATIONS   = YES
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1038
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1039
# If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1040
# available from the path. This tool is part of Graphviz, a graph visualization 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1041
# toolkit from AT&T and Lucent Bell Labs. The other options in this section 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1042
# have no effect if this option is set to NO (the default)
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1043
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1044
HAVE_DOT               = NO
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1045
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1046
# If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1047
# will generate a graph for each documented class showing the direct and 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1048
# indirect inheritance relations. Setting this tag to YES will force the 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1049
# the CLASS_DIAGRAMS tag to NO.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1050
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1051
CLASS_GRAPH            = YES
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1052
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1053
# If the COLLABORATION_GRAPH and HAVE_DOT tags are set to YES then doxygen 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1054
# will generate a graph for each documented class showing the direct and 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1055
# indirect implementation dependencies (inheritance, containment, and 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1056
# class references variables) of the class with other documented classes.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1057
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1058
COLLABORATION_GRAPH    = YES
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1059
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1060
# If the UML_LOOK tag is set to YES doxygen will generate inheritance and 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1061
# collaboration diagrams in a style similar to the OMG's Unified Modeling 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1062
# Language.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1063
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1064
UML_LOOK               = NO
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1065
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1066
# If set to YES, the inheritance and collaboration graphs will show the 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1067
# relations between templates and their instances.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1068
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1069
TEMPLATE_RELATIONS     = NO
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1070
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1071
# If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDE_GRAPH, and HAVE_DOT 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1072
# tags are set to YES then doxygen will generate a graph for each documented 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1073
# file showing the direct and indirect include dependencies of the file with 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1074
# other documented files.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1075
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1076
INCLUDE_GRAPH          = YES
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1077
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1078
# If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDED_BY_GRAPH, and 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1079
# HAVE_DOT tags are set to YES then doxygen will generate a graph for each 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1080
# documented header file showing the documented files that directly or 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1081
# indirectly include this file.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1082
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1083
INCLUDED_BY_GRAPH      = YES
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1084
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1085
# If the CALL_GRAPH and HAVE_DOT tags are set to YES then doxygen will 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1086
# generate a call dependency graph for every global function or class method. 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1087
# Note that enabling this option will significantly increase the time of a run. 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1088
# So in most cases it will be better to enable call graphs for selected 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1089
# functions only using the \callgraph command.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1090
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1091
CALL_GRAPH             = NO
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1092
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1093
# If the GRAPHICAL_HIERARCHY and HAVE_DOT tags are set to YES then doxygen 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1094
# will graphical hierarchy of all classes instead of a textual one.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1095
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1096
GRAPHICAL_HIERARCHY    = YES
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1097
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1098
# The DOT_IMAGE_FORMAT tag can be used to set the image format of the images 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1099
# generated by dot. Possible values are png, jpg, or gif
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1100
# If left blank png will be used.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1101
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1102
DOT_IMAGE_FORMAT       = png
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1103
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1104
# The tag DOT_PATH can be used to specify the path where the dot tool can be 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1105
# found. If left blank, it is assumed the dot tool can be found on the path.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1106
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1107
DOT_PATH               = 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1108
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1109
# The DOTFILE_DIRS tag can be used to specify one or more directories that 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1110
# contain dot files that are included in the documentation (see the 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1111
# \dotfile command).
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1112
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1113
DOTFILE_DIRS           = 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1114
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1115
# The MAX_DOT_GRAPH_WIDTH tag can be used to set the maximum allowed width 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1116
# (in pixels) of the graphs generated by dot. If a graph becomes larger than 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1117
# this value, doxygen will try to truncate the graph, so that it fits within 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1118
# the specified constraint. Beware that most browsers cannot cope with very 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1119
# large images.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1120
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1121
MAX_DOT_GRAPH_WIDTH    = 1024
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1122
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1123
# The MAX_DOT_GRAPH_HEIGHT tag can be used to set the maximum allows height 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1124
# (in pixels) of the graphs generated by dot. If a graph becomes larger than 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1125
# this value, doxygen will try to truncate the graph, so that it fits within 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1126
# the specified constraint. Beware that most browsers cannot cope with very 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1127
# large images.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1128
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1129
MAX_DOT_GRAPH_HEIGHT   = 1024
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1130
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1131
# The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1132
# graphs generated by dot. A depth value of 3 means that only nodes reachable 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1133
# from the root by following a path via at most 3 edges will be shown. Nodes that 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1134
# lay further from the root node will be omitted. Note that setting this option to 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1135
# 1 or 2 may greatly reduce the computation time needed for large code bases. Also 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1136
# note that a graph may be further truncated if the graph's image dimensions are 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1137
# not sufficient to fit the graph (see MAX_DOT_GRAPH_WIDTH and MAX_DOT_GRAPH_HEIGHT). 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1138
# If 0 is used for the depth value (the default), the graph is not depth-constrained.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1139
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1140
MAX_DOT_GRAPH_DEPTH    = 0
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1141
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1142
# If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1143
# generate a legend page explaining the meaning of the various boxes and 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1144
# arrows in the dot generated graphs.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1145
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1146
GENERATE_LEGEND        = YES
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1147
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1148
# If the DOT_CLEANUP tag is set to YES (the default) Doxygen will 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1149
# remove the intermediate dot files that are used to generate 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1150
# the various graphs.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1151
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1152
DOT_CLEANUP            = YES
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1153
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1154
#---------------------------------------------------------------------------
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1155
# Configuration::additions related to the search engine   
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1156
#---------------------------------------------------------------------------
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1157
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1158
# The SEARCHENGINE tag specifies whether or not a search engine should be 
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1159
# used. If set to NO the values of all tags below this one will be ignored.
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1160
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
  1161
SEARCHENGINE           = NO