Blame synfig-core/doxygen.cfg.in

Carlos Lopez a09598
# Doxyfile 1.4.6
Carlos Lopez a09598
Carlos Lopez a09598
# This file describes the settings to be used by the documentation system
Carlos Lopez a09598
# doxygen (www.doxygen.org) for a project
Carlos Lopez a09598
#
Carlos Lopez a09598
# All text after a hash (#) is considered a comment and will be ignored
Carlos Lopez a09598
# The format is:
Carlos Lopez a09598
#       TAG = value [value, ...]
Carlos Lopez a09598
# For lists items can also be appended using:
Carlos Lopez a09598
#       TAG += value [value, ...]
Carlos Lopez a09598
# Values that contain spaces should be placed between quotes (" ")
Carlos Lopez a09598
Carlos Lopez a09598
#---------------------------------------------------------------------------
Carlos Lopez a09598
# Project related configuration options
Carlos Lopez a09598
#---------------------------------------------------------------------------
Carlos Lopez a09598
Carlos Lopez a09598
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded 
Carlos Lopez a09598
# by quotes) that should identify the project.
Carlos Lopez a09598
Carlos Lopez a09598
PROJECT_NAME           = @PACKAGE@
Carlos Lopez a09598
Carlos Lopez a09598
# The PROJECT_NUMBER tag can be used to enter a project or revision number. 
Carlos Lopez a09598
# This could be handy for archiving the generated documentation or 
Carlos Lopez a09598
# if some version control system is used.
Carlos Lopez a09598
Carlos Lopez a09598
PROJECT_NUMBER         = @VERSION@
Carlos Lopez a09598
Carlos Lopez a09598
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 
Carlos Lopez a09598
# base path where the generated documentation will be put. 
Carlos Lopez a09598
# If a relative path is entered, it will be relative to the location 
Carlos Lopez a09598
# where doxygen was started. If left blank the current directory will be used.
Carlos Lopez a09598
Carlos Lopez a09598
OUTPUT_DIRECTORY       = doc
Carlos Lopez a09598
Carlos Lopez a09598
# If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 
Carlos Lopez a09598
# 4096 sub-directories (in 2 levels) under the output directory of each output 
Carlos Lopez a09598
# format and will distribute the generated files over these directories. 
Carlos Lopez a09598
# Enabling this option can be useful when feeding doxygen a huge amount of 
Carlos Lopez a09598
# source files, where putting all generated files in the same directory would 
Carlos Lopez a09598
# otherwise cause performance problems for the file system.
Carlos Lopez a09598
Carlos Lopez a09598
CREATE_SUBDIRS         = NO
Carlos Lopez a09598
Carlos Lopez a09598
# The OUTPUT_LANGUAGE tag is used to specify the language in which all 
Carlos Lopez a09598
# documentation generated by doxygen is written. Doxygen will use this 
Carlos Lopez a09598
# information to generate all constant output in the proper language. 
Carlos Lopez a09598
# The default language is English, other supported languages are: 
Carlos Lopez a09598
# Brazilian, Catalan, Chinese, Chinese-Traditional, Croatian, Czech, Danish, 
Carlos Lopez a09598
# Dutch, Finnish, French, German, Greek, Hungarian, Italian, Japanese, 
Carlos Lopez a09598
# Japanese-en (Japanese with English messages), Korean, Korean-en, Norwegian, 
Carlos Lopez a09598
# Polish, Portuguese, Romanian, Russian, Serbian, Slovak, Slovene, Spanish, 
Carlos Lopez a09598
# Swedish, and Ukrainian.
Carlos Lopez a09598
Carlos Lopez a09598
OUTPUT_LANGUAGE        = English
Carlos Lopez a09598
Carlos Lopez a09598
# If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will 
Carlos Lopez a09598
# include brief member descriptions after the members that are listed in 
Carlos Lopez a09598
# the file and class documentation (similar to JavaDoc). 
Carlos Lopez a09598
# Set to NO to disable this.
Carlos Lopez a09598
Carlos Lopez a09598
BRIEF_MEMBER_DESC      = YES
Carlos Lopez a09598
Carlos Lopez a09598
# If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend 
Carlos Lopez a09598
# the brief description of a member or function before the detailed description. 
Carlos Lopez a09598
# Note: if both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the 
Carlos Lopez a09598
# brief descriptions will be completely suppressed.
Carlos Lopez a09598
Carlos Lopez a09598
REPEAT_BRIEF           = YES
Carlos Lopez a09598
Carlos Lopez a09598
# This tag implements a quasi-intelligent brief description abbreviator 
Carlos Lopez a09598
# that is used to form the text in various listings. Each string 
Carlos Lopez a09598
# in this list, if found as the leading text of the brief description, will be 
Carlos Lopez a09598
# stripped from the text and the result after processing the whole list, is 
Carlos Lopez a09598
# used as the annotated text. Otherwise, the brief description is used as-is. 
Carlos Lopez a09598
# If left blank, the following values are used ("$name" is automatically 
Carlos Lopez a09598
# replaced with the name of the entity): "The $name class" "The $name widget" 
Carlos Lopez a09598
# "The $name file" "is" "provides" "specifies" "contains" 
Carlos Lopez a09598
# "represents" "a" "an" "the"
Carlos Lopez a09598
Carlos Lopez a09598
ABBREVIATE_BRIEF       = 
Carlos Lopez a09598
Carlos Lopez a09598
# If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then 
Carlos Lopez a09598
# Doxygen will generate a detailed section even if there is only a brief 
Carlos Lopez a09598
# description.
Carlos Lopez a09598
Carlos Lopez a09598
ALWAYS_DETAILED_SEC    = NO
Carlos Lopez a09598
Carlos Lopez a09598
# If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all 
Carlos Lopez a09598
# inherited members of a class in the documentation of that class as if those 
Carlos Lopez a09598
# members were ordinary class members. Constructors, destructors and assignment 
Carlos Lopez a09598
# operators of the base classes will not be shown.
Carlos Lopez a09598
Carlos Lopez a09598
INLINE_INHERITED_MEMB  = NO
Carlos Lopez a09598
Carlos Lopez a09598
# If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full 
Carlos Lopez a09598
# path before files name in the file list and in the header files. If set 
Carlos Lopez a09598
# to NO the shortest path that makes the file name unique will be used.
Carlos Lopez a09598
Carlos Lopez a09598
FULL_PATH_NAMES        = NO
Carlos Lopez a09598
Carlos Lopez a09598
# If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag 
Carlos Lopez a09598
# can be used to strip a user-defined part of the path. Stripping is 
Carlos Lopez a09598
# only done if one of the specified strings matches the left-hand part of 
Carlos Lopez a09598
# the path. The tag can be used to show relative paths in the file list. 
Carlos Lopez a09598
# If left blank the directory from which doxygen is run is used as the 
Carlos Lopez a09598
# path to strip.
Carlos Lopez a09598
Carlos Lopez a09598
STRIP_FROM_PATH        = 
Carlos Lopez a09598
Carlos Lopez a09598
# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of 
Carlos Lopez a09598
# the path mentioned in the documentation of a class, which tells 
Carlos Lopez a09598
# the reader which header file to include in order to use a class. 
Carlos Lopez a09598
# If left blank only the name of the header file containing the class 
Carlos Lopez a09598
# definition is used. Otherwise one should specify the include paths that 
Carlos Lopez a09598
# are normally passed to the compiler using the -I flag.
Carlos Lopez a09598
Carlos Lopez a09598
STRIP_FROM_INC_PATH    = 
Carlos Lopez a09598
Carlos Lopez a09598
# If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter 
Carlos Lopez a09598
# (but less readable) file names. This can be useful is your file systems 
Carlos Lopez a09598
# doesn't support long names like on DOS, Mac, or CD-ROM.
Carlos Lopez a09598
Carlos Lopez a09598
SHORT_NAMES            = NO
Carlos Lopez a09598
Carlos Lopez a09598
# If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen 
Carlos Lopez a09598
# will interpret the first line (until the first dot) of a JavaDoc-style 
Carlos Lopez a09598
# comment as the brief description. If set to NO, the JavaDoc 
Carlos Lopez a09598
# comments will behave just like the Qt-style comments (thus requiring an 
Carlos Lopez a09598
# explicit @brief command for a brief description.
Carlos Lopez a09598
Carlos Lopez a09598
JAVADOC_AUTOBRIEF      = NO
Carlos Lopez a09598
Carlos Lopez a09598
# The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen 
Carlos Lopez a09598
# treat a multi-line C++ special comment block (i.e. a block of //! or /// 
Carlos Lopez a09598
# comments) as a brief description. This used to be the default behaviour. 
Carlos Lopez a09598
# The new default is to treat a multi-line C++ comment block as a detailed 
Carlos Lopez a09598
# description. Set this tag to YES if you prefer the old behaviour instead.
Carlos Lopez a09598
Carlos Lopez a09598
MULTILINE_CPP_IS_BRIEF = NO
Carlos Lopez a09598
Carlos Lopez a09598
# If the DETAILS_AT_TOP tag is set to YES then Doxygen 
Carlos Lopez a09598
# will output the detailed description near the top, like JavaDoc.
Carlos Lopez a09598
# If set to NO, the detailed description appears after the member 
Carlos Lopez a09598
# documentation.
Carlos Lopez a09598
Carlos Lopez a09598
DETAILS_AT_TOP         = NO
Carlos Lopez a09598
Carlos Lopez a09598
# If the INHERIT_DOCS tag is set to YES (the default) then an undocumented 
Carlos Lopez a09598
# member inherits the documentation from any documented member that it 
Carlos Lopez a09598
# re-implements.
Carlos Lopez a09598
Carlos Lopez a09598
INHERIT_DOCS           = YES
Carlos Lopez a09598
Carlos Lopez a09598
# If the SEPARATE_MEMBER_PAGES tag is set to YES, then doxygen will produce 
Carlos Lopez a09598
# a new page for each member. If set to NO, the documentation of a member will 
Carlos Lopez a09598
# be part of the file/class/namespace that contains it.
Carlos Lopez a09598
Carlos Lopez a09598
SEPARATE_MEMBER_PAGES  = NO
Carlos Lopez a09598
Carlos Lopez a09598
# The TAB_SIZE tag can be used to set the number of spaces in a tab. 
Carlos Lopez a09598
# Doxygen uses this value to replace tabs by spaces in code fragments.
Carlos Lopez a09598
Carlos Lopez a09598
TAB_SIZE               = 4
Carlos Lopez a09598
Carlos Lopez a09598
# This tag can be used to specify a number of aliases that acts 
Carlos Lopez a09598
# as commands in the documentation. An alias has the form "name=value". 
Carlos Lopez a09598
# For example adding "sideeffect=\par Side Effects:\n" will allow you to 
Carlos Lopez a09598
# put the command \sideeffect (or @sideeffect) in the documentation, which 
Carlos Lopez a09598
# will result in a user-defined paragraph with heading "Side Effects:". 
Carlos Lopez a09598
# You can put \n's in the value part of an alias to insert newlines.
Carlos Lopez a09598
Carlos Lopez a09598
ALIASES                = "legal=\if legal" \
Carlos Lopez a09598
                         endlegal=\endif \
Carlos Lopez a09598
                         "writeme=\todo This needs to be documented further." \
Carlos Lopez a09598
                         "stub=\todo This is a non-functional stub." \
Carlos Lopez a09598
                         "optimize=\todo This needs to be optimized further."
Carlos Lopez a09598
Carlos Lopez a09598
# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C 
Carlos Lopez a09598
# sources only. Doxygen will then generate output that is more tailored for C. 
Carlos Lopez a09598
# For instance, some of the names that are used will be different. The list 
Carlos Lopez a09598
# of all members will be omitted, etc.
Carlos Lopez a09598
Carlos Lopez a09598
OPTIMIZE_OUTPUT_FOR_C  = NO
Carlos Lopez a09598
Carlos Lopez a09598
# Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java 
Carlos Lopez a09598
# sources only. Doxygen will then generate output that is more tailored for Java. 
Carlos Lopez a09598
# For instance, namespaces will be presented as packages, qualified scopes 
Carlos Lopez a09598
# will look different, etc.
Carlos Lopez a09598
Carlos Lopez a09598
OPTIMIZE_OUTPUT_JAVA   = NO
Carlos Lopez a09598
Carlos Lopez a09598
# If you use STL classes (i.e. std::string, std::vector, etc.) but do not want to 
Carlos Lopez a09598
# include (a tag file for) the STL sources as input, then you should 
Carlos Lopez a09598
# set this tag to YES in order to let doxygen match functions declarations and 
Carlos Lopez a09598
# definitions whose arguments contain STL classes (e.g. func(std::string); v.s. 
Carlos Lopez a09598
# func(std::string) {}). This also make the inheritance and collaboration 
Carlos Lopez a09598
# diagrams that involve STL classes more complete and accurate.
Carlos Lopez a09598
Carlos Lopez a09598
BUILTIN_STL_SUPPORT    = NO
Carlos Lopez a09598
Carlos Lopez a09598
# If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC 
Carlos Lopez a09598
# tag is set to YES, then doxygen will reuse the documentation of the first 
Carlos Lopez a09598
# member in the group (if any) for the other members of the group. By default 
Carlos Lopez a09598
# all members of a group must be documented explicitly.
Carlos Lopez a09598
Carlos Lopez a09598
DISTRIBUTE_GROUP_DOC   = YES
Carlos Lopez a09598
Carlos Lopez a09598
# Set the SUBGROUPING tag to YES (the default) to allow class member groups of 
Carlos Lopez a09598
# the same type (for instance a group of public functions) to be put as a 
Carlos Lopez a09598
# subgroup of that type (e.g. under the Public Functions section). Set it to 
Carlos Lopez a09598
# NO to prevent subgrouping. Alternatively, this can be done per class using 
Carlos Lopez a09598
# the \nosubgrouping command.
Carlos Lopez a09598
Carlos Lopez a09598
SUBGROUPING            = YES
Carlos Lopez a09598
Carlos Lopez a09598
#---------------------------------------------------------------------------
Carlos Lopez a09598
# Build related configuration options
Carlos Lopez a09598
#---------------------------------------------------------------------------
Carlos Lopez a09598
Carlos Lopez a09598
# If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in 
Carlos Lopez a09598
# documentation are documented, even if no documentation was available. 
Carlos Lopez a09598
# Private class members and static file members will be hidden unless 
Carlos Lopez a09598
# the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES
Carlos Lopez a09598
Carlos Lopez a09598
EXTRACT_ALL            = YES
Carlos Lopez a09598
Carlos Lopez a09598
# If the EXTRACT_PRIVATE tag is set to YES all private members of a class 
Carlos Lopez a09598
# will be included in the documentation.
Carlos Lopez a09598
Carlos Lopez a09598
EXTRACT_PRIVATE        = NO
Carlos Lopez a09598
Carlos Lopez a09598
# If the EXTRACT_STATIC tag is set to YES all static members of a file 
Carlos Lopez a09598
# will be included in the documentation.
Carlos Lopez a09598
Carlos Lopez a09598
EXTRACT_STATIC         = YES
Carlos Lopez a09598
Carlos Lopez a09598
# If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) 
Carlos Lopez a09598
# defined locally in source files will be included in the documentation. 
Carlos Lopez a09598
# If set to NO only classes defined in header files are included.
Carlos Lopez a09598
Carlos Lopez a09598
EXTRACT_LOCAL_CLASSES  = NO
Carlos Lopez a09598
Carlos Lopez a09598
# This flag is only useful for Objective-C code. When set to YES local 
Carlos Lopez a09598
# methods, which are defined in the implementation section but not in 
Carlos Lopez a09598
# the interface are included in the documentation. 
Carlos Lopez a09598
# If set to NO (the default) only methods in the interface are included.
Carlos Lopez a09598
Carlos Lopez a09598
EXTRACT_LOCAL_METHODS  = NO
Carlos Lopez a09598
Carlos Lopez a09598
# If the HIDE_UNDOC_MEMBERS tag is set to YES, Doxygen will hide all 
Carlos Lopez a09598
# undocumented members of documented classes, files or namespaces. 
Carlos Lopez a09598
# If set to NO (the default) these members will be included in the 
Carlos Lopez a09598
# various overviews, but no documentation section is generated. 
Carlos Lopez a09598
# This option has no effect if EXTRACT_ALL is enabled.
Carlos Lopez a09598
Carlos Lopez a09598
HIDE_UNDOC_MEMBERS     = NO
Carlos Lopez a09598
Carlos Lopez a09598
# If the HIDE_UNDOC_CLASSES tag is set to YES, Doxygen will hide all 
Carlos Lopez a09598
# undocumented classes that are normally visible in the class hierarchy. 
Carlos Lopez a09598
# If set to NO (the default) these classes will be included in the various 
Carlos Lopez a09598
# overviews. This option has no effect if EXTRACT_ALL is enabled.
Carlos Lopez a09598
Carlos Lopez a09598
HIDE_UNDOC_CLASSES     = NO
Carlos Lopez a09598
Carlos Lopez a09598
# If the HIDE_FRIEND_COMPOUNDS tag is set to YES, Doxygen will hide all 
Carlos Lopez a09598
# friend (class|struct|union) declarations. 
Carlos Lopez a09598
# If set to NO (the default) these declarations will be included in the 
Carlos Lopez a09598
# documentation.
Carlos Lopez a09598
Carlos Lopez a09598
HIDE_FRIEND_COMPOUNDS  = NO
Carlos Lopez a09598
Carlos Lopez a09598
# If the HIDE_IN_BODY_DOCS tag is set to YES, Doxygen will hide any 
Carlos Lopez a09598
# documentation blocks found inside the body of a function. 
Carlos Lopez a09598
# If set to NO (the default) these blocks will be appended to the 
Carlos Lopez a09598
# function's detailed documentation block.
Carlos Lopez a09598
Carlos Lopez a09598
HIDE_IN_BODY_DOCS      = NO
Carlos Lopez a09598
Carlos Lopez a09598
# The INTERNAL_DOCS tag determines if documentation 
Carlos Lopez a09598
# that is typed after a \internal command is included. If the tag is set 
Carlos Lopez a09598
# to NO (the default) then the documentation will be excluded. 
Carlos Lopez a09598
# Set it to YES to include the internal documentation.
Carlos Lopez a09598
Carlos Lopez a09598
INTERNAL_DOCS          = YES
Carlos Lopez a09598
Carlos Lopez a09598
# If the CASE_SENSE_NAMES tag is set to NO then Doxygen will only generate 
Carlos Lopez a09598
# file names in lower-case letters. If set to YES upper-case letters are also 
Carlos Lopez a09598
# allowed. This is useful if you have classes or files whose names only differ 
Carlos Lopez a09598
# in case and if your file system supports case sensitive file names. Windows 
Carlos Lopez a09598
# and Mac users are advised to set this option to NO.
Carlos Lopez a09598
Carlos Lopez a09598
CASE_SENSE_NAMES       = YES
Carlos Lopez a09598
Carlos Lopez a09598
# If the HIDE_SCOPE_NAMES tag is set to NO (the default) then Doxygen 
Carlos Lopez a09598
# will show members with their full class and namespace scopes in the 
Carlos Lopez a09598
# documentation. If set to YES the scope will be hidden.
Carlos Lopez a09598
Carlos Lopez a09598
HIDE_SCOPE_NAMES       = NO
Carlos Lopez a09598
Carlos Lopez a09598
# If the SHOW_INCLUDE_FILES tag is set to YES (the default) then Doxygen 
Carlos Lopez a09598
# will put a list of the files that are included by a file in the documentation 
Carlos Lopez a09598
# of that file.
Carlos Lopez a09598
Carlos Lopez a09598
SHOW_INCLUDE_FILES     = YES
Carlos Lopez a09598
Carlos Lopez a09598
# If the INLINE_INFO tag is set to YES (the default) then a tag [inline] 
Carlos Lopez a09598
# is inserted in the documentation for inline members.
Carlos Lopez a09598
Carlos Lopez a09598
INLINE_INFO            = YES
Carlos Lopez a09598
Carlos Lopez a09598
# If the SORT_MEMBER_DOCS tag is set to YES (the default) then doxygen 
Carlos Lopez a09598
# will sort the (detailed) documentation of file and class members 
Carlos Lopez a09598
# alphabetically by member name. If set to NO the members will appear in 
Carlos Lopez a09598
# declaration order.
Carlos Lopez a09598
Carlos Lopez a09598
SORT_MEMBER_DOCS       = NO
Carlos Lopez a09598
Carlos Lopez a09598
# If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the 
Carlos Lopez a09598
# brief documentation of file, namespace and class members alphabetically 
Carlos Lopez a09598
# by member name. If set to NO (the default) the members will appear in 
Carlos Lopez a09598
# declaration order.
Carlos Lopez a09598
Carlos Lopez a09598
SORT_BRIEF_DOCS        = NO
Carlos Lopez a09598
Carlos Lopez a09598
# If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be 
Carlos Lopez a09598
# sorted by fully-qualified names, including namespaces. If set to 
Carlos Lopez a09598
# NO (the default), the class list will be sorted only by class name, 
Carlos Lopez a09598
# not including the namespace part. 
Carlos Lopez a09598
# Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES.
Carlos Lopez a09598
# Note: This option applies only to the class list, not to the 
Carlos Lopez a09598
# alphabetical list.
Carlos Lopez a09598
Carlos Lopez a09598
SORT_BY_SCOPE_NAME     = NO
Carlos Lopez a09598
Carlos Lopez a09598
# The GENERATE_TODOLIST tag can be used to enable (YES) or 
Carlos Lopez a09598
# disable (NO) the todo list. This list is created by putting \todo 
Carlos Lopez a09598
# commands in the documentation.
Carlos Lopez a09598
Carlos Lopez a09598
GENERATE_TODOLIST      = YES
Carlos Lopez a09598
Carlos Lopez a09598
# The GENERATE_TESTLIST tag can be used to enable (YES) or 
Carlos Lopez a09598
# disable (NO) the test list. This list is created by putting \test 
Carlos Lopez a09598
# commands in the documentation.
Carlos Lopez a09598
Carlos Lopez a09598
GENERATE_TESTLIST      = YES
Carlos Lopez a09598
Carlos Lopez a09598
# The GENERATE_BUGLIST tag can be used to enable (YES) or 
Carlos Lopez a09598
# disable (NO) the bug list. This list is created by putting \bug 
Carlos Lopez a09598
# commands in the documentation.
Carlos Lopez a09598
Carlos Lopez a09598
GENERATE_BUGLIST       = YES
Carlos Lopez a09598
Carlos Lopez a09598
# The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or 
Carlos Lopez a09598
# disable (NO) the deprecated list. This list is created by putting 
Carlos Lopez a09598
# \deprecated commands in the documentation.
Carlos Lopez a09598
Carlos Lopez a09598
GENERATE_DEPRECATEDLIST= YES
Carlos Lopez a09598
Carlos Lopez a09598
# The ENABLED_SECTIONS tag can be used to enable conditional 
Carlos Lopez a09598
# documentation sections, marked by \if sectionname ... \endif.
Carlos Lopez a09598
Carlos Lopez a09598
ENABLED_SECTIONS       = 
Carlos Lopez a09598
Carlos Lopez a09598
# The MAX_INITIALIZER_LINES tag determines the maximum number of lines 
Carlos Lopez a09598
# the initial value of a variable or define consists of for it to appear in 
Carlos Lopez a09598
# the documentation. If the initializer consists of more lines than specified 
Carlos Lopez a09598
# here it will be hidden. Use a value of 0 to hide initializers completely. 
Carlos Lopez a09598
# The appearance of the initializer of individual variables and defines in the 
Carlos Lopez a09598
# documentation can be controlled using \showinitializer or \hideinitializer 
Carlos Lopez a09598
# command in the documentation regardless of this setting.
Carlos Lopez a09598
Carlos Lopez a09598
MAX_INITIALIZER_LINES  = 30
Carlos Lopez a09598
Carlos Lopez a09598
# Set the SHOW_USED_FILES tag to NO to disable the list of files generated 
Carlos Lopez a09598
# at the bottom of the documentation of classes and structs. If set to YES the 
Carlos Lopez a09598
# list will mention the files that were used to generate the documentation.
Carlos Lopez a09598
Carlos Lopez a09598
SHOW_USED_FILES        = YES
Carlos Lopez a09598
Carlos Lopez a09598
# If the sources in your project are distributed over multiple directories 
Carlos Lopez a09598
# then setting the SHOW_DIRECTORIES tag to YES will show the directory hierarchy 
Carlos Lopez a09598
# in the documentation. The default is NO.
Carlos Lopez a09598
Carlos Lopez a09598
SHOW_DIRECTORIES       = NO
Carlos Lopez a09598
Carlos Lopez a09598
# The FILE_VERSION_FILTER tag can be used to specify a program or script that 
Carlos Lopez a09598
# doxygen should invoke to get the current version for each file (typically from the 
Carlos Lopez a09598
# version control system). Doxygen will invoke the program by executing (via 
Carlos Lopez a09598
# popen()) the command <command> <input-file>, where <command> is the value of </input-file>
Carlos Lopez a09598
# the FILE_VERSION_FILTER tag, and <input-file> is the name of an input file </input-file>
Carlos Lopez a09598
# provided by doxygen. Whatever the program writes to standard output 
Carlos Lopez a09598
# is used as the file version. See the manual for examples.
Carlos Lopez a09598
Carlos Lopez a09598
FILE_VERSION_FILTER    = 
Carlos Lopez a09598
Carlos Lopez a09598
#---------------------------------------------------------------------------
Carlos Lopez a09598
# configuration options related to warning and progress messages
Carlos Lopez a09598
#---------------------------------------------------------------------------
Carlos Lopez a09598
Carlos Lopez a09598
# The QUIET tag can be used to turn on/off the messages that are generated 
Carlos Lopez a09598
# by doxygen. Possible values are YES and NO. If left blank NO is used.
Carlos Lopez a09598
Carlos Lopez a09598
QUIET                  = YES
Carlos Lopez a09598
Carlos Lopez a09598
# The WARNINGS tag can be used to turn on/off the warning messages that are 
Carlos Lopez a09598
# generated by doxygen. Possible values are YES and NO. If left blank 
Carlos Lopez a09598
# NO is used.
Carlos Lopez a09598
Carlos Lopez a09598
WARNINGS               = YES
Carlos Lopez a09598
Carlos Lopez a09598
# If WARN_IF_UNDOCUMENTED is set to YES, then doxygen will generate warnings 
Carlos Lopez a09598
# for undocumented members. If EXTRACT_ALL is set to YES then this flag will 
Carlos Lopez a09598
# automatically be disabled.
Carlos Lopez a09598
Carlos Lopez a09598
WARN_IF_UNDOCUMENTED   = YES
Carlos Lopez a09598
Carlos Lopez a09598
# If WARN_IF_DOC_ERROR is set to YES, doxygen will generate warnings for 
Carlos Lopez a09598
# potential errors in the documentation, such as not documenting some 
Carlos Lopez a09598
# parameters in a documented function, or documenting parameters that 
Carlos Lopez a09598
# don't exist or using markup commands wrongly.
Carlos Lopez a09598
Carlos Lopez a09598
WARN_IF_DOC_ERROR      = YES
Carlos Lopez a09598
Carlos Lopez a09598
# This WARN_NO_PARAMDOC option can be abled to get warnings for 
Carlos Lopez a09598
# functions that are documented, but have no documentation for their parameters 
Carlos Lopez a09598
# or return value. If set to NO (the default) doxygen will only warn about 
Carlos Lopez a09598
# wrong or incomplete parameter documentation, but not about the absence of 
Carlos Lopez a09598
# documentation.
Carlos Lopez a09598
Carlos Lopez a09598
WARN_NO_PARAMDOC       = NO
Carlos Lopez a09598
Carlos Lopez a09598
# The WARN_FORMAT tag determines the format of the warning messages that 
Carlos Lopez a09598
# doxygen can produce. The string should contain the $file, $line, and $text 
Carlos Lopez a09598
# tags, which will be replaced by the file and line number from which the 
Carlos Lopez a09598
# warning originated and the warning text. Optionally the format may contain 
Carlos Lopez a09598
# $version, which will be replaced by the version of the file (if it could 
Carlos Lopez a09598
# be obtained via FILE_VERSION_FILTER)
Carlos Lopez a09598
Carlos Lopez a09598
WARN_FORMAT            = "$file:$line: $text"
Carlos Lopez a09598
Carlos Lopez a09598
# The WARN_LOGFILE tag can be used to specify a file to which warning 
Carlos Lopez a09598
# and error messages should be written. If left blank the output is written 
Carlos Lopez a09598
# to stderr.
Carlos Lopez a09598
Carlos Lopez a09598
WARN_LOGFILE           = 
Carlos Lopez a09598
Carlos Lopez a09598
#---------------------------------------------------------------------------
Carlos Lopez a09598
# configuration options related to the input files
Carlos Lopez a09598
#---------------------------------------------------------------------------
Carlos Lopez a09598
Carlos Lopez a09598
# The INPUT tag can be used to specify the files and/or directories that contain 
Carlos Lopez a09598
# documented source files. You may enter file names like "myfile.cpp" or 
Carlos Lopez a09598
# directories like "/usr/src/myproject". Separate the files or directories 
Carlos Lopez a09598
# with spaces.
Carlos Lopez a09598
Carlos Lopez a09598
INPUT                  = src
Carlos Lopez a09598
Carlos Lopez a09598
# If the value of the INPUT tag contains directories, you can use the 
Carlos Lopez a09598
# FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp 
Carlos Lopez a09598
# and *.h) to filter out the source-files in the directories. If left 
Carlos Lopez a09598
# blank the following patterns are tested: 
Carlos Lopez a09598
# *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx 
Carlos Lopez a09598
# *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py
Carlos Lopez a09598
Carlos Lopez a09598
FILE_PATTERNS          = *.h \
Carlos Lopez a09598
                         *.hxx \
Carlos Lopez a09598
                         *.hpp \
Carlos Lopez a09598
                         *.cpp \
Carlos Lopez a09598
                         *.cxx
Carlos Lopez a09598
Carlos Lopez a09598
# The RECURSIVE tag can be used to turn specify whether or not subdirectories 
Carlos Lopez a09598
# should be searched for input files as well. Possible values are YES and NO. 
Carlos Lopez a09598
# If left blank NO is used.
Carlos Lopez a09598
Carlos Lopez a09598
RECURSIVE              = YES
Carlos Lopez a09598
Carlos Lopez a09598
# The EXCLUDE tag can be used to specify files and/or directories that should 
Carlos Lopez a09598
# excluded from the INPUT source files. This way you can easily exclude a 
Carlos Lopez a09598
# subdirectory from a directory tree whose root is specified with the INPUT tag.
Carlos Lopez a09598
Carlos Lopez a09598
EXCLUDE                = src/synfig/surfacenew.cpp src/synfig/surfacenew.h src/template.cpp src/template.h
Carlos Lopez a09598
Carlos Lopez a09598
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or 
Carlos Lopez a09598
# directories that are symbolic links (a Unix filesystem feature) are excluded 
Carlos Lopez a09598
# from the input.
Carlos Lopez a09598
Carlos Lopez a09598
EXCLUDE_SYMLINKS       = NO
Carlos Lopez a09598
Carlos Lopez a09598
# If the value of the INPUT tag contains directories, you can use the 
Carlos Lopez a09598
# EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude 
Carlos Lopez a09598
# certain files from those directories. Note that the wildcards are matched 
Carlos Lopez a09598
# against the file with absolute path, so to exclude all test directories 
Carlos Lopez a09598
# for example use the pattern */test/*
Carlos Lopez a09598
Carlos Lopez a09598
EXCLUDE_PATTERNS       = 
Carlos Lopez a09598
Carlos Lopez a09598
# The EXAMPLE_PATH tag can be used to specify one or more files or 
Carlos Lopez a09598
# directories that contain example code fragments that are included (see 
Carlos Lopez a09598
# the \include command).
Carlos Lopez a09598
Carlos Lopez a09598
EXAMPLE_PATH           = 
Carlos Lopez a09598
Carlos Lopez a09598
# If the value of the EXAMPLE_PATH tag contains directories, you can use the 
Carlos Lopez a09598
# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp 
Carlos Lopez a09598
# and *.h) to filter out the source-files in the directories. If left 
Carlos Lopez a09598
# blank all files are included.
Carlos Lopez a09598
Carlos Lopez a09598
EXAMPLE_PATTERNS       = 
Carlos Lopez a09598
Carlos Lopez a09598
# If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be 
Carlos Lopez a09598
# searched for input files to be used with the \include or \dontinclude 
Carlos Lopez a09598
# commands irrespective of the value of the RECURSIVE tag. 
Carlos Lopez a09598
# Possible values are YES and NO. If left blank NO is used.
Carlos Lopez a09598
Carlos Lopez a09598
EXAMPLE_RECURSIVE      = NO
Carlos Lopez a09598
Carlos Lopez a09598
# The IMAGE_PATH tag can be used to specify one or more files or 
Carlos Lopez a09598
# directories that contain image that are included in the documentation (see 
Carlos Lopez a09598
# the \image command).
Carlos Lopez a09598
Carlos Lopez a09598
IMAGE_PATH             = 
Carlos Lopez a09598
Carlos Lopez a09598
# The INPUT_FILTER tag can be used to specify a program that doxygen should 
Carlos Lopez a09598
# invoke to filter for each input file. Doxygen will invoke the filter program 
Carlos Lopez a09598
# by executing (via popen()) the command <filter> <input-file>, where <filter> </filter></input-file></filter>
Carlos Lopez a09598
# is the value of the INPUT_FILTER tag, and <input-file> is the name of an </input-file>
Carlos Lopez a09598
# input file. Doxygen will then use the output that the filter program writes 
Carlos Lopez a09598
# to standard output.  If FILTER_PATTERNS is specified, this tag will be 
Carlos Lopez a09598
# ignored.
Carlos Lopez a09598
Carlos Lopez a09598
INPUT_FILTER           = 
Carlos Lopez a09598
Carlos Lopez a09598
# The FILTER_PATTERNS tag can be used to specify filters on a per file pattern 
Carlos Lopez a09598
# basis.  Doxygen will compare the file name with each pattern and apply the 
Carlos Lopez a09598
# filter if there is a match.  The filters are a list of the form: 
Carlos Lopez a09598
# pattern=filter (like *.cpp=my_cpp_filter). See INPUT_FILTER for further 
Carlos Lopez a09598
# info on how filters are used. If FILTER_PATTERNS is empty, INPUT_FILTER 
Carlos Lopez a09598
# is applied to all files.
Carlos Lopez a09598
Carlos Lopez a09598
FILTER_PATTERNS        = 
Carlos Lopez a09598
Carlos Lopez a09598
# If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using 
Carlos Lopez a09598
# INPUT_FILTER) will be used to filter the input files when producing source 
Carlos Lopez a09598
# files to browse (i.e. when SOURCE_BROWSER is set to YES).
Carlos Lopez a09598
Carlos Lopez a09598
FILTER_SOURCE_FILES    = NO
Carlos Lopez a09598
Carlos Lopez a09598
#---------------------------------------------------------------------------
Carlos Lopez a09598
# configuration options related to source browsing
Carlos Lopez a09598
#---------------------------------------------------------------------------
Carlos Lopez a09598
Carlos Lopez a09598
# If the SOURCE_BROWSER tag is set to YES then a list of source files will 
Carlos Lopez a09598
# be generated. Documented entities will be cross-referenced with these sources. 
Carlos Lopez a09598
# Note: To get rid of all source code in the generated output, make sure also 
Carlos Lopez a09598
# VERBATIM_HEADERS is set to NO.
Carlos Lopez a09598
Carlos Lopez a09598
SOURCE_BROWSER         = NO
Carlos Lopez a09598
Carlos Lopez a09598
# Setting the INLINE_SOURCES tag to YES will include the body 
Carlos Lopez a09598
# of functions and classes directly in the documentation.
Carlos Lopez a09598
Carlos Lopez a09598
INLINE_SOURCES         = NO
Carlos Lopez a09598
Carlos Lopez a09598
# Setting the STRIP_CODE_COMMENTS tag to YES (the default) will instruct 
Carlos Lopez a09598
# doxygen to hide any special comment blocks from generated source code 
Carlos Lopez a09598
# fragments. Normal C and C++ comments will always remain visible.
Carlos Lopez a09598
Carlos Lopez a09598
STRIP_CODE_COMMENTS    = YES
Carlos Lopez a09598
Carlos Lopez a09598
# If the REFERENCED_BY_RELATION tag is set to YES (the default) 
Carlos Lopez a09598
# then for each documented function all documented 
Carlos Lopez a09598
# functions referencing it will be listed.
Carlos Lopez a09598
Carlos Lopez a09598
REFERENCED_BY_RELATION = YES
Carlos Lopez a09598
Carlos Lopez a09598
# If the REFERENCES_RELATION tag is set to YES (the default) 
Carlos Lopez a09598
# then for each documented function all documented entities 
Carlos Lopez a09598
# called/used by that function will be listed.
Carlos Lopez a09598
Carlos Lopez a09598
REFERENCES_RELATION    = YES
Carlos Lopez a09598
Carlos Lopez a09598
# If the USE_HTAGS tag is set to YES then the references to source code 
Carlos Lopez a09598
# will point to the HTML generated by the htags(1) tool instead of doxygen 
Carlos Lopez a09598
# built-in source browser. The htags tool is part of GNU's global source 
Carlos Lopez a09598
# tagging system (see http://www.gnu.org/software/global/global.html). You 
Carlos Lopez a09598
# will need version 4.8.6 or higher.
Carlos Lopez a09598
Carlos Lopez a09598
USE_HTAGS              = NO
Carlos Lopez a09598
Carlos Lopez a09598
# If the VERBATIM_HEADERS tag is set to YES (the default) then Doxygen 
Carlos Lopez a09598
# will generate a verbatim copy of the header file for each class for 
Carlos Lopez a09598
# which an include is specified. Set to NO to disable this.
Carlos Lopez a09598
Carlos Lopez a09598
VERBATIM_HEADERS       = YES
Carlos Lopez a09598
Carlos Lopez a09598
#---------------------------------------------------------------------------
Carlos Lopez a09598
# configuration options related to the alphabetical class index
Carlos Lopez a09598
#---------------------------------------------------------------------------
Carlos Lopez a09598
Carlos Lopez a09598
# If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index 
Carlos Lopez a09598
# of all compounds will be generated. Enable this if the project 
Carlos Lopez a09598
# contains a lot of classes, structs, unions or interfaces.
Carlos Lopez a09598
Carlos Lopez a09598
ALPHABETICAL_INDEX     = YES
Carlos Lopez a09598
Carlos Lopez a09598
# If the alphabetical index is enabled (see ALPHABETICAL_INDEX) then 
Carlos Lopez a09598
# the COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns 
Carlos Lopez a09598
# in which this list will be split (can be a number in the range [1..20])
Carlos Lopez a09598
Carlos Lopez a09598
COLS_IN_ALPHA_INDEX    = 5
Carlos Lopez a09598
Carlos Lopez a09598
# In case all classes in a project start with a common prefix, all 
Carlos Lopez a09598
# classes will be put under the same header in the alphabetical index. 
Carlos Lopez a09598
# The IGNORE_PREFIX tag can be used to specify one or more prefixes that 
Carlos Lopez a09598
# should be ignored while generating the index headers.
Carlos Lopez a09598
Carlos Lopez a09598
IGNORE_PREFIX          = 
Carlos Lopez a09598
Carlos Lopez a09598
#---------------------------------------------------------------------------
Carlos Lopez a09598
# configuration options related to the HTML output
Carlos Lopez a09598
#---------------------------------------------------------------------------
Carlos Lopez a09598
Carlos Lopez a09598
# If the GENERATE_HTML tag is set to YES (the default) Doxygen will 
Carlos Lopez a09598
# generate HTML output.
Carlos Lopez a09598
Carlos Lopez a09598
GENERATE_HTML          = YES
Carlos Lopez a09598
Carlos Lopez a09598
# The HTML_OUTPUT tag is used to specify where the HTML docs will be put. 
Carlos Lopez a09598
# If a relative path is entered the value of OUTPUT_DIRECTORY will be 
Carlos Lopez a09598
# put in front of it. If left blank `html' will be used as the default path.
Carlos Lopez a09598
Carlos Lopez a09598
HTML_OUTPUT            = html
Carlos Lopez a09598
Carlos Lopez a09598
# The HTML_FILE_EXTENSION tag can be used to specify the file extension for 
Carlos Lopez a09598
# each generated HTML page (for example: .htm,.php,.asp). If it is left blank 
Carlos Lopez a09598
# doxygen will generate files with .html extension.
Carlos Lopez a09598
Carlos Lopez a09598
HTML_FILE_EXTENSION    = .html
Carlos Lopez a09598
Carlos Lopez a09598
# The HTML_HEADER tag can be used to specify a personal HTML header for 
Carlos Lopez a09598
# each generated HTML page. If it is left blank doxygen will generate a 
Carlos Lopez a09598
# standard header.
Carlos Lopez a09598
Carlos Lopez a09598
HTML_HEADER            = 
Carlos Lopez a09598
Carlos Lopez a09598
# The HTML_FOOTER tag can be used to specify a personal HTML footer for 
Carlos Lopez a09598
# each generated HTML page. If it is left blank doxygen will generate a 
Carlos Lopez a09598
# standard footer.
Carlos Lopez a09598
Carlos Lopez a09598
HTML_FOOTER            = 
Carlos Lopez a09598
Carlos Lopez a09598
# The HTML_STYLESHEET tag can be used to specify a user-defined cascading 
Carlos Lopez a09598
# style sheet that is used by each HTML page. It can be used to 
Carlos Lopez a09598
# fine-tune the look of the HTML output. If the tag is left blank doxygen 
Carlos Lopez a09598
# will generate a default style sheet. Note that doxygen will try to copy 
Carlos Lopez a09598
# the style sheet file to the HTML output directory, so don't put your own 
Carlos Lopez a09598
# stylesheet in the HTML output directory as well, or it will be erased!
Carlos Lopez a09598
Carlos Lopez a09598
HTML_STYLESHEET        = 
Carlos Lopez a09598
Carlos Lopez a09598
# If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes, 
Carlos Lopez a09598
# files or namespaces will be aligned in HTML using tables. If set to 
Carlos Lopez a09598
# NO a bullet list will be used.
Carlos Lopez a09598
Carlos Lopez a09598
HTML_ALIGN_MEMBERS     = YES
Carlos Lopez a09598
Carlos Lopez a09598
# If the GENERATE_HTMLHELP tag is set to YES, additional index files 
Carlos Lopez a09598
# will be generated that can be used as input for tools like the 
Carlos Lopez a09598
# Microsoft HTML help workshop to generate a compressed HTML help file (.chm) 
Carlos Lopez a09598
# of the generated HTML documentation.
Carlos Lopez a09598
Carlos Lopez a09598
GENERATE_HTMLHELP      = NO
Carlos Lopez a09598
Carlos Lopez a09598
# If the GENERATE_HTMLHELP tag is set to YES, the CHM_FILE tag can 
Carlos Lopez a09598
# be used to specify the file name of the resulting .chm file. You 
Carlos Lopez a09598
# can add a path in front of the file if the result should not be 
Carlos Lopez a09598
# written to the html output directory.
Carlos Lopez a09598
Carlos Lopez a09598
CHM_FILE               = 
Carlos Lopez a09598
Carlos Lopez a09598
# If the GENERATE_HTMLHELP tag is set to YES, the HHC_LOCATION tag can 
Carlos Lopez a09598
# be used to specify the location (absolute path including file name) of 
Carlos Lopez a09598
# the HTML help compiler (hhc.exe). If non-empty doxygen will try to run 
Carlos Lopez a09598
# the HTML help compiler on the generated index.hhp.
Carlos Lopez a09598
Carlos Lopez a09598
HHC_LOCATION           = 
Carlos Lopez a09598
Carlos Lopez a09598
# If the GENERATE_HTMLHELP tag is set to YES, the GENERATE_CHI flag 
Carlos Lopez a09598
# controls if a separate .chi index file is generated (YES) or that 
Carlos Lopez a09598
# it should be included in the master .chm file (NO).
Carlos Lopez a09598
Carlos Lopez a09598
GENERATE_CHI           = NO
Carlos Lopez a09598
Carlos Lopez a09598
# If the GENERATE_HTMLHELP tag is set to YES, the BINARY_TOC flag 
Carlos Lopez a09598
# controls whether a binary table of contents is generated (YES) or a 
Carlos Lopez a09598
# normal table of contents (NO) in the .chm file.
Carlos Lopez a09598
Carlos Lopez a09598
BINARY_TOC             = NO
Carlos Lopez a09598
Carlos Lopez a09598
# The TOC_EXPAND flag can be set to YES to add extra items for group members 
Carlos Lopez a09598
# to the contents of the HTML help documentation and to the tree view.
Carlos Lopez a09598
Carlos Lopez a09598
TOC_EXPAND             = NO
Carlos Lopez a09598
Carlos Lopez a09598
# The DISABLE_INDEX tag can be used to turn on/off the condensed index at 
Carlos Lopez a09598
# top of each HTML page. The value NO (the default) enables the index and 
Carlos Lopez a09598
# the value YES disables it.
Carlos Lopez a09598
Carlos Lopez a09598
DISABLE_INDEX          = NO
Carlos Lopez a09598
Carlos Lopez a09598
# This tag can be used to set the number of enum values (range [1..20]) 
Carlos Lopez a09598
# that doxygen will group on one line in the generated HTML documentation.
Carlos Lopez a09598
Carlos Lopez a09598
ENUM_VALUES_PER_LINE   = 4
Carlos Lopez a09598
Carlos Lopez a09598
# If the GENERATE_TREEVIEW tag is set to YES, a side panel will be
Carlos Lopez a09598
# generated containing a tree-like index structure (just like the one that 
Carlos Lopez a09598
# is generated for HTML Help). For this to work a browser that supports 
Carlos Lopez a09598
# JavaScript, DHTML, CSS and frames is required (for instance Mozilla 1.0+, 
Carlos Lopez a09598
# Netscape 6.0+, Internet explorer 5.0+, or Konqueror). Windows users are 
Carlos Lopez a09598
# probably better off using the HTML help feature.
Carlos Lopez a09598
Carlos Lopez a09598
GENERATE_TREEVIEW      = NO
Carlos Lopez a09598
Carlos Lopez a09598
# If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be 
Carlos Lopez a09598
# used to set the initial width (in pixels) of the frame in which the tree 
Carlos Lopez a09598
# is shown.
Carlos Lopez a09598
Carlos Lopez a09598
TREEVIEW_WIDTH         = 250
Carlos Lopez a09598
Carlos Lopez a09598
#---------------------------------------------------------------------------
Carlos Lopez a09598
# configuration options related to the LaTeX output
Carlos Lopez a09598
#---------------------------------------------------------------------------
Carlos Lopez a09598
Carlos Lopez a09598
# If the GENERATE_LATEX tag is set to YES (the default) Doxygen will 
Carlos Lopez a09598
# generate Latex output.
Carlos Lopez a09598
Carlos Lopez a09598
GENERATE_LATEX         = NO
Carlos Lopez a09598
Carlos Lopez a09598
# The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. 
Carlos Lopez a09598
# If a relative path is entered the value of OUTPUT_DIRECTORY will be 
Carlos Lopez a09598
# put in front of it. If left blank `latex' will be used as the default path.
Carlos Lopez a09598
Carlos Lopez a09598
LATEX_OUTPUT           = latex
Carlos Lopez a09598
Carlos Lopez a09598
# The LATEX_CMD_NAME tag can be used to specify the LaTeX command name to be 
Carlos Lopez a09598
# invoked. If left blank `latex' will be used as the default command name.
Carlos Lopez a09598
Carlos Lopez a09598
LATEX_CMD_NAME         = latex
Carlos Lopez a09598
Carlos Lopez a09598
# The MAKEINDEX_CMD_NAME tag can be used to specify the command name to 
Carlos Lopez a09598
# generate index for LaTeX. If left blank `makeindex' will be used as the 
Carlos Lopez a09598
# default command name.
Carlos Lopez a09598
Carlos Lopez a09598
MAKEINDEX_CMD_NAME     = makeindex
Carlos Lopez a09598
Carlos Lopez a09598
# If the COMPACT_LATEX tag is set to YES Doxygen generates more compact 
Carlos Lopez a09598
# LaTeX documents. This may be useful for small projects and may help to 
Carlos Lopez a09598
# save some trees in general.
Carlos Lopez a09598
Carlos Lopez a09598
COMPACT_LATEX          = NO
Carlos Lopez a09598
Carlos Lopez a09598
# The PAPER_TYPE tag can be used to set the paper type that is used 
Carlos Lopez a09598
# by the printer. Possible values are: a4, a4wide, letter, legal and 
Carlos Lopez a09598
# executive. If left blank a4wide will be used.
Carlos Lopez a09598
Carlos Lopez a09598
PAPER_TYPE             = a4wide
Carlos Lopez a09598
Carlos Lopez a09598
# The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX 
Carlos Lopez a09598
# packages that should be included in the LaTeX output.
Carlos Lopez a09598
Carlos Lopez a09598
EXTRA_PACKAGES         = 
Carlos Lopez a09598
Carlos Lopez a09598
# The LATEX_HEADER tag can be used to specify a personal LaTeX header for 
Carlos Lopez a09598
# the generated latex document. The header should contain everything until 
Carlos Lopez a09598
# the first chapter. If it is left blank doxygen will generate a 
Carlos Lopez a09598
# standard header. Notice: only use this tag if you know what you are doing!
Carlos Lopez a09598
Carlos Lopez a09598
LATEX_HEADER           = 
Carlos Lopez a09598
Carlos Lopez a09598
# If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated 
Carlos Lopez a09598
# is prepared for conversion to pdf (using ps2pdf). The pdf file will 
Carlos Lopez a09598
# contain links (just like the HTML output) instead of page references 
Carlos Lopez a09598
# This makes the output suitable for online browsing using a pdf viewer.
Carlos Lopez a09598
Carlos Lopez a09598
PDF_HYPERLINKS         = YES
Carlos Lopez a09598
Carlos Lopez a09598
# If the USE_PDFLATEX tag is set to YES, pdflatex will be used instead of 
Carlos Lopez a09598
# plain latex in the generated Makefile. Set this option to YES to get a 
Carlos Lopez a09598
# higher quality PDF documentation.
Carlos Lopez a09598
Carlos Lopez a09598
USE_PDFLATEX           = YES
Carlos Lopez a09598
Carlos Lopez a09598
# If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \\batchmode. 
Carlos Lopez a09598
# command to the generated LaTeX files. This will instruct LaTeX to keep 
Carlos Lopez a09598
# running if errors occur, instead of asking the user for help. 
Carlos Lopez a09598
# This option is also used when generating formulas in HTML.
Carlos Lopez a09598
Carlos Lopez a09598
LATEX_BATCHMODE        = NO
Carlos Lopez a09598
Carlos Lopez a09598
# If LATEX_HIDE_INDICES is set to YES then doxygen will not 
Carlos Lopez a09598
# include the index chapters (such as File Index, Compound Index, etc.) 
Carlos Lopez a09598
# in the output.
Carlos Lopez a09598
Carlos Lopez a09598
LATEX_HIDE_INDICES     = NO
Carlos Lopez a09598
Carlos Lopez a09598
#---------------------------------------------------------------------------
Carlos Lopez a09598
# configuration options related to the RTF output
Carlos Lopez a09598
#---------------------------------------------------------------------------
Carlos Lopez a09598
Carlos Lopez a09598
# If the GENERATE_RTF tag is set to YES Doxygen will generate RTF output 
Carlos Lopez a09598
# The RTF output is optimized for Word 97 and may not look very pretty with 
Carlos Lopez a09598
# other RTF readers or editors.
Carlos Lopez a09598
Carlos Lopez a09598
GENERATE_RTF           = NO
Carlos Lopez a09598
Carlos Lopez a09598
# The RTF_OUTPUT tag is used to specify where the RTF docs will be put. 
Carlos Lopez a09598
# If a relative path is entered the value of OUTPUT_DIRECTORY will be 
Carlos Lopez a09598
# put in front of it. If left blank `rtf' will be used as the default path.
Carlos Lopez a09598
Carlos Lopez a09598
RTF_OUTPUT             = rtf
Carlos Lopez a09598
Carlos Lopez a09598
# If the COMPACT_RTF tag is set to YES Doxygen generates more compact 
Carlos Lopez a09598
# RTF documents. This may be useful for small projects and may help to 
Carlos Lopez a09598
# save some trees in general.
Carlos Lopez a09598
Carlos Lopez a09598
COMPACT_RTF            = NO
Carlos Lopez a09598
Carlos Lopez a09598
# If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated 
Carlos Lopez a09598
# will contain hyperlink fields. The RTF file will 
Carlos Lopez a09598
# contain links (just like the HTML output) instead of page references. 
Carlos Lopez a09598
# This makes the output suitable for online browsing using WORD or other 
Carlos Lopez a09598
# programs which support those fields. 
Carlos Lopez a09598
# Note: wordpad (write) and others do not support links.
Carlos Lopez a09598
Carlos Lopez a09598
RTF_HYPERLINKS         = NO
Carlos Lopez a09598
Carlos Lopez a09598
# Load stylesheet definitions from file. Syntax is similar to doxygen's 
Carlos Lopez a09598
# config file, i.e. a series of assignments. You only have to provide 
Carlos Lopez a09598
# replacements, missing definitions are set to their default value.
Carlos Lopez a09598
Carlos Lopez a09598
RTF_STYLESHEET_FILE    = 
Carlos Lopez a09598
Carlos Lopez a09598
# Set optional variables used in the generation of an rtf document. 
Carlos Lopez a09598
# Syntax is similar to doxygen's config file.
Carlos Lopez a09598
Carlos Lopez a09598
RTF_EXTENSIONS_FILE    = 
Carlos Lopez a09598
Carlos Lopez a09598
#---------------------------------------------------------------------------
Carlos Lopez a09598
# configuration options related to the man page output
Carlos Lopez a09598
#---------------------------------------------------------------------------
Carlos Lopez a09598
Carlos Lopez a09598
# If the GENERATE_MAN tag is set to YES (the default) Doxygen will 
Carlos Lopez a09598
# generate man pages
Carlos Lopez a09598
Carlos Lopez a09598
GENERATE_MAN           = NO
Carlos Lopez a09598
Carlos Lopez a09598
# The MAN_OUTPUT tag is used to specify where the man pages will be put. 
Carlos Lopez a09598
# If a relative path is entered the value of OUTPUT_DIRECTORY will be 
Carlos Lopez a09598
# put in front of it. If left blank `man' will be used as the default path.
Carlos Lopez a09598
Carlos Lopez a09598
MAN_OUTPUT             = man
Carlos Lopez a09598
Carlos Lopez a09598
# The MAN_EXTENSION tag determines the extension that is added to 
Carlos Lopez a09598
# the generated man pages (default is the subroutine's section .3)
Carlos Lopez a09598
Carlos Lopez a09598
MAN_EXTENSION          = .3
Carlos Lopez a09598
Carlos Lopez a09598
# If the MAN_LINKS tag is set to YES and Doxygen generates man output, 
Carlos Lopez a09598
# then it will generate one additional man file for each entity 
Carlos Lopez a09598
# documented in the real man page(s). These additional files 
Carlos Lopez a09598
# only source the real man page, but without them the man command 
Carlos Lopez a09598
# would be unable to find the correct page. The default is NO.
Carlos Lopez a09598
Carlos Lopez a09598
MAN_LINKS              = NO
Carlos Lopez a09598
Carlos Lopez a09598
#---------------------------------------------------------------------------
Carlos Lopez a09598
# configuration options related to the XML output
Carlos Lopez a09598
#---------------------------------------------------------------------------
Carlos Lopez a09598
Carlos Lopez a09598
# If the GENERATE_XML tag is set to YES Doxygen will 
Carlos Lopez a09598
# generate an XML file that captures the structure of 
Carlos Lopez a09598
# the code including all documentation.
Carlos Lopez a09598
Carlos Lopez a09598
GENERATE_XML           = NO
Carlos Lopez a09598
Carlos Lopez a09598
# The XML_OUTPUT tag is used to specify where the XML pages will be put. 
Carlos Lopez a09598
# If a relative path is entered the value of OUTPUT_DIRECTORY will be 
Carlos Lopez a09598
# put in front of it. If left blank `xml' will be used as the default path.
Carlos Lopez a09598
Carlos Lopez a09598
XML_OUTPUT             = xml
Carlos Lopez a09598
Carlos Lopez a09598
# The XML_SCHEMA tag can be used to specify an XML schema, 
Carlos Lopez a09598
# which can be used by a validating XML parser to check the 
Carlos Lopez a09598
# syntax of the XML files.
Carlos Lopez a09598
Carlos Lopez a09598
XML_SCHEMA             = 
Carlos Lopez a09598
Carlos Lopez a09598
# The XML_DTD tag can be used to specify an XML DTD, 
Carlos Lopez a09598
# which can be used by a validating XML parser to check the 
Carlos Lopez a09598
# syntax of the XML files.
Carlos Lopez a09598
Carlos Lopez a09598
XML_DTD                = 
Carlos Lopez a09598
Carlos Lopez a09598
# If the XML_PROGRAMLISTING tag is set to YES Doxygen will 
Carlos Lopez a09598
# dump the program listings (including syntax highlighting 
Carlos Lopez a09598
# and cross-referencing information) to the XML output. Note that 
Carlos Lopez a09598
# enabling this will significantly increase the size of the XML output.
Carlos Lopez a09598
Carlos Lopez a09598
XML_PROGRAMLISTING     = YES
Carlos Lopez a09598
Carlos Lopez a09598
#---------------------------------------------------------------------------
Carlos Lopez a09598
# configuration options for the AutoGen Definitions output
Carlos Lopez a09598
#---------------------------------------------------------------------------
Carlos Lopez a09598
Carlos Lopez a09598
# If the GENERATE_AUTOGEN_DEF tag is set to YES Doxygen will 
Carlos Lopez a09598
# generate an AutoGen Definitions (see autogen.sf.net) file 
Carlos Lopez a09598
# that captures the structure of the code including all 
Carlos Lopez a09598
# documentation. Note that this feature is still experimental 
Carlos Lopez a09598
# and incomplete at the moment.
Carlos Lopez a09598
Carlos Lopez a09598
GENERATE_AUTOGEN_DEF   = NO
Carlos Lopez a09598
Carlos Lopez a09598
#---------------------------------------------------------------------------
Carlos Lopez a09598
# configuration options related to the Perl module output
Carlos Lopez a09598
#---------------------------------------------------------------------------
Carlos Lopez a09598
Carlos Lopez a09598
# If the GENERATE_PERLMOD tag is set to YES Doxygen will 
Carlos Lopez a09598
# generate a Perl module file that captures the structure of 
Carlos Lopez a09598
# the code including all documentation. Note that this 
Carlos Lopez a09598
# feature is still experimental and incomplete at the 
Carlos Lopez a09598
# moment.
Carlos Lopez a09598
Carlos Lopez a09598
GENERATE_PERLMOD       = NO
Carlos Lopez a09598
Carlos Lopez a09598
# If the PERLMOD_LATEX tag is set to YES Doxygen will generate 
Carlos Lopez a09598
# the necessary Makefile rules, Perl scripts and LaTeX code to be able 
Carlos Lopez a09598
# to generate PDF and DVI output from the Perl module output.
Carlos Lopez a09598
Carlos Lopez a09598
PERLMOD_LATEX          = NO
Carlos Lopez a09598
Carlos Lopez a09598
# If the PERLMOD_PRETTY tag is set to YES the Perl module output will be 
Carlos Lopez a09598
# nicely formatted so it can be parsed by a human reader.  This is useful 
Carlos Lopez a09598
# if you want to understand what is going on.  On the other hand, if this 
Carlos Lopez a09598
# tag is set to NO the size of the Perl module output will be much smaller 
Carlos Lopez a09598
# and Perl will parse it just the same.
Carlos Lopez a09598
Carlos Lopez a09598
PERLMOD_PRETTY         = YES
Carlos Lopez a09598
Carlos Lopez a09598
# The names of the make variables in the generated doxyrules.make file 
Carlos Lopez a09598
# are prefixed with the string contained in PERLMOD_MAKEVAR_PREFIX. 
Carlos Lopez a09598
# This is useful so different doxyrules.make files included by the same 
Carlos Lopez a09598
# Makefile don't overwrite each other's variables.
Carlos Lopez a09598
Carlos Lopez a09598
PERLMOD_MAKEVAR_PREFIX = 
Carlos Lopez a09598
Carlos Lopez a09598
#---------------------------------------------------------------------------
Carlos Lopez a09598
# Configuration options related to the preprocessor   
Carlos Lopez a09598
#---------------------------------------------------------------------------
Carlos Lopez a09598
Carlos Lopez a09598
# If the ENABLE_PREPROCESSING tag is set to YES (the default) Doxygen will 
Carlos Lopez a09598
# evaluate all C-preprocessor directives found in the sources and include 
Carlos Lopez a09598
# files.
Carlos Lopez a09598
Carlos Lopez a09598
ENABLE_PREPROCESSING   = YES
Carlos Lopez a09598
Carlos Lopez a09598
# If the MACRO_EXPANSION tag is set to YES Doxygen will expand all macro 
Carlos Lopez a09598
# names in the source code. If set to NO (the default) only conditional 
Carlos Lopez a09598
# compilation will be performed. Macro expansion can be done in a controlled 
Carlos Lopez a09598
# way by setting EXPAND_ONLY_PREDEF to YES.
Carlos Lopez a09598
Carlos Lopez a09598
MACRO_EXPANSION        = NO
Carlos Lopez a09598
Carlos Lopez a09598
# If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES 
Carlos Lopez a09598
# then the macro expansion is limited to the macros specified with the 
Carlos Lopez a09598
# PREDEFINED and EXPAND_AS_DEFINED tags.
Carlos Lopez a09598
Carlos Lopez a09598
EXPAND_ONLY_PREDEF     = NO
Carlos Lopez a09598
Carlos Lopez a09598
# If the SEARCH_INCLUDES tag is set to YES (the default) the includes files 
Carlos Lopez a09598
# in the INCLUDE_PATH (see below) will be search if a #include is found.
Carlos Lopez a09598
Carlos Lopez a09598
SEARCH_INCLUDES        = YES
Carlos Lopez a09598
Carlos Lopez a09598
# The INCLUDE_PATH tag can be used to specify one or more directories that 
Carlos Lopez a09598
# contain include files that are not input files but should be processed by 
Carlos Lopez a09598
# the preprocessor.
Carlos Lopez a09598
Carlos Lopez a09598
INCLUDE_PATH           = 
Carlos Lopez a09598
Carlos Lopez a09598
# You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard 
Carlos Lopez a09598
# patterns (like *.h and *.hpp) to filter out the header-files in the 
Carlos Lopez a09598
# directories. If left blank, the patterns specified with FILE_PATTERNS will 
Carlos Lopez a09598
# be used.
Carlos Lopez a09598
Carlos Lopez a09598
INCLUDE_FILE_PATTERNS  = 
Carlos Lopez a09598
Carlos Lopez a09598
# The PREDEFINED tag can be used to specify one or more macro names that 
Carlos Lopez a09598
# are defined before the preprocessor is started (similar to the -D option of 
Carlos Lopez a09598
# gcc). The argument of the tag is a list of macros of the form: name 
Carlos Lopez a09598
# or name=definition (no spaces). If the definition and the = are 
Carlos Lopez a09598
# omitted =1 is assumed. To prevent a macro definition from being 
Carlos Lopez a09598
# undefined via #undef or recursively expanded use the := operator 
Carlos Lopez a09598
# instead of the = operator.
Carlos Lopez a09598
Carlos Lopez a09598
PREDEFINED             = SYNFIG_NO_DEPRECATED \
Carlos Lopez a09598
                         DOXYGEN_SKIP
Carlos Lopez a09598
Carlos Lopez a09598
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then 
Carlos Lopez a09598
# this tag can be used to specify a list of macro names that should be expanded. 
Carlos Lopez a09598
# The macro definition that is found in the sources will be used. 
Carlos Lopez a09598
# Use the PREDEFINED tag if you want to use a different macro definition.
Carlos Lopez a09598
Carlos Lopez a09598
EXPAND_AS_DEFINED      = 
Carlos Lopez a09598
Carlos Lopez a09598
# If the SKIP_FUNCTION_MACROS tag is set to YES (the default) then 
Carlos Lopez a09598
# doxygen's preprocessor will remove all function-like macros that are alone 
Carlos Lopez a09598
# on a line, have an all uppercase name, and do not end with a semicolon. Such 
Carlos Lopez a09598
# function macros are typically used for boiler-plate code, and will confuse 
Carlos Lopez a09598
# the parser if not removed.
Carlos Lopez a09598
Carlos Lopez a09598
SKIP_FUNCTION_MACROS   = YES
Carlos Lopez a09598
Carlos Lopez a09598
#---------------------------------------------------------------------------
Carlos Lopez a09598
# Configuration::additions related to external references   
Carlos Lopez a09598
#---------------------------------------------------------------------------
Carlos Lopez a09598
Carlos Lopez a09598
# The TAGFILES option can be used to specify one or more tagfiles. 
Carlos Lopez a09598
# Optionally an initial location of the external documentation 
Carlos Lopez a09598
# can be added for each tagfile. The format of a tag file without 
Carlos Lopez a09598
# this location is as follows: 
Carlos Lopez a09598
#   TAGFILES = file1 file2 ... 
Carlos Lopez a09598
# Adding location for the tag files is done as follows: 
Carlos Lopez a09598
#   TAGFILES = file1=loc1 "file2 = loc2" ... 
Carlos Lopez a09598
# where "loc1" and "loc2" can be relative or absolute paths or 
Carlos Lopez a09598
# URLs. If a location is present for each tag, the installdox tool 
Carlos Lopez a09598
# does not have to be run to correct the links.
Carlos Lopez a09598
# Note that each tag file must have a unique name
Carlos Lopez a09598
# (where the name does NOT include the path)
Carlos Lopez a09598
# If a tag file is not located in the directory in which doxygen 
Carlos Lopez a09598
# is run, you must also specify the path to the tagfile here.
Carlos Lopez a09598
Carlos Lopez a09598
TAGFILES               = 
Carlos Lopez a09598
Carlos Lopez a09598
# When a file name is specified after GENERATE_TAGFILE, doxygen will create 
Carlos Lopez a09598
# a tag file that is based on the input files it reads.
Carlos Lopez a09598
Carlos Lopez a09598
GENERATE_TAGFILE       = 
Carlos Lopez a09598
Carlos Lopez a09598
# If the ALLEXTERNALS tag is set to YES all external classes will be listed 
Carlos Lopez a09598
# in the class index. If set to NO only the inherited external classes 
Carlos Lopez a09598
# will be listed.
Carlos Lopez a09598
Carlos Lopez a09598
ALLEXTERNALS           = NO
Carlos Lopez a09598
Carlos Lopez a09598
# If the EXTERNAL_GROUPS tag is set to YES all external groups will be listed 
Carlos Lopez a09598
# in the modules index. If set to NO, only the current project's groups will 
Carlos Lopez a09598
# be listed.
Carlos Lopez a09598
Carlos Lopez a09598
EXTERNAL_GROUPS        = YES
Carlos Lopez a09598
Carlos Lopez a09598
# The PERL_PATH should be the absolute path and name of the perl script 
Carlos Lopez a09598
# interpreter (i.e. the result of `which perl').
Carlos Lopez a09598
Carlos Lopez a09598
PERL_PATH              = /usr/bin/perl
Carlos Lopez a09598
Carlos Lopez a09598
#---------------------------------------------------------------------------
Carlos Lopez a09598
# Configuration options related to the dot tool   
Carlos Lopez a09598
#---------------------------------------------------------------------------
Carlos Lopez a09598
Carlos Lopez a09598
# If the CLASS_DIAGRAMS tag is set to YES (the default) Doxygen will 
Carlos Lopez a09598
# generate a inheritance diagram (in HTML, RTF and LaTeX) for classes with base 
Carlos Lopez a09598
# or super classes. Setting the tag to NO turns the diagrams off. Note that 
Carlos Lopez a09598
# this option is superseded by the HAVE_DOT option below. This is only a 
Carlos Lopez a09598
# fallback. It is recommended to install and use dot, since it yields more 
Carlos Lopez a09598
# powerful graphs.
Carlos Lopez a09598
Carlos Lopez a09598
CLASS_DIAGRAMS         = YES
Carlos Lopez a09598
Carlos Lopez a09598
# If set to YES, the inheritance and collaboration graphs will hide 
Carlos Lopez a09598
# inheritance and usage relations if the target is undocumented 
Carlos Lopez a09598
# or is not a class.
Carlos Lopez a09598
Carlos Lopez a09598
HIDE_UNDOC_RELATIONS   = YES
Carlos Lopez a09598
Carlos Lopez a09598
# If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is 
Carlos Lopez a09598
# available from the path. This tool is part of Graphviz, a graph visualization 
Carlos Lopez a09598
# toolkit from AT&T and Lucent Bell Labs. The other options in this section 
Carlos Lopez a09598
# have no effect if this option is set to NO (the default)
Carlos Lopez a09598
Carlos Lopez a09598
HAVE_DOT               = NO
Carlos Lopez a09598
Carlos Lopez a09598
# If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen 
Carlos Lopez a09598
# will generate a graph for each documented class showing the direct and 
Carlos Lopez a09598
# indirect inheritance relations. Setting this tag to YES will force the 
Carlos Lopez a09598
# the CLASS_DIAGRAMS tag to NO.
Carlos Lopez a09598
Carlos Lopez a09598
CLASS_GRAPH            = YES
Carlos Lopez a09598
Carlos Lopez a09598
# If the COLLABORATION_GRAPH and HAVE_DOT tags are set to YES then doxygen 
Carlos Lopez a09598
# will generate a graph for each documented class showing the direct and 
Carlos Lopez a09598
# indirect implementation dependencies (inheritance, containment, and 
Carlos Lopez a09598
# class references variables) of the class with other documented classes.
Carlos Lopez a09598
Carlos Lopez a09598
COLLABORATION_GRAPH    = YES
Carlos Lopez a09598
Carlos Lopez a09598
# If the GROUP_GRAPHS and HAVE_DOT tags are set to YES then doxygen 
Carlos Lopez a09598
# will generate a graph for groups, showing the direct groups dependencies
Carlos Lopez a09598
Carlos Lopez a09598
GROUP_GRAPHS           = YES
Carlos Lopez a09598
Carlos Lopez a09598
# If the UML_LOOK tag is set to YES doxygen will generate inheritance and 
Carlos Lopez a09598
# collaboration diagrams in a style similar to the OMG's Unified Modeling 
Carlos Lopez a09598
# Language.
Carlos Lopez a09598
Carlos Lopez a09598
UML_LOOK               = NO
Carlos Lopez a09598
Carlos Lopez a09598
# If set to YES, the inheritance and collaboration graphs will show the 
Carlos Lopez a09598
# relations between templates and their instances.
Carlos Lopez a09598
Carlos Lopez a09598
TEMPLATE_RELATIONS     = YES
Carlos Lopez a09598
Carlos Lopez a09598
# If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDE_GRAPH, and HAVE_DOT 
Carlos Lopez a09598
# tags are set to YES then doxygen will generate a graph for each documented 
Carlos Lopez a09598
# file showing the direct and indirect include dependencies of the file with 
Carlos Lopez a09598
# other documented files.
Carlos Lopez a09598
Carlos Lopez a09598
INCLUDE_GRAPH          = YES
Carlos Lopez a09598
Carlos Lopez a09598
# If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDED_BY_GRAPH, and 
Carlos Lopez a09598
# HAVE_DOT tags are set to YES then doxygen will generate a graph for each 
Carlos Lopez a09598
# documented header file showing the documented files that directly or 
Carlos Lopez a09598
# indirectly include this file.
Carlos Lopez a09598
Carlos Lopez a09598
INCLUDED_BY_GRAPH      = YES
Carlos Lopez a09598
Carlos Lopez a09598
# If the CALL_GRAPH and HAVE_DOT tags are set to YES then doxygen will 
Carlos Lopez a09598
# generate a call dependency graph for every global function or class method. 
Carlos Lopez a09598
# Note that enabling this option will significantly increase the time of a run. 
Carlos Lopez a09598
# So in most cases it will be better to enable call graphs for selected 
Carlos Lopez a09598
# functions only using the \callgraph command.
Carlos Lopez a09598
Carlos Lopez a09598
CALL_GRAPH             = NO
Carlos Lopez a09598
Carlos Lopez a09598
# If the GRAPHICAL_HIERARCHY and HAVE_DOT tags are set to YES then doxygen 
Carlos Lopez a09598
# will graphical hierarchy of all classes instead of a textual one.
Carlos Lopez a09598
Carlos Lopez a09598
GRAPHICAL_HIERARCHY    = YES
Carlos Lopez a09598
Carlos Lopez a09598
# If the DIRECTORY_GRAPH, SHOW_DIRECTORIES and HAVE_DOT tags are set to YES 
Carlos Lopez a09598
# then doxygen will show the dependencies a directory has on other directories 
Carlos Lopez a09598
# in a graphical way. The dependency relations are determined by the #include
Carlos Lopez a09598
# relations between the files in the directories.
Carlos Lopez a09598
Carlos Lopez a09598
DIRECTORY_GRAPH        = YES
Carlos Lopez a09598
Carlos Lopez a09598
# The DOT_IMAGE_FORMAT tag can be used to set the image format of the images 
Carlos Lopez a09598
# generated by dot. Possible values are png, jpg, or gif
Carlos Lopez a09598
# If left blank png will be used.
Carlos Lopez a09598
Carlos Lopez a09598
DOT_IMAGE_FORMAT       = gif
Carlos Lopez a09598
Carlos Lopez a09598
# The tag DOT_PATH can be used to specify the path where the dot tool can be 
Carlos Lopez a09598
# found. If left blank, it is assumed the dot tool can be found in the path.
Carlos Lopez a09598
Carlos Lopez a09598
DOT_PATH               = 
Carlos Lopez a09598
Carlos Lopez a09598
# The DOTFILE_DIRS tag can be used to specify one or more directories that 
Carlos Lopez a09598
# contain dot files that are included in the documentation (see the 
Carlos Lopez a09598
# \dotfile command).
Carlos Lopez a09598
Carlos Lopez a09598
DOTFILE_DIRS           = 
Carlos Lopez a09598
Carlos Lopez a09598
# The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the 
Carlos Lopez a09598
# graphs generated by dot. A depth value of 3 means that only nodes reachable 
Carlos Lopez a09598
# from the root by following a path via at most 3 edges will be shown. Nodes 
Carlos Lopez a09598
# that lay further from the root node will be omitted. Note that setting this 
Carlos Lopez a09598
# option to 1 or 2 may greatly reduce the computation time needed for large 
Carlos Lopez a09598
# code bases. Also note that a graph may be further truncated if the graph's 
Carlos Lopez a09598
# image dimensions are not sufficient to fit the graph (see MAX_DOT_GRAPH_WIDTH 
Carlos Lopez a09598
# and MAX_DOT_GRAPH_HEIGHT). If 0 is used for the depth value (the default), 
Carlos Lopez a09598
# the graph is not depth-constrained.
Carlos Lopez a09598
Carlos Lopez a09598
MAX_DOT_GRAPH_DEPTH    = 0
Carlos Lopez a09598
Carlos Lopez a09598
# Set the DOT_TRANSPARENT tag to YES to generate images with a transparent 
Carlos Lopez a09598
# background. This is disabled by default, which results in a white background. 
Carlos Lopez a09598
# Warning: Depending on the platform used, enabling this option may lead to 
Carlos Lopez a09598
# badly anti-aliased labels on the edges of a graph (i.e. they become hard to 
Carlos Lopez a09598
# read).
Carlos Lopez a09598
Carlos Lopez a09598
DOT_TRANSPARENT        = NO
Carlos Lopez a09598
Carlos Lopez a09598
# Set the DOT_MULTI_TARGETS tag to YES allow dot to generate multiple output 
Carlos Lopez a09598
# files in one run (i.e. multiple -o and -T options on the command line). This 
Carlos Lopez a09598
# makes dot run faster, but since only newer versions of dot (>1.8.10) 
Carlos Lopez a09598
# support this, this feature is disabled by default.
Carlos Lopez a09598
Carlos Lopez a09598
DOT_MULTI_TARGETS      = NO
Carlos Lopez a09598
Carlos Lopez a09598
# If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will 
Carlos Lopez a09598
# generate a legend page explaining the meaning of the various boxes and 
Carlos Lopez a09598
# arrows in the dot generated graphs.
Carlos Lopez a09598
Carlos Lopez a09598
GENERATE_LEGEND        = YES
Carlos Lopez a09598
Carlos Lopez a09598
# If the DOT_CLEANUP tag is set to YES (the default) Doxygen will 
Carlos Lopez a09598
# remove the intermediate dot files that are used to generate 
Carlos Lopez a09598
# the various graphs.
Carlos Lopez a09598
Carlos Lopez a09598
DOT_CLEANUP            = YES
Carlos Lopez a09598
Carlos Lopez a09598
#---------------------------------------------------------------------------
Carlos Lopez a09598
# Configuration::additions related to the search engine   
Carlos Lopez a09598
#---------------------------------------------------------------------------
Carlos Lopez a09598
Carlos Lopez a09598
# The SEARCHENGINE tag specifies whether or not a search engine should be 
Carlos Lopez a09598
# used. If set to NO the values of all tags below this one will be ignored.
Carlos Lopez a09598
Carlos Lopez a09598
SEARCHENGINE           = NO