From 430ff33b5c6e5e020afae7f150b8442c223353ca Mon Sep 17 00:00:00 2001 From: Dana Robinson Date: Fri, 23 Sep 2016 01:18:11 -0400 Subject: Added "Purpose:" information to the API call comments for the new functions. --- src/H5Pfapl.c | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/src/H5Pfapl.c b/src/H5Pfapl.c index d96bd54..8801061 100644 --- a/src/H5Pfapl.c +++ b/src/H5Pfapl.c @@ -3621,7 +3621,13 @@ done: /*------------------------------------------------------------------------- * Function: H5Pset_evict_on_close * - * Purpose: + * Purpose: Sets the evict_on_close property value. + * + * When this property is set, closing an HDF5 object will + * cause the object's metadata cache entries to be flushed + * and evicted from the cache. + * + * Currently only implemented for datasets. * * Return: SUCCEED/FAIL * @@ -3659,7 +3665,13 @@ done: /*------------------------------------------------------------------------- * Function: H5Pget_evict_on_close * - * Purpose: + * Purpose: Gets the evict_on_close property value. + * + * When this property is set, closing an HDF5 object will + * cause the object's metadata cache entries to be flushed + * and evicted from the cache. + * + * Currently only implemented for datasets. * * Return: SUCCEED/FAIL * -- cgit v0.12