summaryrefslogtreecommitdiffstats
path: root/src/H5ESpublic.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5ESpublic.h')
-rw-r--r--src/H5ESpublic.h14
1 files changed, 8 insertions, 6 deletions
diff --git a/src/H5ESpublic.h b/src/H5ESpublic.h
index 6b8b2a9..6180487 100644
--- a/src/H5ESpublic.h
+++ b/src/H5ESpublic.h
@@ -2,7 +2,7 @@
* Copyright by The HDF Group. *
* All rights reserved. *
* *
- * This file is part of HDF5. The full HDF5 copyright notice, including *
+ * This file is part of HDF5. The full HDF5 copyright notice, including *
* terms governing use, modification, and redistribution, is contained in *
* the COPYING file, which can be found at the root of the source code *
* distribution tree, or in https://www.hdfgroup.org/licenses. *
@@ -28,12 +28,14 @@
/* Public Typedefs */
/*******************/
-/* Asynchronous operation status */
+/**
+ * Asynchronous operation status
+ */
typedef enum H5ES_status_t {
- H5ES_STATUS_IN_PROGRESS, /* Operation(s) have not yet completed */
- H5ES_STATUS_SUCCEED, /* Operation(s) have completed, successfully */
- H5ES_STATUS_FAIL, /* An operation has completed, but failed */
- H5ES_STATUS_CANCELED /* Operation(s) has been canceled */
+ H5ES_STATUS_IN_PROGRESS, /**< Operation(s) have not yet completed */
+ H5ES_STATUS_SUCCEED, /**< Operation(s) have completed, successfully */
+ H5ES_STATUS_CANCELED, /**< Operation(s) has been canceled */
+ H5ES_STATUS_FAIL /**< An operation has completed, but failed */
} H5ES_status_t;
/********************/