From 9064179e7c697b8e1f108362503e36f839dbd4a9 Mon Sep 17 00:00:00 2001
From: Melanie Lipp <melanie.lipp@iws.uni-stuttgart.de>
Date: Thu, 9 Apr 2020 08:00:41 +0200
Subject: [PATCH] [doxygen] Correct copydocs without backslash.

---
 dumux/multidomain/facet/codimonegridadapter.hh          | 2 +-
 dumux/multidomain/facet/enrichmenthelper.hh             | 2 +-
 dumux/multidomain/facet/vertexmapper.hh                 | 2 +-
 dumux/porousmediumflow/2p/boxmaterialinterfaceparams.hh | 2 +-
 dumux/porousmediumflow/2p/saturationreconstruction.hh   | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dumux/multidomain/facet/codimonegridadapter.hh b/dumux/multidomain/facet/codimonegridadapter.hh
index fceeec3bc7..98be2a3be5 100644
--- a/dumux/multidomain/facet/codimonegridadapter.hh
+++ b/dumux/multidomain/facet/codimonegridadapter.hh
@@ -20,7 +20,7 @@
 /*!
  * \file
  * \ingroup FacetCoupling
- * \brief copydoc Dumux::CodimOneGridAdapter
+ * \copydoc Dumux::CodimOneGridAdapter
  */
 #ifndef DUMUX_FACETCOUPLING_CODIM_ONE_GRID_ADAPTER_HH
 #define DUMUX_FACETCOUPLING_CODIM_ONE_GRID_ADAPTER_HH
diff --git a/dumux/multidomain/facet/enrichmenthelper.hh b/dumux/multidomain/facet/enrichmenthelper.hh
index 1e93d97016..17fefcf892 100644
--- a/dumux/multidomain/facet/enrichmenthelper.hh
+++ b/dumux/multidomain/facet/enrichmenthelper.hh
@@ -20,7 +20,7 @@
 /*!
  * \file
  * \ingroup FacetCoupling
- * \brief copydoc Dumux::VertexEnrichmentHelper
+ * \copydoc Dumux::VertexEnrichmentHelper
  */
 #ifndef DUMUX_VERTEX_ENRICHMENT_HELPER_HH
 #define DUMUX_VERTEX_ENRICHMENT_HELPER_HH
diff --git a/dumux/multidomain/facet/vertexmapper.hh b/dumux/multidomain/facet/vertexmapper.hh
index c3afdf141e..5b67f39076 100644
--- a/dumux/multidomain/facet/vertexmapper.hh
+++ b/dumux/multidomain/facet/vertexmapper.hh
@@ -20,7 +20,7 @@
 /*!
  * \file
  * \ingroup FacetCoupling
- * \brief copydoc Dumux::EnrichedVertexDofMapper
+ * \copydoc Dumux::EnrichedVertexDofMapper
  */
 #ifndef DUMUX_ENRICHED_VERTEX_DOF_MAPPER_HH
 #define DUMUX_ENRICHED_VERTEX_DOF_MAPPER_HH
diff --git a/dumux/porousmediumflow/2p/boxmaterialinterfaceparams.hh b/dumux/porousmediumflow/2p/boxmaterialinterfaceparams.hh
index 63dad808af..5dcb9055d4 100644
--- a/dumux/porousmediumflow/2p/boxmaterialinterfaceparams.hh
+++ b/dumux/porousmediumflow/2p/boxmaterialinterfaceparams.hh
@@ -19,7 +19,7 @@
 /*!
  * \file
  * \ingroup TwoPModel
- * \brief copydoc Dumux::BoxMaterialInterfaceParams
+ * \copydoc Dumux::BoxMaterialInterfaceParams
  */
 
 #ifndef DUMUX_2P_BOX_MATERIAL_INTERFACE_PARAMS_HH
diff --git a/dumux/porousmediumflow/2p/saturationreconstruction.hh b/dumux/porousmediumflow/2p/saturationreconstruction.hh
index 07365f6fe7..7398f0d6ce 100644
--- a/dumux/porousmediumflow/2p/saturationreconstruction.hh
+++ b/dumux/porousmediumflow/2p/saturationreconstruction.hh
@@ -19,7 +19,7 @@
 /*!
  * \file
  * \ingroup TwoPModel
- * \brief copydoc Dumux::TwoPScvSaturationReconstruction
+ * \copydoc Dumux::TwoPScvSaturationReconstruction
  */
 
 #ifndef DUMUX_2P_SCV_SATURATION_RECONSTRUCTION_HH
-- 
GitLab