Skip to content
Snippets Groups Projects
Commit 18b4efd4 authored by Kilian Weishaupt's avatar Kilian Weishaupt
Browse files

[navierstokesni][indices] Fix docu

parent 0d82d671
No related branches found
No related tags found
Loading
...@@ -18,7 +18,8 @@ ...@@ -18,7 +18,8 @@
*****************************************************************************/ *****************************************************************************/
/*! /*!
* \file * \file
* \brief Defines the indices for the Navier-Stokes NI model. * \ingroup NavierStokesNIModel
* \copydoc Dumux::NavierStokesNonIsothermalIndices
*/ */
#ifndef DUMUX_NAVIERSTOKES_NI_INDICES_HH #ifndef DUMUX_NAVIERSTOKES_NI_INDICES_HH
#define DUMUX_NAVIERSTOKES_NI_INDICES_HH #define DUMUX_NAVIERSTOKES_NI_INDICES_HH
...@@ -30,8 +31,7 @@ namespace Dumux ...@@ -30,8 +31,7 @@ namespace Dumux
// \{ // \{
/*! /*!
* \ingroup NavierStokesNIModel * \ingroup NavierStokesNIModel
* \ingroup ImplicitIndices * \brief Indices for the non-isothermal Navier-Stokes model.
* \brief Indices for the Navier-Stokes NI model model.
* *
* \tparam PVOffset The first index in a primary variable vector. * \tparam PVOffset The first index in a primary variable vector.
*/ */
......
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