-
-
Notifications
You must be signed in to change notification settings - Fork 328
Addressed TODO documentation issues #6063
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
Merged
Merged
Changes from 12 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
385de52
Fix Doxygen comments showing backslash continuations in macros, fixes…
brtnfld f43c5f6
Replace "@todo Under Construction" with complete documentation, fixes…
brtnfld aba01d8
removed code examples
brtnfld 7c9bab5
revisions
brtnfld 502e471
Merge branch 'develop' into 3105
brtnfld c99173d
fixed tables
brtnfld 9d988c5
docs updates
brtnfld 98c3992
added missing VFDs
brtnfld 409eff9
Committing clang-format changes
github-actions[bot] a434318
update docs
brtnfld 8e7c960
sp.
brtnfld ef38168
added to UG TOC
brtnfld 92d1c56
fixed section layer
brtnfld 2aca236
fixed circular dependency issue
brtnfld 44e9c96
fixed missing references
brtnfld fe5c324
minor updates
brtnfld 601fdc5
Committing clang-format changes
github-actions[bot] 9237c5e
fixed reference
brtnfld 9930911
Merge branch 'develop' into 3105
brtnfld 926f923
fixed sections refereneces
brtnfld 4f828f0
address review comment, addressed warning: expected <tr> or </table> …
brtnfld b7cd07d
fixed section ref
brtnfld 21ebb4f
Completed "under construction" documentation sections:
brtnfld b48ca2c
Committing clang-format changes
github-actions[bot] 1aca8c3
Fix grammar in documentation block of H5FDioc.c and improve consistency.
brtnfld 07824a3
rephrased H5Smodule.h documentation
brtnfld 6d47233
Committing clang-format changes
github-actions[bot] 69d17b3
Update src/H5ESmodule.h; missing ',' line 83
lrknox 91e6ec1
Update src/H5ESmodule.h
lrknox File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -30,9 +30,8 @@ | |||||
| * Navigate back: \ref index "Main" / \ref UG | ||||||
| * <hr> | ||||||
| * | ||||||
| * @todo Under Construction | ||||||
| * | ||||||
| * \section sec_async The HDF5 Event Set Interface | ||||||
| * \subsection subsec_async_overview Overview | ||||||
| * | ||||||
| * \section subsec_async_intro Introduction | ||||||
| * HDF5 provides asynchronous APIs for the HDF5 VOL connectors that support asynchronous HDF5 | ||||||
|
|
@@ -51,7 +50,7 @@ | |||||
| * </tr> | ||||||
| * <tr> | ||||||
| * <th>H5F</th> | ||||||
| * <td>#H5Fcreate, #H5Fflush, #H5Fis_accessible, #H5Fopen, #H5Fclose | ||||||
| * <td>#H5Fcreate, #H5Fflush, #H5Fopen, #H5Fclose | ||||||
| * </td> | ||||||
| * </tr> | ||||||
| * <tr> | ||||||
|
|
@@ -82,7 +81,7 @@ | |||||
| * </tr> | ||||||
| * <tr> | ||||||
| * <th>H5R</th> | ||||||
| * <td>#H5Ropen_attr, #H5Ropen_object #H5Ropen_region, #H5Rdereference | ||||||
| * <td>#H5Ropen_attr, #H5Ropen_object #H5Ropen_region | ||||||
|
||||||
| * <td>#H5Ropen_attr, #H5Ropen_object #H5Ropen_region | |
| * <td>#H5Ropen_attr, #H5Ropen_object #H5Ropen_region, |
Collaborator
Author
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.
comma should be after #H5Ropen_object
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.