summaryrefslogtreecommitdiffstats
path: root/src/H5VLnative_attr.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2018-12-20 03:19:05 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2018-12-20 03:19:05 (GMT)
commitaad96a8c736dfbb49b2b27ebdaf3a5c8a5d72942 (patch)
tree1ebedc38ec2768fa393cb71e238fcafd66219845 /src/H5VLnative_attr.c
parent9cfe7fd18d01d6fc84ac2e8902c955452b64259d (diff)
downloadhdf5-aad96a8c736dfbb49b2b27ebdaf3a5c8a5d72942.zip
hdf5-aad96a8c736dfbb49b2b27ebdaf3a5c8a5d72942.tar.gz
hdf5-aad96a8c736dfbb49b2b27ebdaf3a5c8a5d72942.tar.bz2
Moved the remainder of the code into separate files.
Diffstat (limited to 'src/H5VLnative_attr.c')
-rw-r--r--src/H5VLnative_attr.c22
1 files changed, 2 insertions, 20 deletions
diff --git a/src/H5VLnative_attr.c b/src/H5VLnative_attr.c
index 9688291..7940b7d 100644
--- a/src/H5VLnative_attr.c
+++ b/src/H5VLnative_attr.c
@@ -11,7 +11,7 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
- * Purpose: Attribute code for the native VOL connector.
+ * Purpose: Attribute callbacks for the native VOL connector
*
*/
@@ -115,9 +115,6 @@ done:
* Return: Success: attribute pointer
* Failure: NULL
*
- * Programmer: Mohamad Chaarawi
- * March, 2012
- *
*-------------------------------------------------------------------------
*/
void *
@@ -172,9 +169,6 @@ done:
*
* Return: SUCCEED/FAIL
*
- * Programmer: Mohamad Chaarawi
- * March, 2012
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -205,9 +199,6 @@ done:
*
* Return: SUCCEED/FAIL
*
- * Programmer: Mohamad Chaarawi
- * March, 2012
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -238,9 +229,6 @@ done:
*
* Return: SUCCEED/FAIL
*
- * Programmer: Mohamad Chaarawi
- * March, 2012
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -421,9 +409,6 @@ done:
*
* Return: SUCCEED/FAIL
*
- * Programmer: Mohamad Chaarawi
- * August, 2014
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -592,10 +577,7 @@ done:
* Purpose: Handles the attribute close callback
*
* Return: Success: SUCCEED
- * Failure: FAIL, attribute not closed
- *
- * Programmer: Mohamad Chaarawi
- * March, 2012
+ * Failure: FAIL (attribute will not be closed)
*
*-------------------------------------------------------------------------
*/