Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
RIOT
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cm-projects
RIOT
Commits
6c59dbd3
Commit
6c59dbd3
authored
9 years ago
by
Ludwig Knüpfer
Browse files
Options
Downloads
Plain Diff
Merge pull request #2839 from OlegHahm/include_graph_rfc
doxygen: generate graphs for includes
parents
49a2e26e
4952d2a0
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/doxygen/riot.doxyfile
+2
-2
2 additions, 2 deletions
doc/doxygen/riot.doxyfile
with
2 additions
and
2 deletions
doc/doxygen/riot.doxyfile
+
2
−
2
View file @
6c59dbd3
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment