Skip to content
Snippets Groups Projects
Commit b5247675 authored by Timo Koch's avatar Timo Koch
Browse files

[doxygen] Hide co2 tables include from doxygen

parent c95d343b
No related branches found
No related tags found
1 merge request!1372Fix/co2tables
......@@ -46,7 +46,9 @@
namespace Dumux {
// include the default tables for CO2
#ifndef DOXYGEN // hide tables from doxygen
#include <dumux/material/components/co2tables.inc>
#endif
namespace FluidSystems {
namespace Detail {
......
......@@ -27,19 +27,18 @@
#include <cassert>
#include <dumux/material/components/co2tablereader.hh>
namespace Dumux
{
namespace El2P
{
/*!
* \brief Class providing the tabulated values of CO2 for density and enthalpy
*/
namespace Dumux {
namespace El2P {
// Class providing the tabulated values of CO2 for density and enthalpy
// the real work is done by some external program which provides
// ready-to-use tables.
#ifndef DOXYGEN // hide tables from doxygen
#include "co2values.inc"
#endif
}
}
} // end namespace El2P
} // end namespace Dumux
#endif
......@@ -28,16 +28,15 @@
#include <dumux/material/components/co2tablereader.hh>
namespace Dumux {
/**
* \ingroup CO2Tests
* \brief Provides the class with the tabulated values of CO2 density
* and enthalpy
*/
// Provides the class with the tabulated values of CO2 density and enthalpy
namespace HeterogeneousCO2Tables {
#ifndef DOXYGEN // hide from doxygen
// the real work is done by some external program which provides
// ready-to-use tables.
#include "co2values.inc"
#endif
} // end namespace HeterogeneousCO2Tables
} // end namespace Dumux
......
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