Skip to content

Commit edf72d9

Browse files
authored
Adds release version to constants in H5S and H5T (#6135)
* Moved \since to the next line for consistency
1 parent 21d9168 commit edf72d9

2 files changed

Lines changed: 118 additions & 1 deletion

File tree

src/H5Spublic.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
* will be selected. In the case of a memory dataspace, this means that
2929
* the specified file dataspace will also be used for the memory dataspace.
3030
* Used in place of a file or memory dataspace @ref hid_t value.
31+
* \since 1.0.0
3132
*/
3233
#define H5S_ALL 0
3334

@@ -47,10 +48,12 @@
4748
*/
4849
#define H5S_PLIST 2
4950

50-
#define H5S_UNLIMITED HSIZE_UNDEF /**< Value for 'unlimited' dimensions */
51+
/** Value for 'unlimited' dimensions \since 1.0.0 */
52+
#define H5S_UNLIMITED HSIZE_UNDEF
5153

5254
/**
5355
* The maximum number of dimensions in a dataspace or array datatype
56+
* \since 1.0.0
5457
*/
5558
#define H5S_MAX_RANK 32
5659

0 commit comments

Comments
 (0)