We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21d9168 commit edf72d9Copy full SHA for edf72d9
2 files changed
src/H5Spublic.h
@@ -28,6 +28,7 @@
28
* will be selected. In the case of a memory dataspace, this means that
29
* the specified file dataspace will also be used for the memory dataspace.
30
* Used in place of a file or memory dataspace @ref hid_t value.
31
+ * \since 1.0.0
32
*/
33
#define H5S_ALL 0
34
@@ -47,10 +48,12 @@
47
48
49
#define H5S_PLIST 2
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
53
54
/**
55
* The maximum number of dimensions in a dataspace or array datatype
56
57
58
#define H5S_MAX_RANK 32
59
0 commit comments