Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
BornAgain
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
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mlz
BornAgain
Commits
17da3e2b
Commit
17da3e2b
authored
4 years ago
by
Wuttke, Joachim
Browse files
Options
Downloads
Patches
Plain Diff
Doxy/XML engine: switch of unneeded options
parent
036d1477
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Wrap/swig/DoxyfileSwig.in
+4
-4
4 additions, 4 deletions
Wrap/swig/DoxyfileSwig.in
with
4 additions
and
4 deletions
Wrap/swig/DoxyfileSwig.in
+
4
−
4
View file @
17da3e2b
...
@@ -2278,7 +2278,7 @@ HIDE_UNDOC_RELATIONS = YES
...
@@ -2278,7 +2278,7 @@ HIDE_UNDOC_RELATIONS = YES
# set to NO
# set to NO
# The default value is: YES.
# The default value is: YES.
HAVE_DOT =
YES
HAVE_DOT =
NO
# The DOT_NUM_THREADS specifies the number of dot invocations doxygen is allowed
# The DOT_NUM_THREADS specifies the number of dot invocations doxygen is allowed
# to run in parallel. When set to 0 doxygen will base this on the number of
# to run in parallel. When set to 0 doxygen will base this on the number of
...
@@ -2383,7 +2383,7 @@ INCLUDE_GRAPH = YES
...
@@ -2383,7 +2383,7 @@ INCLUDE_GRAPH = YES
# 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 =
YES
INCLUDED_BY_GRAPH =
NO
# 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.
...
@@ -2414,7 +2414,7 @@ CALLER_GRAPH = NO
...
@@ -2414,7 +2414,7 @@ CALLER_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.
GRAPHICAL_HIERARCHY =
YES
GRAPHICAL_HIERARCHY =
NO
# If the DIRECTORY_GRAPH tag is set to YES then doxygen will show the
# If the DIRECTORY_GRAPH tag is set to YES then doxygen will show the
# dependencies a directory has on other directories in a graphical way. The
# dependencies a directory has on other directories in a graphical way. The
...
@@ -2423,7 +2423,7 @@ GRAPHICAL_HIERARCHY = YES
...
@@ -2423,7 +2423,7 @@ GRAPHICAL_HIERARCHY = YES
# 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.
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. For an explanation of the image formats see the section
# generated by dot. For an explanation of the image formats see the section
...
...
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