From 0764b44d8c56ed8790d42fdf9780e8dd5b0fd2ce Mon Sep 17 00:00:00 2001
From: "Dennis.Glaeser" <dennis.glaeser@iws.uni-stuttgart.de>
Date: Tue, 15 Jan 2019 11:06:31 +0100
Subject: [PATCH] [facet][mpfa] fix doxygen group specification

---
 .../multidomain/facet/cellcentered/mpfa/couplingmanager.hh  | 2 --
 dumux/multidomain/facet/cellcentered/mpfa/couplingmapper.hh | 2 --
 .../facet/cellcentered/mpfa/interactionvolume.hh            | 6 ------
 dumux/multidomain/facet/cellcentered/mpfa/localassembler.hh | 4 ----
 .../facet/cellcentered/mpfa/localsubcontrolentities.hh      | 6 +-----
 dumux/multidomain/facet/cellcentered/mpfa/properties.hh     | 1 -
 6 files changed, 1 insertion(+), 20 deletions(-)

diff --git a/dumux/multidomain/facet/cellcentered/mpfa/couplingmanager.hh b/dumux/multidomain/facet/cellcentered/mpfa/couplingmanager.hh
index a38ce22962..e968e3917e 100644
--- a/dumux/multidomain/facet/cellcentered/mpfa/couplingmanager.hh
+++ b/dumux/multidomain/facet/cellcentered/mpfa/couplingmanager.hh
@@ -18,7 +18,6 @@
  *****************************************************************************/
 /*!
  * \file
- * \ingroup MultiDomain
  * \ingroup FacetCoupling
  * \copydoc Dumux::FacetCouplingManager
  */
@@ -41,7 +40,6 @@
 namespace Dumux {
 
 /*!
- * \ingroup MultiDomain
  * \ingroup FacetCoupling
  * \brief Manages the coupling between bulk elements and lower dimensional elements
  *        where the coupling occurs across the facets of the bulk grid. This implementation
diff --git a/dumux/multidomain/facet/cellcentered/mpfa/couplingmapper.hh b/dumux/multidomain/facet/cellcentered/mpfa/couplingmapper.hh
index 6747254faa..de40286dde 100644
--- a/dumux/multidomain/facet/cellcentered/mpfa/couplingmapper.hh
+++ b/dumux/multidomain/facet/cellcentered/mpfa/couplingmapper.hh
@@ -16,7 +16,6 @@
  *****************************************************************************/
 /*!
  * \file
- * \ingroup MultiDomain
  * \ingroup FacetCoupling
  * \copydoc Dumux::FacetCouplingMapper
  */
@@ -35,7 +34,6 @@
 namespace Dumux {
 
 /*!
- * \ingroup MultiDomain
  * \ingroup FacetCoupling
  * \brief Base class for the coupling mapper that sets up and stores
  *        the coupling maps between two domains of dimension d and (d-1).
diff --git a/dumux/multidomain/facet/cellcentered/mpfa/interactionvolume.hh b/dumux/multidomain/facet/cellcentered/mpfa/interactionvolume.hh
index 74487a8b93..fbe84ad76f 100644
--- a/dumux/multidomain/facet/cellcentered/mpfa/interactionvolume.hh
+++ b/dumux/multidomain/facet/cellcentered/mpfa/interactionvolume.hh
@@ -18,9 +18,7 @@
  *****************************************************************************/
 /*!
  * \file
- * \ingroup MultiDomain
  * \ingroup FacetCoupling
- * \ingroup CCMpfaDiscretization
  * \copydoc Dumux::CCMpfaOFacetCouplingInteractionVolume
  */
 #ifndef DUMUX_MULTIDOMAIN_FACET_CC_MPFA_O_INTERACTIONVOLUME_HH
@@ -41,9 +39,7 @@ namespace Dumux {
 template< class Traits > class CCMpfaOFacetCouplingInteractionVolume;
 
 /*!
- * \ingroup MultiDomain
  * \ingroup FacetCoupling
- * \ingroup CCMpfaDiscretization
  * \brief The default interaction volume traits class for the mpfa-o method
  *        in the context of facet coupling. This uses dynamic types types for
  *        matrices/vectors in order to work on general grids.
@@ -74,9 +70,7 @@ public:
 };
 
 /*!
- * \ingroup MultiDomain
  * \ingroup FacetCoupling
- * \ingroup CCMpfaDiscretization
  * \brief Class for the interaction volume of the mpfa-o scheme in the
  *        context of models involving coupling to a lower-dimensional
  *        domain across the element facets.
diff --git a/dumux/multidomain/facet/cellcentered/mpfa/localassembler.hh b/dumux/multidomain/facet/cellcentered/mpfa/localassembler.hh
index 54cf1e8e26..aa6c3f8b40 100644
--- a/dumux/multidomain/facet/cellcentered/mpfa/localassembler.hh
+++ b/dumux/multidomain/facet/cellcentered/mpfa/localassembler.hh
@@ -18,9 +18,7 @@
  *****************************************************************************/
 /*!
  * \file
- * \ingroup MultiDomain
  * \ingroup FacetCoupling
- * \ingroup CCMpfaDiscretization
  * \copydoc Dumux::MpfaOFacetCouplingInteractionVolumeAssembler
  */
 #ifndef DUMUX_MULTIDOMAIN_FACET_CC_MPFA_O_LOCAL_ASSEMBLER_HH
@@ -37,9 +35,7 @@
 namespace Dumux {
 
 /*!
- * \ingroup MultiDomain
  * \ingroup FacetCoupling
- * \ingroup CCMpfaDiscretization
  * \brief Specialization of the interaction volume-local
  *        assembler class for the schemes using an mpfa-o type
  *        assembly in the context of facet coupling.
diff --git a/dumux/multidomain/facet/cellcentered/mpfa/localsubcontrolentities.hh b/dumux/multidomain/facet/cellcentered/mpfa/localsubcontrolentities.hh
index 165c69b237..bd9131d03c 100644
--- a/dumux/multidomain/facet/cellcentered/mpfa/localsubcontrolentities.hh
+++ b/dumux/multidomain/facet/cellcentered/mpfa/localsubcontrolentities.hh
@@ -18,9 +18,7 @@
  *****************************************************************************/
 /*!
  * \file
- * \ingroup MultiDomain
  * \ingroup FacetCoupling
- * \ingroup CCMpfaDiscretization
  * \brief Classes for sub control entities of the
  *        mpfa-o method in the context of facet coupling
  */
@@ -33,9 +31,7 @@
 namespace Dumux {
 
 /*!
- * \ingroup MultiDomain
  * \ingroup FacetCoupling
- * \ingroup CCMpfaDiscretization
  * \brief Class for the interaction volume-local sub-control volume used
  *        in the mpfa-o scheme in the context of facet coupling.
  *
@@ -96,7 +92,7 @@ private:
 };
 
 /*!
- * \ingroup CCMpfaDiscretization
+ * \ingroup FacetCoupling
  * \brief Class for the interaction volume-local sub-control volume face
  *        used in the mpfa-o scheme in the context of facet coupling.
  *
diff --git a/dumux/multidomain/facet/cellcentered/mpfa/properties.hh b/dumux/multidomain/facet/cellcentered/mpfa/properties.hh
index a9872d9088..b2732f5049 100644
--- a/dumux/multidomain/facet/cellcentered/mpfa/properties.hh
+++ b/dumux/multidomain/facet/cellcentered/mpfa/properties.hh
@@ -18,7 +18,6 @@
  *****************************************************************************/
 /*!
  * \file
- * \ingroup MultiDomain
  * \ingroup FacetCoupling
  * \brief Properties (and default properties) for all models using cell-centered
  *        finite volume scheme with MPFA together with coupling across the grid element facets
-- 
GitLab