Skip to content

Commit

Permalink
Add note about H5Iregister_type hash_table param
Browse files Browse the repository at this point in the history
  • Loading branch information
Dana Robinson committed Apr 7, 2024
1 parent 7349023 commit b4ec32f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/H5Ipublic.h
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ H5_DLL int H5Iget_ref(hid_t id);
* \brief Creates and returns a new ID type
*
* \param[in] hash_size Minimum hash table size (in entries) used to store IDs
* for the new type
* for the new type (unused in 1.8.13 and later)
* \param[in] reserved Number of reserved IDs for the new type
* \param[in] free_func Function used to deallocate space for a single ID
*
Expand All @@ -409,7 +409,8 @@ H5_DLL int H5Iget_ref(hid_t id);
* identifier for it.
*
* The \p hash_size parameter indicates the minimum size of the hash
* table used to store IDs in the new type.
* table used to store IDs in the new type. This field is unused in
* 1.8.13 and later, when the implementation of ID storage changed.
*
* The \p reserved parameter indicates the number of IDs in this new
* type to be reserved. Reserved IDs are valid IDs which are not
Expand Down

0 comments on commit b4ec32f

Please sign in to comment.