-
-
Notifications
You must be signed in to change notification settings - Fork 269
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add release information to enum constants - Part 1 #5174
Conversation
- Added \since to enum constants added in 1.8.x versions - Removed unnecessary continuation backslashes in doxygen comments; they are displayed in the generated output. (Partial fix of GH HDFGroup#4408)
* for details. */ | ||
(H5F_RFIC_UNUSUAL_NUM_UNUSED_NUMERIC_BITS) /**< Suppress all format integrity check \ | ||
* errors. See documentation for \ | ||
* H5Pset_relax_file_integrity_checks \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add () for linking:
H5Pset_relax_file_integrity_checks()
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will fix this in my next PR. Thanks.
/** Flag for all plugin types \since 1.8.15 */ | ||
#define H5PL_ALL_PLUGIN 0xFFFF | ||
|
||
#define H5F_ACC_DEBUG (0x0000u) /**< Print debug info \deprecated In which version? */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you mean to leave this question?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you mean to leave this question?
@brtnfld That question wasn't from me. I don't know how it showed as a new line. I made a note to myself to check on that and fix it though.
(Partial fix of GH-4408)