Added file level docs.

This commit is contained in:
Atgeirr Flø Rasmussen 2012-04-20 11:38:10 +02:00
parent c09c660af8
commit 73c74e4228

View File

@ -20,6 +20,15 @@
#ifndef OPM_NEWWELLS_H_INCLUDED #ifndef OPM_NEWWELLS_H_INCLUDED
#define 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 #ifdef __cplusplus
extern "C" { extern "C" {
#endif #endif