Skip to content
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

Merged
merged 2 commits into from
Dec 11, 2024

Conversation

bmribler
Copy link
Contributor

  • Added \since to enum constants added in 1.8.x versions
  • Removed unnecessary continuation backslashes in doxygen comments; they appeared in the generated output.

(Partial fix of GH-4408)

bmribler and others added 2 commits December 11, 2024 03:53
- 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)
@lrknox lrknox merged commit d38baa4 into HDFGroup:develop Dec 11, 2024
68 checks passed
* for details. */
(H5F_RFIC_UNUSUAL_NUM_UNUSED_NUMERIC_BITS) /**< Suppress all format integrity check \
* errors. See documentation for \
* H5Pset_relax_file_integrity_checks \
Copy link
Contributor

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()

Copy link
Contributor Author

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? */
Copy link
Contributor

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?

Copy link
Contributor Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants