From d418a1839c75b037f805cb4102fdcdbe17421000 Mon Sep 17 00:00:00 2001
From: melaniel <melanie.lipp@iws.uni-stuttgart.de>
Date: Wed, 31 Aug 2022 15:23:35 +0200
Subject: [PATCH] [doc][doxygen] Add additional ingroups for consistency with
 the rest of the respective documents.

---
 .../porenetwork/pore/2p/localrulesforplatonicbody.hh            | 2 ++
 dumux/multidomain/fvassembler.hh                                | 1 +
 dumux/multidomain/staggeredcouplingmanager.hh                   | 1 +
 dumux/multidomain/subdomaincclocalassembler.hh                  | 1 +
 4 files changed, 5 insertions(+)

diff --git a/dumux/material/fluidmatrixinteractions/porenetwork/pore/2p/localrulesforplatonicbody.hh b/dumux/material/fluidmatrixinteractions/porenetwork/pore/2p/localrulesforplatonicbody.hh
index ab2729ba90..bc00a1dab6 100644
--- a/dumux/material/fluidmatrixinteractions/porenetwork/pore/2p/localrulesforplatonicbody.hh
+++ b/dumux/material/fluidmatrixinteractions/porenetwork/pore/2p/localrulesforplatonicbody.hh
@@ -588,6 +588,7 @@ private:
 
 /*!
  * \ingroup Fluidmatrixinteractions
+ * \ingroup PoreNetworkModels
  * \brief A default configuration for using the VanGenuchten material law
  */
 template<Pore::Shape shape, typename Scalar = double>
@@ -598,6 +599,7 @@ using TwoPLocalRulesPlatonicBodyDefault = SingleShapeTwoPLocalRules<Scalar,
 
 /*!
  * \ingroup Fluidmatrixinteractions
+ * \ingroup PoreNetworkModels
  * \brief A default configuration without regularization for using the VanGenuchten material law
  */
 template<Pore::Shape shape, typename Scalar = double>
diff --git a/dumux/multidomain/fvassembler.hh b/dumux/multidomain/fvassembler.hh
index cea5ffcf23..4603259c5f 100644
--- a/dumux/multidomain/fvassembler.hh
+++ b/dumux/multidomain/fvassembler.hh
@@ -55,6 +55,7 @@ namespace Dumux {
 
 /*!
  * \ingroup MultiDomain
+ * \ingroup Assembly
  * \brief trait that is specialized for coupling manager supporting multithreaded assembly
  */
 template<class CM>
diff --git a/dumux/multidomain/staggeredcouplingmanager.hh b/dumux/multidomain/staggeredcouplingmanager.hh
index 65a78bbc05..198323c060 100644
--- a/dumux/multidomain/staggeredcouplingmanager.hh
+++ b/dumux/multidomain/staggeredcouplingmanager.hh
@@ -158,6 +158,7 @@ public:
 
      /*!
       * \ingroup MultiDomain
+      * \ingroup StaggeredDiscretization
       * \brief evaluates the face residual of a coupled face of domain i which depends on the variables
       *        at the degree of freedom with index dofIdxGlobalJ of domain j
       *
diff --git a/dumux/multidomain/subdomaincclocalassembler.hh b/dumux/multidomain/subdomaincclocalassembler.hh
index 61be763a12..fb79b537fc 100644
--- a/dumux/multidomain/subdomaincclocalassembler.hh
+++ b/dumux/multidomain/subdomaincclocalassembler.hh
@@ -785,6 +785,7 @@ public:
 /*!
  * \ingroup Assembly
  * \ingroup CCDiscretization
+ * \ingroup MultiDomain
  * \brief Cell-centered scheme local assembler using analytic differentiation and implicit time discretization
  */
 template<std::size_t id, class TypeTag, class Assembler>
-- 
GitLab