Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dumux-repositories
dumux
Commits
b5247675
Commit
b5247675
authored
Dec 01, 2018
by
Timo Koch
Browse files
[doxygen] Hide co2 tables include from doxygen
parent
c95d343b
Changes
3
Hide whitespace changes
Inline
Side-by-side
dumux/material/fluidsystems/brineco2.hh
View file @
b5247675
...
...
@@ -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
{
...
...
test/multidomain/poromechanics/el2p/co2tables_el2p.hh
View file @
b5247675
...
...
@@ -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
test/porousmediumflow/co2/implicit/co2tables.hh
View file @
b5247675
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment