From c1987bc36193c085177eae60a5bad6425f0215ee Mon Sep 17 00:00:00 2001
From: melaniel <melanie.lipp@iws.uni-stuttgart.de>
Date: Wed, 27 Jul 2022 11:36:45 +0200
Subject: [PATCH] [doc][doxygen] Correct parameter names in documentation.

---
 dumux/discretization/cellcentered/mpfa/subcontrolvolumeface.hh | 2 +-
 dumux/multidomain/staggeredfreeflow/couplingmanager.hh         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dumux/discretization/cellcentered/mpfa/subcontrolvolumeface.hh b/dumux/discretization/cellcentered/mpfa/subcontrolvolumeface.hh
index 3f1036f9bb..f49e5f75c1 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/multidomain/staggeredfreeflow/couplingmanager.hh b/dumux/multidomain/staggeredfreeflow/couplingmanager.hh
index 131c4e6b71..8c37a63b3e 100644
--- a/dumux/multidomain/staggeredfreeflow/couplingmanager.hh
+++ b/dumux/multidomain/staggeredfreeflow/couplingmanager.hh
@@ -479,7 +479,7 @@ public:
     /*!
      * \brief Execute assembly kernel in parallel
      *
-     * \param domainI the domain index of domain i
+     * \param domainId the domain index of domain i
      * \param assembleElement kernel function to execute for one element
      */
     template<std::size_t i, class AssembleElementFunc>
-- 
GitLab