Skip to content
Snippets Groups Projects
Commit 66a080f2 authored by Christoph Grüninger's avatar Christoph Grüninger
Browse files

[doxygen] Fix small Doxygen errors.

parent ed3e3167
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,6 @@ namespace Dune
/**
@brief Convert a stack-allocated object to a shared_ptr:
@relates shared_ptr
@code
int i = 10;
shared_ptr<int> pi = stackobject_to_shared_ptr(i);
......@@ -71,7 +70,6 @@ namespace Dune
/**
@brief Convert a stack object to a shared_ptr of a base class
@relates shared_ptr
@code
class A {};
class B : public A {};
......
......@@ -50,9 +50,7 @@ namespace Dune
// 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
*
* \tparam ...Ints a non-type parameter pack
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment