From 3b475145500a57134c264687b0d51a5494a964b4 Mon Sep 17 00:00:00 2001 From: Thomas Fetzer <thomas.fetzer@iws.uni-stuttgart.de> Date: Thu, 10 Mar 2016 10:09:52 +0100 Subject: [PATCH] [material][doxygen] Fix doxygen errors --- dumux/material/fluidsystems/base.hh | 5 +++++ dumux/material/fluidsystems/brineair.hh | 2 +- dumux/material/fluidsystems/nullparametercache.hh | 2 +- dumux/material/fluidsystems/parametercachebase.hh | 2 +- dumux/material/fluidsystems/spe5parametercache.hh | 2 +- 5 files changed, 9 insertions(+), 4 deletions(-) diff --git a/dumux/material/fluidsystems/base.hh b/dumux/material/fluidsystems/base.hh index f044504fcb..287d542591 100644 --- a/dumux/material/fluidsystems/base.hh +++ b/dumux/material/fluidsystems/base.hh @@ -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 diff --git a/dumux/material/fluidsystems/brineair.hh b/dumux/material/fluidsystems/brineair.hh index f3073fb09d..f565a8bd53 100644 --- a/dumux/material/fluidsystems/brineair.hh +++ b/dumux/material/fluidsystems/brineair.hh @@ -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) { diff --git a/dumux/material/fluidsystems/nullparametercache.hh b/dumux/material/fluidsystems/nullparametercache.hh index 1fe0ca8eaf..d4884f03a7 100644 --- a/dumux/material/fluidsystems/nullparametercache.hh +++ b/dumux/material/fluidsystems/nullparametercache.hh @@ -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 diff --git a/dumux/material/fluidsystems/parametercachebase.hh b/dumux/material/fluidsystems/parametercachebase.hh index fa097e763d..96dd8bacc8 100644 --- a/dumux/material/fluidsystems/parametercachebase.hh +++ b/dumux/material/fluidsystems/parametercachebase.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 diff --git a/dumux/material/fluidsystems/spe5parametercache.hh b/dumux/material/fluidsystems/spe5parametercache.hh index dbf6170a44..295fdb9cf5 100644 --- a/dumux/material/fluidsystems/spe5parametercache.hh +++ b/dumux/material/fluidsystems/spe5parametercache.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 -- GitLab