improve the doxygen documentation

the module hierarchy should now even be mildly useful.
This commit is contained in:
Andreas Lauser 2015-06-18 14:18:42 +02:00
parent d9e3a6d919
commit 438acf34b7

View File

@ -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);