Skip to content

Commit

Permalink
added missing doxygen \since
Browse files Browse the repository at this point in the history
  • Loading branch information
brtnfld committed Apr 15, 2024
1 parent 8a94a41 commit dc3d456
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/H5Apublic.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ typedef struct {
* attribute.
*
* \since 1.8.0
*
*/
typedef herr_t (*H5A_operator2_t)(hid_t location_id /*in*/, const char *attr_name /*in*/,
const H5A_info_t *ainfo /*in*/, void *op_data /*in,out*/);
Expand Down
1 change: 1 addition & 0 deletions src/H5Dpublic.h
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ typedef herr_t (*H5D_operator_t)(void *elem, hid_t type_id, unsigned ndim, const
* to indicate success, and a negative value to indicate failure.
*
* \since 1.10.2
*
*/
typedef herr_t (*H5D_scatter_func_t)(const void **src_buf /*out*/, size_t *src_buf_bytes_used /*out*/,
void *op_data);
Expand Down

0 comments on commit dc3d456

Please sign in to comment.