Skip to content

Commit

Permalink
added doc. warning for H5Literate_async return value (#2295)
Browse files Browse the repository at this point in the history
  • Loading branch information
brtnfld authored Dec 14, 2022
1 parent b7511c1 commit a1c81ed
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/H5Lpublic.h
Original file line number Diff line number Diff line change
Expand Up @@ -923,6 +923,11 @@ H5_DLL herr_t H5Literate2(hid_t grp_id, H5_index_t idx_type, H5_iter_order_t ord
/**
* --------------------------------------------------------------------------
* \ingroup ASYNC
*
* \warning The returned value of the callback routine op will not be set
* in the return value for H5Literate_async(), so the \p herr_t value
* should not be used for determining the return state of the callback routine.
*
* \async_variant_of{H5Literate}
*/
#ifndef H5_DOXYGEN
Expand Down

0 comments on commit a1c81ed

Please sign in to comment.