mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
improve the doxygen documentation
the module hierarchy should now even be mildly useful.
This commit is contained in:
parent
d9e3a6d919
commit
438acf34b7
@ -54,15 +54,15 @@
|
|||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
namespace Ewoms {
|
namespace Ewoms {
|
||||||
|
//! \cond SKIP_THIS
|
||||||
template <class TypeTag>
|
template <class TypeTag>
|
||||||
class Co2InjectionProblem;
|
class Co2InjectionProblem;
|
||||||
|
|
||||||
namespace Co2Injection {
|
namespace Co2Injection {
|
||||||
#include <opm/material/components/co2tables.inc>
|
#include <opm/material/components/co2tables.inc>
|
||||||
}
|
}
|
||||||
} // namespace Ewoms
|
//! \endcond
|
||||||
|
|
||||||
namespace Ewoms {
|
|
||||||
namespace Properties {
|
namespace Properties {
|
||||||
NEW_TYPE_TAG(Co2InjectionBaseProblem);
|
NEW_TYPE_TAG(Co2InjectionBaseProblem);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user