|
|
|
@ -1690,14 +1690,14 @@ TEMPLATE_RELATIONS = NO |
|
|
|
# file showing the direct and indirect include dependencies of the file with |
|
|
|
# file showing the direct and indirect include dependencies of the file with |
|
|
|
# other documented files. |
|
|
|
# other documented files. |
|
|
|
|
|
|
|
|
|
|
|
INCLUDE_GRAPH = YES |
|
|
|
INCLUDE_GRAPH = NO |
|
|
|
|
|
|
|
|
|
|
|
# If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDED_BY_GRAPH, and |
|
|
|
# If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDED_BY_GRAPH, and |
|
|
|
# HAVE_DOT tags are set to YES then doxygen will generate a graph for each |
|
|
|
# HAVE_DOT tags are set to YES then doxygen will generate a graph for each |
|
|
|
# documented header file showing the documented files that directly or |
|
|
|
# documented header file showing the documented files that directly or |
|
|
|
# indirectly include this file. |
|
|
|
# indirectly include this file. |
|
|
|
|
|
|
|
|
|
|
|
INCLUDED_BY_GRAPH = YES |
|
|
|
INCLUDED_BY_GRAPH = NO |
|
|
|
|
|
|
|
|
|
|
|
# If the CALL_GRAPH and HAVE_DOT options are set to YES then |
|
|
|
# If the CALL_GRAPH and HAVE_DOT options are set to YES then |
|
|
|
# doxygen will generate a call dependency graph for every global function |
|
|
|
# doxygen will generate a call dependency graph for every global function |
|
|
|
@ -1725,7 +1725,7 @@ GRAPHICAL_HIERARCHY = YES |
|
|
|
# in a graphical way. The dependency relations are determined by the #include |
|
|
|
# in a graphical way. The dependency relations are determined by the #include |
|
|
|
# relations between the files in the directories. |
|
|
|
# relations between the files in the directories. |
|
|
|
|
|
|
|
|
|
|
|
DIRECTORY_GRAPH = YES |
|
|
|
DIRECTORY_GRAPH = NO |
|
|
|
|
|
|
|
|
|
|
|
# The DOT_IMAGE_FORMAT tag can be used to set the image format of the images |
|
|
|
# The DOT_IMAGE_FORMAT tag can be used to set the image format of the images |
|
|
|
# generated by dot. Possible values are svg, png, jpg, or gif. |
|
|
|
# generated by dot. Possible values are svg, png, jpg, or gif. |
|
|
|
|