From 66a080f28ab5521da0a5edf37d8b778398256dd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20Gr=C3=BCninger?= <gruenich@dune-project.org> Date: Tue, 30 Sep 2014 16:35:47 +0200 Subject: [PATCH] [doxygen] Fix small Doxygen errors. --- dune/common/shared_ptr.hh | 2 -- dune/common/std/utility.hh | 4 +--- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/dune/common/shared_ptr.hh b/dune/common/shared_ptr.hh index 6db28a39c..f48cd8896 100644 --- a/dune/common/shared_ptr.hh +++ b/dune/common/shared_ptr.hh @@ -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 {}; diff --git a/dune/common/std/utility.hh b/dune/common/std/utility.hh index 68640f253..4d776ee26 100644 --- a/dune/common/std/utility.hh +++ b/dune/common/std/utility.hh @@ -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 -- GitLab