From de8d9f48cbdf3b0ce3ddcd4b5daaa1c2ce5fbbbc Mon Sep 17 00:00:00 2001
From: Melanie Lipp <melanie.lipp@iws.uni-stuttgart.de>
Date: Tue, 31 Mar 2020 12:42:00 +0200
Subject: [PATCH] Use the doxygen command \deprecated nowhere. Deprecated stuff
 is already in the changelog. Otherwise there is the timemanager as lonely
 item on the page 'Deprecated List' under 'Related Pages' in doxygen.

---
 dumux/common/timemanager.hh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dumux/common/timemanager.hh b/dumux/common/timemanager.hh
index 9e53d104b8..6581bfa90f 100644
--- a/dumux/common/timemanager.hh
+++ b/dumux/common/timemanager.hh
@@ -39,7 +39,6 @@ namespace Dumux {
 
 /*!
  * \ingroup Common
- * \deprecated
  * \brief Manages the handling of time dependent problems.
  *
  * This class facilitates the time management of the simulation.
-- 
GitLab