Added file level docs.

This commit is contained in:
Atgeirr Flø Rasmussen 2012-04-20 11:38:10 +02:00
parent 36aa5fd90c
commit 11389cdd54

View File

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