H5Apublic.h:932 should be hid_t not chid_t #3871
Labels
Component - Documentation
Doxygen, markdown, etc.
Priority - 1. High 🔼
These are important issues that should be resolved in the next release
Type - Bug / Bugfix
Please report security issues to [email protected] instead of creating an issue on GitHub
Milestone
The declaration in H5Apublic.h line 932 should be hid_t not chid_t. There's no such thing as chid_t, this only works because it's only affecting the documentation.
Verbose:
H5_DLL herr_t H5Aread_async(chid_t attr_id, hid_t dtype_id, void *buf, hid_t es_id);
should be:
H5_DLL herr_t H5Aread_async(hid_t attr_id, hid_t dtype_id, void *buf, hid_t es_id);
The text was updated successfully, but these errors were encountered: