Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TurTLE
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
TurTLE
TurTLE
Commits
cd7074ad
Commit
cd7074ad
authored
4 years ago
by
Cristian Lalescu
Browse files
Options
Downloads
Patches
Plain Diff
[doc] turns on more doxygen options
parent
17db4f16
No related branches found
No related tags found
No related merge requests found
Pipeline
#79836
passed
4 years ago
Stage: build
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
documentation/cpp/cpp_config
+5
-5
5 additions, 5 deletions
documentation/cpp/cpp_config
with
5 additions
and
5 deletions
documentation/cpp/cpp_config
+
5
−
5
View file @
cd7074ad
...
@@ -438,25 +438,25 @@ LOOKUP_CACHE_SIZE = 0
...
@@ -438,25 +438,25 @@ LOOKUP_CACHE_SIZE = 0
# normally produced when WARNINGS is set to YES.
# normally produced when WARNINGS is set to YES.
# The default value is: NO.
# The default value is: NO.
EXTRACT_ALL =
NO
EXTRACT_ALL =
YES
# If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will
# If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will
# be included in the documentation.
# be included in the documentation.
# The default value is: NO.
# The default value is: NO.
EXTRACT_PRIVATE =
NO
EXTRACT_PRIVATE =
YES
# If the EXTRACT_PACKAGE tag is set to YES, all members with package or internal
# If the EXTRACT_PACKAGE tag is set to YES, all members with package or internal
# scope will be included in the documentation.
# scope will be included in the documentation.
# The default value is: NO.
# The default value is: NO.
EXTRACT_PACKAGE =
NO
EXTRACT_PACKAGE =
YES
# If the EXTRACT_STATIC tag is set to YES, all static members of a file will be
# If the EXTRACT_STATIC tag is set to YES, all static members of a file will be
# included in the documentation.
# included in the documentation.
# The default value is: NO.
# The default value is: NO.
EXTRACT_STATIC =
NO
EXTRACT_STATIC =
YES
# If the EXTRACT_LOCAL_CLASSES tag is set to YES, classes (and structs) defined
# If the EXTRACT_LOCAL_CLASSES tag is set to YES, classes (and structs) defined
# locally in source files will be included in the documentation. If set to NO,
# locally in source files will be included in the documentation. If set to NO,
...
@@ -2304,7 +2304,7 @@ UML_LIMIT_NUM_FIELDS = 10
...
@@ -2304,7 +2304,7 @@ UML_LIMIT_NUM_FIELDS = 10
# The default value is: NO.
# The default value is: NO.
# This tag requires that the tag HAVE_DOT is set to YES.
# This tag requires that the tag HAVE_DOT is set to YES.
TEMPLATE_RELATIONS =
NO
TEMPLATE_RELATIONS =
YES
# If the INCLUDE_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are set to
# If the INCLUDE_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are set to
# YES then doxygen will generate a graph for each documented file showing the
# YES then doxygen will generate a graph for each documented file showing the
...
...
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