diff --git a/opm/core/newwells.h b/opm/core/newwells.h index c28138a1..64a24faa 100644 --- a/opm/core/newwells.h +++ b/opm/core/newwells.h @@ -20,6 +20,15 @@ #ifndef OPM_NEWWELLS_H_INCLUDED #define OPM_NEWWELLS_H_INCLUDED + +/** + * \file + * + * Main OPM-Core well data structure along with functions + * to create, populate and destroy it. + */ + + #ifdef __cplusplus extern "C" { #endif