diff --git a/dumux/discretization/cellcentered/mpfa/subcontrolvolumeface.hh b/dumux/discretization/cellcentered/mpfa/subcontrolvolumeface.hh
index 3f1036f9bb447582500f4f8feba32cd2e78708d4..f49e5f75c1d95d7e5249bb40cd25e7d837c32655 100644
--- a/dumux/discretization/cellcentered/mpfa/subcontrolvolumeface.hh
+++ b/dumux/discretization/cellcentered/mpfa/subcontrolvolumeface.hh
@@ -114,7 +114,7 @@ public:
      *
      * \param helper The helper class for mpfa schemes
      * \param corners The corners of the scv face
-     * \param unitOuterNormal The unit outer normal vector of the scvf
+     * \param intersection The intersection
      * \param vIdxGlobal The global vertex index the scvf is connected to
      * \param vIdxLocal The element-local vertex index the scvf is connected to
      * \param scvfIndex The global index of this scv face
diff --git a/dumux/discretization/facecentered/diamond/fvelementgeometry.hh b/dumux/discretization/facecentered/diamond/fvelementgeometry.hh
index f1e9a13f26681ba68f924059251db9d25c514080..507c0b1e275905da110f8cb0d614666be9479559 100644
--- a/dumux/discretization/facecentered/diamond/fvelementgeometry.hh
+++ b/dumux/discretization/facecentered/diamond/fvelementgeometry.hh
@@ -19,7 +19,7 @@
 /*!
  * \file
  * \ingroup DiamondDiscretization
- * \copydoc Dumux::DiamondFVElementGeometry
+ * \copydoc Dumux::FaceCenteredDiamondFVElementGeometry
  */
 #ifndef DUMUX_DISCRETIZATION_FACECENTERED_DIAMOND_FV_ELEMENT_GEOMETRY_HH
 #define DUMUX_DISCRETIZATION_FACECENTERED_DIAMOND_FV_ELEMENT_GEOMETRY_HH
diff --git a/dumux/discretization/facecentered/diamond/subcontrolvolumeface.hh b/dumux/discretization/facecentered/diamond/subcontrolvolumeface.hh
index 168c5ab322f9d72abe0a79ccf7a5beb87c40c5c3..5237979d43328e4b1a075cc713afc5a370ed2212 100644
--- a/dumux/discretization/facecentered/diamond/subcontrolvolumeface.hh
+++ b/dumux/discretization/facecentered/diamond/subcontrolvolumeface.hh
@@ -19,7 +19,7 @@
 /*!
  * \file
  * \ingroup DiamondDiscretization
- * \copydoc Dumux::FreeFlowDiamondSubControlVolumeFace
+ * \copydoc Dumux::FaceCenteredDiamondSubControlVolumeFace
  */
 #ifndef DUMUX_DISCRETIZATION_FACECENTERED_DIAMOND_SUBCONTROLVOLUMEFACE_HH
 #define DUMUX_DISCRETIZATION_FACECENTERED_DIAMOND_SUBCONTROLVOLUMEFACE_HH
diff --git a/dumux/freeflow/shallowwater/boundaryfluxes.hh b/dumux/freeflow/shallowwater/boundaryfluxes.hh
index 739a338ed438560371d5ebef8dc79318a1012ca7..432ad2722d088faeaa4988b955caa4a25669e048 100644
--- a/dumux/freeflow/shallowwater/boundaryfluxes.hh
+++ b/dumux/freeflow/shallowwater/boundaryfluxes.hh
@@ -130,7 +130,7 @@ std::array<Scalar, 3> fixedDischargeBoundary(const Scalar dischargeBoundary,
 /*!
  * \brief Compute the viscosity/diffusive flux at a rough wall boundary using no-slip formulation.
  *
- * \param alphaWall Roughness parameter: alphaWall=0.0 means full slip, alphaWall=1.0 means no slip, 0.0<alphaWall<1.0 means partial slip [-]
+ * \param alphaWall Roughness parameter: alphaWall=0.0 means full slip, alphaWall=1.0 means no slip, \f$0.0<\text{alphaWall}<1.0\f$ means partial slip [-]
  * \param turbulentViscosity Turbulent viscosity [m^2/s]
  * \param state Primary variables (water depth, velocities)
  * \param cellCenterToBoundaryFaceCenter Cell-center to boundary distance
diff --git a/dumux/material/fluidmatrixinteractions/porenetwork/pore/2p/localrulesforplatonicbody.hh b/dumux/material/fluidmatrixinteractions/porenetwork/pore/2p/localrulesforplatonicbody.hh
index 2b71c403afb1d13b5db07120650157b4821292da..2ea49d683409fd17be064b05d2e72d526f80cadc 100644
--- a/dumux/material/fluidmatrixinteractions/porenetwork/pore/2p/localrulesforplatonicbody.hh
+++ b/dumux/material/fluidmatrixinteractions/porenetwork/pore/2p/localrulesforplatonicbody.hh
@@ -583,7 +583,6 @@ private:
 
 /*!
  * \ingroup Fluidmatrixinteractions
- * \ingroup PoreNetworkModels
  * \brief A default configuration for using the VanGenuchten material law
  */
 template<Pore::Shape shape, typename Scalar = double>
@@ -594,7 +593,6 @@ 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/staggeredcouplingmanager.hh b/dumux/multidomain/staggeredcouplingmanager.hh
index bcc133c9001e3b96f9b7f527aeb32e688999ae5f..e9098c13e877247d278ce9d1cb3d5c9058eaf461 100644
--- a/dumux/multidomain/staggeredcouplingmanager.hh
+++ b/dumux/multidomain/staggeredcouplingmanager.hh
@@ -158,7 +158,6 @@ 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/staggeredfreeflow/couplingmanager.hh b/dumux/multidomain/staggeredfreeflow/couplingmanager.hh
index 131c4e6b719364610e10b4d677a792e07f9f1412..c8645d0047137b12d1a5b5e9c27be89ab4925bec 100644
--- a/dumux/multidomain/staggeredfreeflow/couplingmanager.hh
+++ b/dumux/multidomain/staggeredfreeflow/couplingmanager.hh
@@ -162,7 +162,6 @@ public:
 
     /*!
      * \ingroup MultiDomain
-     * \ingroup StaggeredDiscretization
      * \brief evaluates the element residual of a coupled element of domain i which depends on the variables
      *        at the degree of freedom with index dofIdxGlobalJ of domain j
      *
@@ -416,7 +415,6 @@ public:
 
     /*!
      * \ingroup MultiDomain
-     * \ingroup StaggeredDiscretization
      * \brief updates all data and variables that are necessary to evaluate the residual of the element of domain i
      *        this is called whenever one of the primary variables that the element residual depends on changes in domain j
      *
@@ -483,7 +481,7 @@ public:
      * \param assembleElement kernel function to execute for one element
      */
     template<std::size_t i, class AssembleElementFunc>
-    void assembleMultithreaded(Dune::index_constant<i> domainId, AssembleElementFunc&& assembleElement) const
+    void assembleMultithreaded(Dune::index_constant<i> domainI, AssembleElementFunc&& assembleElement) const
     {
         if (elementSets_.empty())
             DUNE_THROW(Dune::InvalidStateException, "Call computeColorsForAssembly before assembling in parallel!");