From bf5373cf1f56e7bd81ef28f73600b721530d27f4 Mon Sep 17 00:00:00 2001
From: melaniel <melanie.lipp@iws.uni-stuttgart.de>
Date: Wed, 27 Jul 2022 11:39:23 +0200
Subject: [PATCH] [doc][doxygen] Correct names that copydocs refer to.

---
 dumux/discretization/facecentered/diamond/fvelementgeometry.hh  | 2 +-
 .../discretization/facecentered/diamond/subcontrolvolumeface.hh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dumux/discretization/facecentered/diamond/fvelementgeometry.hh b/dumux/discretization/facecentered/diamond/fvelementgeometry.hh
index f1e9a13f26..507c0b1e27 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 168c5ab322..5237979d43 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
-- 
GitLab