Skip to content
Snippets Groups Projects
Commit 7930df2d authored by Melanie Lipp's avatar Melanie Lipp Committed by Timo Koch
Browse files

[doc][doxygen] Deal with circumstance that doxygen does not want a smaller...

[doc][doxygen] Deal with circumstance that doxygen does not want a smaller sign in documentation text.
parent c1987bc3
No related branches found
No related tags found
1 merge request!3224[doc][doxygen] Doxygen reduce doxyerr.log file
...@@ -130,7 +130,7 @@ std::array<Scalar, 3> fixedDischargeBoundary(const Scalar dischargeBoundary, ...@@ -130,7 +130,7 @@ std::array<Scalar, 3> fixedDischargeBoundary(const Scalar dischargeBoundary,
/*! /*!
* \brief Compute the viscosity/diffusive flux at a rough wall boundary using no-slip formulation. * \brief Compute the viscosity/diffusive flux at a rough wall boundary using no-slip formulation.
* *
* \param alphaWall Roughness parameter: alphaWall=0.0 means full slip, alphaWall=1.0 means no slip, 0.0<alphaWall<1.0 means partial slip [-] * \param alphaWall Roughness parameter: alphaWall=0.0 means full slip, alphaWall=1.0 means no slip, \f$0.0<\text{alphaWall}<1.0\f$ means partial slip [-]
* \param turbulentViscosity Turbulent viscosity [m^2/s] * \param turbulentViscosity Turbulent viscosity [m^2/s]
* \param state Primary variables (water depth, velocities) * \param state Primary variables (water depth, velocities)
* \param cellCenterToBoundaryFaceCenter Cell-center to boundary distance * \param cellCenterToBoundaryFaceCenter Cell-center to boundary distance
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment