From d9a595631e38346147e69d35c44d2fa131ddc63c Mon Sep 17 00:00:00 2001
From: Simon Scholz <simon.scholz@iws.uni-stuttgart.de>
Date: Wed, 20 Dec 2017 17:27:34 +0100
Subject: [PATCH] [doxygen] fix doxygen in general material folder

---
 dumux/material/constants.hh                                   | 3 ++-
 .../material/fluidmatrixinteractions/2pia/awnsurfaceexpfct.hh | 4 +---
 dumux/material/idealgas.hh                                    | 3 ++-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dumux/material/constants.hh b/dumux/material/constants.hh
index c28bebc102..a5510e2bbc 100644
--- a/dumux/material/constants.hh
+++ b/dumux/material/constants.hh
@@ -18,7 +18,7 @@
  *****************************************************************************/
 /*!
  * \file
- *
+ * \ingroup Material
  * \brief A central place for various physical constants occuring in
  *        some equations.
  */
@@ -31,6 +31,7 @@ namespace Dumux
 {
 
 /*!
+ * \ingroup Material
  * \brief A central place for various physical constants occuring in
  *        some equations.
  */
diff --git a/dumux/material/fluidmatrixinteractions/2pia/awnsurfaceexpfct.hh b/dumux/material/fluidmatrixinteractions/2pia/awnsurfaceexpfct.hh
index 829b922476..0658e36d3c 100644
--- a/dumux/material/fluidmatrixinteractions/2pia/awnsurfaceexpfct.hh
+++ b/dumux/material/fluidmatrixinteractions/2pia/awnsurfaceexpfct.hh
@@ -16,7 +16,7 @@
  *****************************************************************************/
 /*!
  * \file
- * \ingroup fluidmatrixinteractionsparams
+ * \ingroup fluidmatrixinteractionslaws
  * \brief Specification of a function relating volume specific interfacial area to capillary pressure and saturation.
  * This function is exponential.
  */
@@ -105,5 +105,3 @@ public:
 } // namespace Dumux
 
 #endif
-
-
diff --git a/dumux/material/idealgas.hh b/dumux/material/idealgas.hh
index a713b01907..b2f2c92a3e 100644
--- a/dumux/material/idealgas.hh
+++ b/dumux/material/idealgas.hh
@@ -18,7 +18,7 @@
  *****************************************************************************/
 /*!
  * \file
- *
+ * \ingroup Material
  * \brief Relations valid for an ideal gas.
  */
 #ifndef DUMUX_IDEAL_GAS_HH
@@ -30,6 +30,7 @@ namespace Dumux
 {
 
 /*!
+ * \ingroup Material
  * \brief Relations valid for an ideal gas.
  */
 template <class Scalar>
-- 
GitLab