mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-18 15:15:56 +08:00
Fix documentation for H5D_space_status_t enum values (#1372)
This commit is contained in:
parent
1a9662e04c
commit
6c184e28d8
@ -91,9 +91,9 @@ typedef enum H5D_alloc_time_t {
|
||||
typedef enum H5D_space_status_t {
|
||||
H5D_SPACE_STATUS_ERROR = -1, /**< Error */
|
||||
H5D_SPACE_STATUS_NOT_ALLOCATED = 0, /**< Space has not been allocated for this dataset. */
|
||||
H5D_SPACE_STATUS_PART_ALLOCATED = 1, /**< Space has been allocated for this dataset. */
|
||||
H5D_SPACE_STATUS_ALLOCATED = 2 /**< Space has been partially allocated for this dataset. (Used only for
|
||||
datasets with chunked storage.) */
|
||||
H5D_SPACE_STATUS_PART_ALLOCATED = 1, /**< Space has been partially allocated for this dataset.
|
||||
(Used only for datasets with chunked storage.) */
|
||||
H5D_SPACE_STATUS_ALLOCATED = 2 /**< Space has been allocated for this dataset. */
|
||||
} H5D_space_status_t;
|
||||
//! <!-- [H5D_space_status_t_snip] -->
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user