Fix cross-reference misprint in destroy_wells() documentation.

This commit is contained in:
Bård Skaflestad 2012-04-22 17:03:13 +02:00
parent 225acb5c26
commit c6c1f08bd7

View File

@ -190,9 +190,13 @@ void
clear_well_controls(struct WellControls *ctrl);
/** Destruction function for Wells objects.
* Assumes that create_wells() and add_wells() have been used to
* build the object.
/**
* Wells object destructor.
*
* Disposes of all resources managed by the Wells object.
*
* The Wells object must be built using function create_wells() and
* subsequently populated using function add_well().
*/
void
destroy_wells(struct Wells *W);