From 3d7770183cbd36bac73ffade4855d5cc80d0372b Mon Sep 17 00:00:00 2001 From: Alexander Kissinger <alexander.kissinger@iws.uni-stuttgart.de> Date: Wed, 9 Oct 2013 15:50:43 +0000 Subject: [PATCH] Removed doxygen warnings by adjusting documentation for some files to the new nameing conventions. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11638 2fb0f335-1f38-0410-981e-8018bf24f1b0 --- dumux/implicit/cellcentered/ccpropertydefaults.hh | 2 +- dumux/implicit/common/implicitmodel.hh | 2 +- dumux/material/fluidmatrixinteractions/3p/parkervangen3p.hh | 2 +- test/implicit/3p/infiltration3pproblem.hh | 2 +- test/implicit/3p3cni/columnxylolproblem.hh | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dumux/implicit/cellcentered/ccpropertydefaults.hh b/dumux/implicit/cellcentered/ccpropertydefaults.hh index 0e44ca39c0..7f9c1e13cc 100644 --- a/dumux/implicit/cellcentered/ccpropertydefaults.hh +++ b/dumux/implicit/cellcentered/ccpropertydefaults.hh @@ -22,7 +22,7 @@ * \ingroup CCModel * \file * - * \brief Default properties for box models + * \brief Default properties for cell centered models */ #ifndef DUMUX_CC_PROPERTY_DEFAULTS_HH #define DUMUX_CC_PROPERTY_DEFAULTS_HH diff --git a/dumux/implicit/common/implicitmodel.hh b/dumux/implicit/common/implicitmodel.hh index 11749f7c6e..869b3a32fd 100644 --- a/dumux/implicit/common/implicitmodel.hh +++ b/dumux/implicit/common/implicitmodel.hh @@ -778,7 +778,7 @@ public: * * \param element A DUNE Codim<0> entity which contains the control * volume's associated vertex. - * \param vertIdx The local vertex index inside element + * \param vIdx The local vertex index inside element */ bool onBoundary(const Element &element, const int vIdx) const { diff --git a/dumux/material/fluidmatrixinteractions/3p/parkervangen3p.hh b/dumux/material/fluidmatrixinteractions/3p/parkervangen3p.hh index beece4c02c..bf17cc593e 100644 --- a/dumux/material/fluidmatrixinteractions/3p/parkervangen3p.hh +++ b/dumux/material/fluidmatrixinteractions/3p/parkervangen3p.hh @@ -404,7 +404,7 @@ public: * \param sg saturation of the gas phase. * \param sn saturation of the NAPL phase. * \param params Array of parameters. - * \param phase indicator, The saturation of all phases. + * \param phaseIdx indicator, The saturation of all phases. */ static Scalar kr(const Params ¶ms, const int phaseIdx, const Scalar sw, const Scalar sn, const Scalar sg) { diff --git a/test/implicit/3p/infiltration3pproblem.hh b/test/implicit/3p/infiltration3pproblem.hh index 3f708b41b0..68bf0c4cb1 100644 --- a/test/implicit/3p/infiltration3pproblem.hh +++ b/test/implicit/3p/infiltration3pproblem.hh @@ -260,7 +260,7 @@ public: * * \param values The neumann values for the conservation equations * \param element The finite element - * \param fvElemGeom The finite-volume geometry in the box scheme + * \param fvGeometry The finite-volume geometry in the box scheme * \param intersection The intersection between element and boundary * \param scvIdx The local vertex index * \param boundaryFaceIdx The index of the boundary face diff --git a/test/implicit/3p3cni/columnxylolproblem.hh b/test/implicit/3p3cni/columnxylolproblem.hh index c8c6df44c3..2751a86525 100644 --- a/test/implicit/3p3cni/columnxylolproblem.hh +++ b/test/implicit/3p3cni/columnxylolproblem.hh @@ -229,7 +229,7 @@ public: * \param values The neumann values for the conservation equations * \param element The finite element * \param fvGeomtry The finite-volume geometry in the box scheme - * \param is The intersection between element and boundary + * \param intersection The intersection between element and boundary * \param scvIdx The local vertex index * \param boundaryFaceIdx The index of the boundary face * -- GitLab