Skip to content
Snippets Groups Projects
Commit 6c59dbd3 authored by Ludwig Knüpfer's avatar Ludwig Knüpfer
Browse files

Merge pull request #2839 from OlegHahm/include_graph_rfc

doxygen: generate graphs for includes
parents 49a2e26e 4952d2a0
No related branches found
No related tags found
No related merge requests found
...@@ -2206,7 +2206,7 @@ TEMPLATE_RELATIONS = NO ...@@ -2206,7 +2206,7 @@ TEMPLATE_RELATIONS = NO
# The default value is: YES. # The default value is: YES.
# This tag requires that the tag HAVE_DOT is set to YES. # This tag requires that the tag HAVE_DOT is set to YES.
INCLUDE_GRAPH = NO INCLUDE_GRAPH = YES
# If the INCLUDED_BY_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are # If the INCLUDED_BY_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are
# set to YES then doxygen will generate a graph for each documented file showing # set to YES then doxygen will generate a graph for each documented file showing
...@@ -2215,7 +2215,7 @@ INCLUDE_GRAPH = NO ...@@ -2215,7 +2215,7 @@ INCLUDE_GRAPH = NO
# The default value is: YES. # The default value is: YES.
# This tag requires that the tag HAVE_DOT is set to YES. # This tag requires that the tag HAVE_DOT is set to YES.
INCLUDED_BY_GRAPH = NO INCLUDED_BY_GRAPH = YES
# If the CALL_GRAPH tag is set to YES then doxygen will generate a call # If the CALL_GRAPH tag is set to YES then doxygen will generate a call
# dependency graph for every global function or class method. # dependency graph for every global function or class method.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment