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
d0003e0d
Commit
d0003e0d
authored
4 years ago
by
Wuttke, Joachim
Browse files
Options
Downloads
Patches
Plain Diff
Doxy user: improve parameterization
parent
a2682b76
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Doc/Doxygen/user/Doxyfile.in
+8
-8
8 additions, 8 deletions
Doc/Doxygen/user/Doxyfile.in
Sample/Processed/MultiLayerFuncs.h
+2
-0
2 additions, 0 deletions
Sample/Processed/MultiLayerFuncs.h
with
10 additions
and
8 deletions
Doc/Doxygen/user/Doxyfile.in
+
8
−
8
View file @
d0003e0d
...
...
@@ -505,7 +505,7 @@ EXTRACT_STATIC = YES
# for Java sources.
# The default value is: YES.
EXTRACT_LOCAL_CLASSES =
YES
EXTRACT_LOCAL_CLASSES =
NO
# This flag is only useful for Objective-C code. If set to YES, local methods,
# which are defined in the implementation section but not in the interface are
...
...
@@ -607,7 +607,7 @@ FORCE_LOCAL_INCLUDES = YES
# documentation for inline members.
# The default value is: YES.
INLINE_INFO =
YES
INLINE_INFO =
NO
# If the SORT_MEMBER_DOCS tag is set to YES then doxygen will sort the
# (detailed) documentation of file and class members alphabetically by member
...
...
@@ -622,7 +622,7 @@ SORT_MEMBER_DOCS = NO
# this will also influence the order of the classes in the class list.
# The default value is: NO.
SORT_BRIEF_DOCS =
NO
SORT_BRIEF_DOCS =
YES
# If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen will sort the
# (brief and detailed) documentation of class members so that constructors and
...
...
@@ -634,14 +634,14 @@ SORT_BRIEF_DOCS = NO
# detailed member documentation.
# The default value is: NO.
SORT_MEMBERS_CTORS_1ST =
NO
SORT_MEMBERS_CTORS_1ST =
YES
# If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the hierarchy
# of group names into alphabetical order. If set to NO the group names will
# appear in their defined order.
# The default value is: NO.
SORT_GROUP_NAMES =
NO
SORT_GROUP_NAMES =
YES
# If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be sorted by
# fully-qualified names, including namespaces. If set to NO, the class list will
...
...
@@ -667,19 +667,19 @@ STRICT_PROTO_MATCHING = NO
# list. This list is created by putting \todo commands in the documentation.
# The default value is: YES.
GENERATE_TODOLIST =
YES
GENERATE_TODOLIST =
NO
# The GENERATE_TESTLIST tag can be used to enable (YES) or disable (NO) the test
# list. This list is created by putting \test commands in the documentation.
# The default value is: YES.
GENERATE_TESTLIST =
YES
GENERATE_TESTLIST =
NO
# The GENERATE_BUGLIST tag can be used to enable (YES) or disable (NO) the bug
# list. This list is created by putting \bug commands in the documentation.
# The default value is: YES.
GENERATE_BUGLIST =
YES
GENERATE_BUGLIST =
NO
# The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or disable (NO)
# the deprecated list. This list is created by putting \deprecated commands in
...
...
This diff is collapsed.
Click to expand it.
Sample/Processed/MultiLayerFuncs.h
+
2
−
0
View file @
d0003e0d
...
...
@@ -12,6 +12,7 @@
//
// ************************************************************************************************
#ifndef USER_API
#ifndef BORNAGAIN_SAMPLE_PROCESSED_MULTILAYERFUNCS_H
#define BORNAGAIN_SAMPLE_PROCESSED_MULTILAYERFUNCS_H
...
...
@@ -38,3 +39,4 @@ std::pair<double, double> defaultMaterialProfileLimits(const MultiLayer& multila
}
// namespace swigAPI
#endif // BORNAGAIN_SAMPLE_PROCESSED_MULTILAYERFUNCS_H
#endif // USER_API
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