Skip to content

Commit

Permalink
Modified \since and added for more constants
Browse files Browse the repository at this point in the history
  • Loading branch information
bmribler committed Feb 12, 2025
1 parent 87cca41 commit 1a15fc2
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 25 deletions.
8 changes: 4 additions & 4 deletions src/H5FDhdfs.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@

/**
* The version number of the H5FD_hdfs_fapl_t configuration
* structure for the #H5FD_HDFS driver
* structure for the #H5FD_HDFS driver \since 1.8.22
*/
#define H5FD__CURR_HDFS_FAPL_T_VERSION 1

/** Max size of the node name \since 1.8.22, 1.10.6 */
/** Max size of the node name \since 1.10.6, backported to 1.8.22 */
#define H5FD__HDFS_NODE_NAME_SPACE 128
/** Max size of the user name \since 1.8.22, 1.10.6 */
/** Max size of the user name \since 1.10.6, backported to 1.8.22 */
#define H5FD__HDFS_USER_NAME_SPACE 128
/** Max size of the kerberos cache path \since 1.8.22, 1.10.6 */
/** Max size of the kerberos cache path \since 1.10.6, backported to 1.8.22 */
#define H5FD__HDFS_KERB_CACHE_PATH_SPACE 128

/**
Expand Down
6 changes: 3 additions & 3 deletions src/H5Ldevelop.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,17 @@
/*****************/

/**
* \brief Current version of the H5L_class_t struct
* \brief Current version of the H5L_class_t struct \since 1.8.0
*/
#define H5L_LINK_CLASS_T_VERS 1

/**
* \brief Version of external link format
* \brief Version of external link format \since 1.8.0
*/
#define H5L_EXT_VERSION 0

/**
* \brief Valid flags for external links
* \brief Valid flags for external links \since 1.8.0
*/
#define H5L_EXT_FLAGS_ALL 0

Expand Down
36 changes: 18 additions & 18 deletions src/H5Ppublic.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,51 +39,51 @@
*/

/**
* Property list class root, is not user-accessible
* Property list class root, is not user-accessible \since 1.8.0
*/
#define H5P_ROOT (H5OPEN H5P_CLS_ROOT_ID_g)
/**
* Object creation property list class, is not user-accessible
* Object creation property list class, is not user-accessible \since 1.8.0
*/
#define H5P_OBJECT_CREATE (H5OPEN H5P_CLS_OBJECT_CREATE_ID_g)
/**
* File creation property list class
* File creation property list class \since 1.0.0
*/
#define H5P_FILE_CREATE (H5OPEN H5P_CLS_FILE_CREATE_ID_g)
/**
* File access property list class
* File access property list class \since 1.0.0
*/
#define H5P_FILE_ACCESS (H5OPEN H5P_CLS_FILE_ACCESS_ID_g)
/**
* Dataset creation property list class
* Dataset creation property list class \since 1.0.0
*/
#define H5P_DATASET_CREATE (H5OPEN H5P_CLS_DATASET_CREATE_ID_g)
/**
* Dataset access property list class
* Dataset access property list class \since 1.8.0
*/
#define H5P_DATASET_ACCESS (H5OPEN H5P_CLS_DATASET_ACCESS_ID_g)
/**
* Dataset transfer property list class
* Dataset transfer property list class \since 1.0.0
*/
#define H5P_DATASET_XFER (H5OPEN H5P_CLS_DATASET_XFER_ID_g)
/**
* File mount property list class
*/
#define H5P_FILE_MOUNT (H5OPEN H5P_CLS_FILE_MOUNT_ID_g)
/**
* Group creation property list class
* Group creation property list class \since 1.8.0
*/
#define H5P_GROUP_CREATE (H5OPEN H5P_CLS_GROUP_CREATE_ID_g)
/**
* Group access property list class
* Group access property list class \since 1.8.0
*/
#define H5P_GROUP_ACCESS (H5OPEN H5P_CLS_GROUP_ACCESS_ID_g)
/**
* Datatype creation property list class
* Datatype creation property list class \since 1.8.0
*/
#define H5P_DATATYPE_CREATE (H5OPEN H5P_CLS_DATATYPE_CREATE_ID_g)
/**
* Datatype access property list class
* Datatype access property list class \since 1.8.0
*/
#define H5P_DATATYPE_ACCESS (H5OPEN H5P_CLS_DATATYPE_ACCESS_ID_g)
/**
Expand All @@ -99,7 +99,7 @@
*/
#define H5P_STRING_CREATE (H5OPEN H5P_CLS_STRING_CREATE_ID_g)
/**
* Attribute creation property list class
* Attribute creation property list class \since 1.8.0
*/
#define H5P_ATTRIBUTE_CREATE (H5OPEN H5P_CLS_ATTRIBUTE_CREATE_ID_g)
/**
Expand Down Expand Up @@ -143,7 +143,7 @@
*/
#define H5P_DATASET_CREATE_DEFAULT (H5OPEN H5P_LST_DATASET_CREATE_ID_g)
/**
* Dataset access default property list
* Dataset access default property list \since 1.8.0
*/
#define H5P_DATASET_ACCESS_DEFAULT (H5OPEN H5P_LST_DATASET_ACCESS_ID_g)
/**
Expand All @@ -155,19 +155,19 @@
*/
#define H5P_FILE_MOUNT_DEFAULT (H5OPEN H5P_LST_FILE_MOUNT_ID_g)
/**
* Group creation default property list
* Group creation default property list \since 1.8.0
*/
#define H5P_GROUP_CREATE_DEFAULT (H5OPEN H5P_LST_GROUP_CREATE_ID_g)
/**
* Group access default property list
* Group access default property list \since 1.8.0
*/
#define H5P_GROUP_ACCESS_DEFAULT (H5OPEN H5P_LST_GROUP_ACCESS_ID_g)
/**
* Datytype creation default property list
* Datytype creation default property list \since 1.8.0
*/
#define H5P_DATATYPE_CREATE_DEFAULT (H5OPEN H5P_LST_DATATYPE_CREATE_ID_g)
/**
* Datytype access default property list
* Datytype access default property list \since 1.8.0
*/
#define H5P_DATATYPE_ACCESS_DEFAULT (H5OPEN H5P_LST_DATATYPE_ACCESS_ID_g)
/**
Expand All @@ -179,7 +179,7 @@
*/
#define H5P_MAP_ACCESS_DEFAULT (H5OPEN H5P_LST_MAP_ACCESS_ID_g)
/**
* Attribute creation default property list
* Attribute creation default property list \since 1.8.0
*/
#define H5P_ATTRIBUTE_CREATE_DEFAULT (H5OPEN H5P_LST_ATTRIBUTE_CREATE_ID_g)
/**
Expand Down

0 comments on commit 1a15fc2

Please sign in to comment.