From e63412e8bd06e7d7fc87f90d61f0a9b71fbedf1d Mon Sep 17 00:00:00 2001 From: Timo Koch <timokoch@math.uio.no> Date: Thu, 23 Mar 2023 01:15:45 +0100 Subject: [PATCH] [doxygen][cleanup] Fix some small documentation errors --- dumux/freeflow/rans/problem.hh | 2 -- dumux/material/fluidmatrixinteractions/3p/napladsorption.hh | 1 - dumux/multidomain/freeflow/couplingmanager_staggered.hh | 3 --- 3 files changed, 6 deletions(-) diff --git a/dumux/freeflow/rans/problem.hh b/dumux/freeflow/rans/problem.hh index 2d4c3ac66d..26f65861c2 100644 --- a/dumux/freeflow/rans/problem.hh +++ b/dumux/freeflow/rans/problem.hh @@ -192,8 +192,6 @@ public: /*! * \brief Returns whether a given sub control volume face is on a wall - * - * \param scvf The sub control volume face. */ bool isFlatWallBounded() const { diff --git a/dumux/material/fluidmatrixinteractions/3p/napladsorption.hh b/dumux/material/fluidmatrixinteractions/3p/napladsorption.hh index 8ae6a5340a..909ccb0b16 100644 --- a/dumux/material/fluidmatrixinteractions/3p/napladsorption.hh +++ b/dumux/material/fluidmatrixinteractions/3p/napladsorption.hh @@ -78,7 +78,6 @@ public: /*! * \brief the basis for calculating adsorbed NAPL in storage term - * \param params Array of parameters */ Scalar bulkDensTimesAdsorpCoeff () const { diff --git a/dumux/multidomain/freeflow/couplingmanager_staggered.hh b/dumux/multidomain/freeflow/couplingmanager_staggered.hh index 5e7c1dd964..8fa6a18d96 100644 --- a/dumux/multidomain/freeflow/couplingmanager_staggered.hh +++ b/dumux/multidomain/freeflow/couplingmanager_staggered.hh @@ -454,9 +454,6 @@ public: /*! * \brief Compute colors for multithreaded assembly - * - * \param domainI the domain index of domain i - * \param assembleElement kernel function to execute for one element */ void computeColorsForAssembly() { -- GitLab