-
-
Notifications
You must be signed in to change notification settings - Fork 351
Fix javadoc errors #6504
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
base: develop
Are you sure you want to change the base?
Fix javadoc errors #6504
Changes from all commits
94a0365
f090f9b
2e2e78b
868f2e9
d3f478c
00bbb34
a2dc041
6fcc2f8
563b96a
2fb089c
6a5ff14
7b94f19
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -33,7 +33,7 @@ | |
| * <P> | ||
| * <B>Do not edit this file!</b> | ||
| * | ||
| * @see @ref HDF5LIB | ||
| * @ref HDF5LIB | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @matteodg I believe the reason |
||
| */ | ||
| public class HDF5Constants { | ||
|
|
||
|
|
||
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.
The @defgroup headers for H5S, H5T, H5VL, and H5Z still use
@see H5S, C-API [...], while every other interface here was converted to @ref. These should be updated to to@ref H5x, C-API [...]for consistency.