Blame doc/Doxyfile-html

Packit 577717
# Doxyfile 1.6.2
Packit 577717
Packit 577717
# This file describes the settings to be used by the documentation system
Packit 577717
# doxygen (www.doxygen.org) for a project
Packit 577717
#
Packit 577717
# All text after a hash (#) is considered a comment and will be ignored
Packit 577717
# The format is:
Packit 577717
#       TAG = value [value, ...]
Packit 577717
# For lists items can also be appended using:
Packit 577717
#       TAG += value [value, ...]
Packit 577717
# Values that contain spaces should be placed between quotes (" ")
Packit 577717
@INCLUDE				= Doxyfile-common
Packit 577717
Packit 577717
#---------------------------------------------------------------------------
Packit 577717
# Configuration options related to the preprocessor
Packit 577717
#---------------------------------------------------------------------------
Packit 577717
Packit 577717
# If the ENABLE_PREPROCESSING tag is set to YES (the default) Doxygen will
Packit 577717
# evaluate all C-preprocessor directives found in the sources and include
Packit 577717
# files.
Packit 577717
Packit 577717
ENABLE_PREPROCESSING   = YES
Packit 577717
Packit 577717
# If the MACRO_EXPANSION tag is set to YES Doxygen will expand all macro
Packit 577717
# names in the source code. If set to NO (the default) only conditional
Packit 577717
# compilation will be performed. Macro expansion can be done in a controlled
Packit 577717
# way by setting EXPAND_ONLY_PREDEF to YES.
Packit 577717
Packit 577717
MACRO_EXPANSION        = YES
Packit 577717
Packit 577717
# If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES
Packit 577717
# then the macro expansion is limited to the macros specified with the
Packit 577717
# PREDEFINED and EXPAND_AS_DEFINED tags.
Packit 577717
Packit 577717
EXPAND_ONLY_PREDEF     = YES
Packit 577717
Packit 577717
# The PREDEFINED tag can be used to specify one or more macro names that
Packit 577717
# are defined before the preprocessor is started (similar to the -D option of
Packit 577717
# gcc). The argument of the tag is a list of macros of the form: name
Packit 577717
# or name=definition (no spaces). If the definition and the = are
Packit 577717
# omitted =1 is assumed. To prevent a macro definition from being
Packit 577717
# undefined via #undef or recursively expanded use the := operator
Packit 577717
# instead of the = operator.
Packit 577717
Packit 577717
PREDEFINED             = DEBUG
Packit 577717
Packit 577717
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then
Packit 577717
# this tag can be used to specify a list of macro names that should be expanded.
Packit 577717
# The macro definition that is found in the sources will be used.
Packit 577717
# Use the PREDEFINED tag if you want to use a different macro definition that
Packit 577717
# overrules the definition found in the source code.
Packit 577717
Packit 577717
EXPAND_AS_DEFINED      = PAPIERROR LEAKDBG MEMDBG MPXDBG OVFDBG PAPIDEBUG SUBDBG PRFDBG INTDBG THRDBG APIDBG
Packit 577717
Packit 577717
#---------------------------------------------------------------------------
Packit 577717
# Build related configuration options
Packit 577717
#---------------------------------------------------------------------------
Packit 577717
Packit 577717
# If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
Packit 577717
# 4096 sub-directories (in 2 levels) under the output directory of each output
Packit 577717
# format and will distribute the generated files over these directories.
Packit 577717
# Enabling this option can be useful when feeding doxygen a huge amount of
Packit 577717
# source files, where putting all generated files in the same directory would
Packit 577717
# otherwise cause performance problems for the file system.
Packit 577717
Packit 577717
CREATE_SUBDIRS         = YES
Packit 577717
Packit 577717
# If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in
Packit 577717
# documentation are documented, even if no documentation was available.
Packit 577717
# Private class members and static file members will be hidden unless
Packit 577717
# the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES
Packit 577717
Packit 577717
EXTRACT_ALL            = YES 
Packit 577717
Packit 577717
# If the EXTRACT_STATIC tag is set to YES all static members of a file
Packit 577717
# will be included in the documentation.
Packit 577717
Packit 577717
EXTRACT_STATIC         = YES
Packit 577717
Packit 577717
# The INTERNAL_DOCS tag determines if documentation
Packit 577717
# that is typed after a \internal command is included. If the tag is set
Packit 577717
# to NO (the default) then the documentation will be excluded.
Packit 577717
# Set it to YES to include the internal documentation.
Packit 577717
Packit 577717
INTERNAL_DOCS          = YES
Packit 577717
Packit 577717
# If the CASE_SENSE_NAMES tag is set to NO then Doxygen will only generate
Packit 577717
# file names in lower-case letters. If set to YES upper-case letters are also
Packit 577717
# allowed. This is useful if you have classes or files whose names only differ
Packit 577717
# in case and if your file system supports case sensitive file names. Windows
Packit 577717
# and Mac users are advised to set this option to NO.
Packit 577717
Packit 577717
CASE_SENSE_NAMES       = YES
Packit 577717
Packit 577717
# The GENERATE_TODOLIST tag can be used to enable (YES) or
Packit 577717
# disable (NO) the todo list. This list is created by putting \todo
Packit 577717
# commands in the documentation.
Packit 577717
Packit 577717
GENERATE_TODOLIST      = YES
Packit 577717
Packit 577717
# The GENERATE_TESTLIST tag can be used to enable (YES) or
Packit 577717
# disable (NO) the test list. This list is created by putting \test
Packit 577717
# commands in the documentation.
Packit 577717
Packit 577717
GENERATE_TESTLIST      = YES
Packit 577717
Packit 577717
# The GENERATE_BUGLIST tag can be used to enable (YES) or
Packit 577717
# disable (NO) the bug list. This list is created by putting \bug
Packit 577717
# commands in the documentation.
Packit 577717
Packit 577717
GENERATE_BUGLIST       = YES
Packit 577717
Packit 577717
# The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or
Packit 577717
# disable (NO) the deprecated list. This list is created by putting
Packit 577717
# \deprecated commands in the documentation.
Packit 577717
Packit 577717
GENERATE_DEPRECATEDLIST= YES
Packit 577717
Packit 577717
# Set the SHOW_USED_FILES tag to NO to disable the list of files generated
Packit 577717
# at the bottom of the documentation of classes and structs. If set to YES the
Packit 577717
# list will mention the files that were used to generate the documentation.
Packit 577717
Packit 577717
SHOW_USED_FILES        = YES
Packit 577717
Packit 577717
# If the sources in your project are distributed over multiple directories
Packit 577717
# then setting the SHOW_DIRECTORIES tag to YES will show the directory hierarchy
Packit 577717
# in the documentation. The default is NO.
Packit 577717
Packit 577717
SHOW_DIRECTORIES       = NO 
Packit 577717
Packit 577717
# Set the SHOW_FILES tag to NO to disable the generation of the Files page.
Packit 577717
# This will remove the Files entry from the Quick Index and from the
Packit 577717
# Folder Tree View (if specified). The default is YES.
Packit 577717
Packit 577717
SHOW_FILES             = YES
Packit 577717
Packit 577717
# Set the SHOW_NAMESPACES tag to NO to disable the generation of the
Packit 577717
# Namespaces page.
Packit 577717
# This will remove the Namespaces entry from the Quick Index
Packit 577717
# and from the Folder Tree View (if specified). The default is YES.
Packit 577717
Packit 577717
SHOW_NAMESPACES        = YES
Packit 577717
Packit 577717
#---------------------------------------------------------------------------
Packit 577717
# configuration options related to the input files
Packit 577717
#---------------------------------------------------------------------------
Packit 577717
Packit 577717
# The INPUT tag can be used to specify the files and/or directories that contain
Packit 577717
# documented source files. You may enter file names like "myfile.cpp" or
Packit 577717
# directories like "/usr/src/myproject". Separate the files or directories
Packit 577717
# with spaces.
Packit 577717
Packit 577717
INPUT                  = ../src ../src/components/README
Packit 577717
Packit 577717
# The RECURSIVE tag can be used to turn specify whether or not subdirectories
Packit 577717
# should be searched for input files as well. Possible values are YES and NO.
Packit 577717
# If left blank NO is used.
Packit 577717
Packit 577717
RECURSIVE              = YES
Packit 577717
Packit 577717
#---------------------------------------------------------------------------
Packit 577717
# configuration options related to source browsing
Packit 577717
#---------------------------------------------------------------------------
Packit 577717
Packit 577717
# If the SOURCE_BROWSER tag is set to YES then a list of source files will
Packit 577717
# be generated. Documented entities will be cross-referenced with these sources.
Packit 577717
# Note: To get rid of all source code in the generated output, make sure also
Packit 577717
# VERBATIM_HEADERS is set to NO.
Packit 577717
Packit 577717
SOURCE_BROWSER         = YES 
Packit 577717
Packit 577717
# Setting the INLINE_SOURCES tag to YES will include the body
Packit 577717
# of functions and classes directly in the documentation.
Packit 577717
Packit 577717
INLINE_SOURCES         = YES 
Packit 577717
Packit 577717
# Setting the STRIP_CODE_COMMENTS tag to YES (the default) will instruct
Packit 577717
# doxygen to hide any special comment blocks from generated source code
Packit 577717
# fragments. Normal C and C++ comments will always remain visible.
Packit 577717
Packit 577717
STRIP_CODE_COMMENTS    = YES
Packit 577717
Packit 577717
# If the REFERENCED_BY_RELATION tag is set to YES
Packit 577717
# then for each documented function all documented
Packit 577717
# functions referencing it will be listed.
Packit 577717
Packit 577717
REFERENCED_BY_RELATION = NO
Packit 577717
Packit 577717
# If the REFERENCES_RELATION tag is set to YES
Packit 577717
# then for each documented function all documented entities
Packit 577717
# called/used by that function will be listed.
Packit 577717
Packit 577717
REFERENCES_RELATION    = NO
Packit 577717
Packit 577717
# If the REFERENCES_LINK_SOURCE tag is set to YES (the default)
Packit 577717
# and SOURCE_BROWSER tag is set to YES, then the hyperlinks from
Packit 577717
# functions in REFERENCES_RELATION and REFERENCED_BY_RELATION lists will
Packit 577717
# link to the source code.
Packit 577717
# Otherwise they will link to the documentation.
Packit 577717
Packit 577717
REFERENCES_LINK_SOURCE = YES
Packit 577717
Packit 577717
#---------------------------------------------------------------------------
Packit 577717
# configuration options related to the HTML output
Packit 577717
#---------------------------------------------------------------------------
Packit 577717
Packit 577717
# If the GENERATE_HTML tag is set to YES (the default) Doxygen will
Packit 577717
# generate HTML output.
Packit 577717
Packit 577717
GENERATE_HTML          = YES
Packit 577717
Packit 577717
# The HTML_OUTPUT tag is used to specify where the HTML docs will be put.
Packit 577717
# If a relative path is entered the value of OUTPUT_DIRECTORY will be
Packit 577717
# put in front of it. If left blank `html' will be used as the default path.
Packit 577717
Packit 577717
HTML_OUTPUT            = html
Packit 577717
Packit 577717
# The HTML_FILE_EXTENSION tag can be used to specify the file extension for
Packit 577717
# each generated HTML page (for example: .htm,.php,.asp). If it is left blank
Packit 577717
# doxygen will generate files with .html extension.
Packit 577717
Packit 577717
HTML_FILE_EXTENSION    = .html
Packit 577717
Packit 577717
# The HTML_HEADER tag can be used to specify a personal HTML header for
Packit 577717
# each generated HTML page. If it is left blank doxygen will generate a
Packit 577717
# standard header.
Packit 577717
Packit 577717
HTML_HEADER            =
Packit 577717
Packit 577717
# The HTML_FOOTER tag can be used to specify a personal HTML footer for
Packit 577717
# each generated HTML page. If it is left blank doxygen will generate a
Packit 577717
# standard footer.
Packit 577717
Packit 577717
HTML_FOOTER            =
Packit 577717
Packit 577717
# The HTML_STYLESHEET tag can be used to specify a user-defined cascading
Packit 577717
# style sheet that is used by each HTML page. It can be used to
Packit 577717
# fine-tune the look of the HTML output. If the tag is left blank doxygen
Packit 577717
# will generate a default style sheet. Note that doxygen will try to copy
Packit 577717
# the style sheet file to the HTML output directory, so don't put your own
Packit 577717
# stylesheet in the HTML output directory as well, or it will be erased!
Packit 577717
Packit 577717
HTML_STYLESHEET        =
Packit 577717
Packit 577717
# If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML
Packit 577717
# page will contain the date and time when the page was generated. Setting
Packit 577717
# this to NO can help when comparing the output of multiple runs.
Packit 577717
Packit 577717
HTML_TIMESTAMP         = YES
Packit 577717
Packit 577717
# If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes,
Packit 577717
# files or namespaces will be aligned in HTML using tables. If set to
Packit 577717
# NO a bullet list will be used.
Packit 577717
Packit 577717
HTML_ALIGN_MEMBERS     = YES
Packit 577717
Packit 577717
# If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
Packit 577717
# documentation will contain sections that can be hidden and shown after the
Packit 577717
# page has loaded. For this to work a browser that supports
Packit 577717
# JavaScript and DHTML is required (for instance Mozilla 1.0+, Firefox
Packit 577717
# Netscape 6.0+, Internet explorer 5.0+, Konqueror, or Safari).
Packit 577717
Packit 577717
HTML_DYNAMIC_SECTIONS  = NO 
Packit 577717
Packit 577717
Packit 577717
# This tag can be used to set the number of enum values (range [1..20])
Packit 577717
# that doxygen will group on one line in the generated HTML documentation.
Packit 577717
Packit 577717
ENUM_VALUES_PER_LINE   = 4
Packit 577717
Packit 577717
# The GENERATE_TREEVIEW tag is used to specify whether a tree-like index
Packit 577717
# structure should be generated to display hierarchical information.
Packit 577717
# If the tag value is set to YES, a side panel will be generated
Packit 577717
# containing a tree-like index structure (just like the one that
Packit 577717
# is generated for HTML Help). For this to work a browser that supports
Packit 577717
# JavaScript, DHTML, CSS and frames is required (i.e. any modern browser).
Packit 577717
# Windows users are probably better off using the HTML help feature.
Packit 577717
Packit 577717
GENERATE_TREEVIEW      = YES 
Packit 577717
Packit 577717
# By enabling USE_INLINE_TREES, doxygen will generate the Groups, Directories,
Packit 577717
# and Class Hierarchy pages using a tree view instead of an ordered list.
Packit 577717
Packit 577717
USE_INLINE_TREES       = NO
Packit 577717
Packit 577717
# If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be
Packit 577717
# used to set the initial width (in pixels) of the frame in which the tree
Packit 577717
# is shown.
Packit 577717
Packit 577717
TREEVIEW_WIDTH         = 250
Packit 577717
Packit 577717
# Use this tag to change the font size of Latex formulas included
Packit 577717
# as images in the HTML documentation. The default is 10. Note that
Packit 577717
# when you change the font size after a successful doxygen run you need
Packit 577717
# to manually remove any form_*.png images from the HTML output directory
Packit 577717
# to force them to be regenerated.
Packit 577717
Packit 577717
FORMULA_FONTSIZE       = 10
Packit 577717
Packit 577717
# When the SEARCHENGINE tag is enabled doxygen will generate a search box for the HTML output. The underlying search engine uses javascript
Packit 577717
# and DHTML and should work on any modern browser. Note that when using HTML help (GENERATE_HTMLHELP), Qt help (GENERATE_QHP), or docsets (GENERATE_DOCSET) there is already a search function so this one should
Packit 577717
# typically be disabled. For large projects the javascript based search engine
Packit 577717
# can be slow, then enabling SERVER_BASED_SEARCH may provide a better solution.
Packit 577717
Packit 577717
SEARCHENGINE           = YES
Packit 577717
Packit 577717
# When the SERVER_BASED_SEARCH tag is enabled the search engine will be implemented using a PHP enabled web server instead of at the web client using Javascript. Doxygen will generate the search PHP script and index
Packit 577717
# file to put on the web server. The advantage of the server based approach is that it scales better to large projects and allows full text search. The disadvances is that it is more difficult to setup
Packit 577717
# and does not have live searching capabilities.
Packit 577717
Packit 577717
SERVER_BASED_SEARCH    = NO
Packit 577717
Packit 577717
#---------------------------------------------------------------------------
Packit 577717
# Configuration options related to the dot tool
Packit 577717
#---------------------------------------------------------------------------
Packit 577717
Packit 577717
# If the CLASS_DIAGRAMS tag is set to YES (the default) Doxygen will
Packit 577717
# generate a inheritance diagram (in HTML, RTF and LaTeX) for classes with base
Packit 577717
# or super classes. Setting the tag to NO turns the diagrams off. Note that
Packit 577717
# this option is superseded by the HAVE_DOT option below. This is only a
Packit 577717
# fallback. It is recommended to install and use dot, since it yields more
Packit 577717
# powerful graphs.
Packit 577717
Packit 577717
CLASS_DIAGRAMS         = YES
Packit 577717
Packit 577717
# If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen
Packit 577717
# will generate a graph for each documented class showing the direct and
Packit 577717
# indirect inheritance relations. Setting this tag to YES will force the
Packit 577717
# the CLASS_DIAGRAMS tag to NO.
Packit 577717
Packit 577717
CLASS_GRAPH            = YES
Packit 577717
Packit 577717
# If the COLLABORATION_GRAPH and HAVE_DOT tags are set to YES then doxygen
Packit 577717
# will generate a graph for each documented class showing the direct and
Packit 577717
# indirect implementation dependencies (inheritance, containment, and
Packit 577717
# class references variables) of the class with other documented classes.
Packit 577717
Packit 577717
COLLABORATION_GRAPH    = YES
Packit 577717
Packit 577717
# If the GROUP_GRAPHS and HAVE_DOT tags are set to YES then doxygen
Packit 577717
# will generate a graph for groups, showing the direct groups dependencies
Packit 577717
Packit 577717
GROUP_GRAPHS           = YES
Packit 577717
Packit 577717
# If the UML_LOOK tag is set to YES doxygen will generate inheritance and
Packit 577717
# collaboration diagrams in a style similar to the OMG's Unified Modeling
Packit 577717
# Language.
Packit 577717
Packit 577717
UML_LOOK               = NO
Packit 577717
Packit 577717
# If set to YES, the inheritance and collaboration graphs will show the
Packit 577717
# relations between templates and their instances.
Packit 577717
Packit 577717
TEMPLATE_RELATIONS     = NO
Packit 577717
Packit 577717
# If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDE_GRAPH, and HAVE_DOT
Packit 577717
# tags are set to YES then doxygen will generate a graph for each documented
Packit 577717
# file showing the direct and indirect include dependencies of the file with
Packit 577717
# other documented files.
Packit 577717
Packit 577717
INCLUDE_GRAPH          = YES
Packit 577717
Packit 577717
# If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDED_BY_GRAPH, and
Packit 577717
# HAVE_DOT tags are set to YES then doxygen will generate a graph for each
Packit 577717
# documented header file showing the documented files that directly or
Packit 577717
# indirectly include this file.
Packit 577717
Packit 577717
INCLUDED_BY_GRAPH      = YES
Packit 577717
Packit 577717
# If the CALL_GRAPH and HAVE_DOT options are set to YES then
Packit 577717
# doxygen will generate a call dependency graph for every global function
Packit 577717
# or class method. Note that enabling this option will significantly increase
Packit 577717
# the time of a run. So in most cases it will be better to enable call graphs
Packit 577717
# for selected functions only using the \callgraph command.
Packit 577717
Packit 577717
CALL_GRAPH             = YES 
Packit 577717
Packit 577717
# If the CALLER_GRAPH and HAVE_DOT tags are set to YES then
Packit 577717
# doxygen will generate a caller dependency graph for every global function
Packit 577717
# or class method. Note that enabling this option will significantly increase
Packit 577717
# the time of a run. So in most cases it will be better to enable caller
Packit 577717
# graphs for selected functions only using the \callergraph command.
Packit 577717
Packit 577717
CALLER_GRAPH           = YES 
Packit 577717
Packit 577717
# If the GRAPHICAL_HIERARCHY and HAVE_DOT tags are set to YES then doxygen
Packit 577717
# will graphical hierarchy of all classes instead of a textual one.
Packit 577717
Packit 577717
GRAPHICAL_HIERARCHY    = YES
Packit 577717
Packit 577717
# If the DIRECTORY_GRAPH, SHOW_DIRECTORIES and HAVE_DOT tags are set to YES
Packit 577717
# then doxygen will show the dependencies a directory has on other directories
Packit 577717
# in a graphical way. The dependency relations are determined by the #include
Packit 577717
# relations between the files in the directories.
Packit 577717
Packit 577717
DIRECTORY_GRAPH        = NO
Packit 577717
Packit 577717
# The DOT_IMAGE_FORMAT tag can be used to set the image format of the images
Packit 577717
# generated by dot. Possible values are png, jpg, or gif
Packit 577717
# If left blank png will be used.
Packit 577717
Packit 577717
DOT_IMAGE_FORMAT       = png
Packit 577717
Packit 577717
# The tag DOT_PATH can be used to specify the path where the dot tool can be
Packit 577717
# found. If left blank, it is assumed the dot tool can be found in the path.
Packit 577717
Packit 577717
DOT_PATH               = 
Packit 577717
Packit 577717
# The DOTFILE_DIRS tag can be used to specify one or more directories that
Packit 577717
# contain dot files that are included in the documentation (see the
Packit 577717
# \dotfile command).
Packit 577717
Packit 577717
DOTFILE_DIRS           =
Packit 577717
Packit 577717
# The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of
Packit 577717
# nodes that will be shown in the graph. If the number of nodes in a graph
Packit 577717
# becomes larger than this value, doxygen will truncate the graph, which is
Packit 577717
# visualized by representing a node as a red box. Note that doxygen if the
Packit 577717
# number of direct children of the root node in a graph is already larger than
Packit 577717
# DOT_GRAPH_MAX_NODES then the graph will not be shown at all. Also note
Packit 577717
# that the size of a graph can be further restricted by MAX_DOT_GRAPH_DEPTH.
Packit 577717
Packit 577717
DOT_GRAPH_MAX_NODES    = 50
Packit 577717
Packit 577717
# The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the
Packit 577717
# graphs generated by dot. A depth value of 3 means that only nodes reachable
Packit 577717
# from the root by following a path via at most 3 edges will be shown. Nodes
Packit 577717
# that lay further from the root node will be omitted. Note that setting this
Packit 577717
# option to 1 or 2 may greatly reduce the computation time needed for large
Packit 577717
# code bases. Also note that the size of a graph can be further restricted by
Packit 577717
# DOT_GRAPH_MAX_NODES. Using a depth of 0 means no depth restriction.
Packit 577717
Packit 577717
MAX_DOT_GRAPH_DEPTH    = 0
Packit 577717
Packit 577717
# Set the DOT_TRANSPARENT tag to YES to generate images with a transparent
Packit 577717
# background. This is disabled by default, because dot on Windows does not
Packit 577717
# seem to support this out of the box. Warning: Depending on the platform used,
Packit 577717
# enabling this option may lead to badly anti-aliased labels on the edges of
Packit 577717
# a graph (i.e. they become hard to read).
Packit 577717
Packit 577717
DOT_TRANSPARENT        = NO
Packit 577717
Packit 577717
# Set the DOT_MULTI_TARGETS tag to YES allow dot to generate multiple output
Packit 577717
# files in one run (i.e. multiple -o and -T options on the command line). This
Packit 577717
# makes dot run faster, but since only newer versions of dot (>1.8.10)
Packit 577717
# support this, this feature is disabled by default.
Packit 577717
Packit 577717
DOT_MULTI_TARGETS      = NO
Packit 577717
Packit 577717
# If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will
Packit 577717
# generate a legend page explaining the meaning of the various boxes and
Packit 577717
# arrows in the dot generated graphs.
Packit 577717
Packit 577717
GENERATE_LEGEND        = YES
Packit 577717
Packit 577717
# If the DOT_CLEANUP tag is set to YES (the default) Doxygen will
Packit 577717
# remove the intermediate dot files that are used to generate
Packit 577717
# the various graphs.
Packit 577717
Packit 577717
DOT_CLEANUP            = YES