From cce7fed9a229da249cea33787a9dbdfada475e05 Mon Sep 17 00:00:00 2001 From: Melanie Lipp Date: Mon, 16 Mar 2020 13:26:57 +0100 Subject: [PATCH 1/2] [doc] Remove doxygen errors. --- dumux/common/doubleexpintegrator.hh | 2 +- dumux/common/geometry/geometryintersection.hh | 2 +- dumux/common/integrate.hh | 4 ++-- dumux/linear/parallelhelpers.hh | 2 +- dumux/material/fluidsystems/h2oheavyoil.hh | 2 -- test/freeflow/shallowwater/roughchannel/problem.hh | 1 + 6 files changed, 6 insertions(+), 7 deletions(-) diff --git a/dumux/common/doubleexpintegrator.hh b/dumux/common/doubleexpintegrator.hh index 693abc3b04..3d6c81838e 100644 --- a/dumux/common/doubleexpintegrator.hh +++ b/dumux/common/doubleexpintegrator.hh @@ -74,7 +74,7 @@ public: * \param b upper limit of integration * \param targetAbsoluteError desired bound on error * \param numFunctionEvaluations number of function evaluations used - * \param f errorEstimate estimate for error in integration + * \param errorEstimate estimate for error in integration * \return The value of the integral */ template void extendMatrix(Matrix& A, const IsGhostFunc& isGhost) diff --git a/dumux/material/fluidsystems/h2oheavyoil.hh b/dumux/material/fluidsystems/h2oheavyoil.hh index 3321faa91c..a1920a2722 100644 --- a/dumux/material/fluidsystems/h2oheavyoil.hh +++ b/dumux/material/fluidsystems/h2oheavyoil.hh @@ -389,9 +389,7 @@ public: * \brief Calculate the binary molecular diffusion coefficient for * a component in a fluid phase \f$\mathrm{[mol^2 * s / (kg*m^3)]}\f$ * \param fluidState The fluid state - * \param paramCache mutable parameters * \param phaseIdx Index of the fluid phase - * \param compIdx Index of the component * Molecular diffusion of a component \f$\mathrm{\kappa}\f$ is caused by a * gradient of the chemical potential and follows the law * diff --git a/test/freeflow/shallowwater/roughchannel/problem.hh b/test/freeflow/shallowwater/roughchannel/problem.hh index a89237e2dd..b24b891bb3 100644 --- a/test/freeflow/shallowwater/roughchannel/problem.hh +++ b/test/freeflow/shallowwater/roughchannel/problem.hh @@ -284,6 +284,7 @@ public: * \param element * \param fvGeometry * \param elemVolVars + * \param elemFluxVarsCache * \param scvf */ NeumannFluxes neumann(const Element& element, -- GitLab From 718a6472e2268bb81d8b0b2d541bbba12bf36637 Mon Sep 17 00:00:00 2001 From: Melanie Lipp Date: Tue, 17 Mar 2020 10:41:07 +0100 Subject: [PATCH 2/2] [doc][doxygen] Readd paramterlist. --- doc/doxygen/mainpage.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/doxygen/mainpage.txt b/doc/doxygen/mainpage.txt index 71a180311a..4433bc9373 100644 --- a/doc/doxygen/mainpage.txt +++ b/doc/doxygen/mainpage.txt @@ -19,7 +19,7 @@ you access to the documentation by category. \section params Parameters -An overview of all availabe parameters will be available soon. +An overview of all availabe parameters is given in \ref parameterlist.txt. \section features Features -- GitLab