Skip to content
Snippets Groups Projects
Commit 3b475145 authored by Thomas Fetzer's avatar Thomas Fetzer
Browse files

[material][doxygen] Fix doxygen errors

parent 1fdec391
No related branches found
No related tags found
1 merge request!110Feature/fs291 solutes
......@@ -36,6 +36,10 @@ namespace Dumux
* liquid phase. This contribution is probably not big, but somebody
* has to find out its influence.
*/
namespace FluidSystems
{
template <class Scalar, class Implementation>
class BaseFluidSystem
{
......@@ -198,6 +202,7 @@ public:
}
};
} // end namespace
} // end namespace
#endif
......@@ -287,7 +287,7 @@ public:
/*!
* \brief Return the salt specific heat capacity \f$\mathrm{[J/molK]}\f$.
*
* \param sPhaseIdx The index of the precipitated phase to consider
* \param phaseIdx The index of the precipitated phase to consider
*/
static Scalar precipitateHeatCapacity(int phaseIdx)
{
......
......@@ -19,7 +19,7 @@
/*!
* \file
*
* \brief @copybrief Dumux::FluidSystems::NullParameterCache
* \brief @copybrief Dumux::NullParameterCache
*/
#ifndef DUMUX_NULL_PARAMETER_CACHE_HH
#define DUMUX_NULL_PARAMETER_CACHE_HH
......
......@@ -19,7 +19,7 @@
/*!
* \file
*
* \brief @copybrief Dumux::FluidSystems::ParameterCacheBase
* \brief @copybrief Dumux::ParameterCacheBase
*/
#ifndef DUMUX_PARAMETER_CACHE_BASE_HH
#define DUMUX_PARAMETER_CACHE_BASE_HH
......
......@@ -19,7 +19,7 @@
/*!
* \file
*
* \brief @copybrief Dumux::FluidSystems::Spe5ParameterCache
* \brief @copybrief Dumux::Spe5ParameterCache
*/
#ifndef SPE5_PARAMETER_CACHE_HH
#define SPE5_PARAMETER_CACHE_HH
......
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