Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-common
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
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
Timo Koch
dune-common
Commits
66a080f2
Commit
66a080f2
authored
10 years ago
by
Christoph Grüninger
Browse files
Options
Downloads
Patches
Plain Diff
[doxygen] Fix small Doxygen errors.
parent
ed3e3167
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
dune/common/shared_ptr.hh
+0
-2
0 additions, 2 deletions
dune/common/shared_ptr.hh
dune/common/std/utility.hh
+1
-3
1 addition, 3 deletions
dune/common/std/utility.hh
with
1 addition
and
5 deletions
dune/common/shared_ptr.hh
+
0
−
2
View file @
66a080f2
...
@@ -57,7 +57,6 @@ namespace Dune
...
@@ -57,7 +57,6 @@ namespace Dune
/**
/**
@brief Convert a stack-allocated object to a shared_ptr:
@brief Convert a stack-allocated object to a shared_ptr:
@relates shared_ptr
@code
@code
int i = 10;
int i = 10;
shared_ptr<int> pi = stackobject_to_shared_ptr(i);
shared_ptr<int> pi = stackobject_to_shared_ptr(i);
...
@@ -71,7 +70,6 @@ namespace Dune
...
@@ -71,7 +70,6 @@ namespace Dune
/**
/**
@brief Convert a stack object to a shared_ptr of a base class
@brief Convert a stack object to a shared_ptr of a base class
@relates shared_ptr
@code
@code
class A {};
class A {};
class B : public A {};
class B : public A {};
...
...
This diff is collapsed.
Click to expand it.
dune/common/std/utility.hh
+
1
−
3
View file @
66a080f2
...
@@ -50,9 +50,7 @@ namespace Dune
...
@@ -50,9 +50,7 @@ namespace Dune
// index_sequence
// index_sequence
// --------------
// --------------
/** \fn index_sequence
/** \brief a function similar to std::index_sequence to be introduced in
*
* \brief a function similar to std::index_sequence to be introduced in
* C++14
* C++14
*
*
* \tparam ...Ints a non-type parameter pack
* \tparam ...Ints a non-type parameter pack
...
...
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