Build Docs fix#2982
Merged
Merged
Conversation
Signed-off-by: Varun Thumbe <vthumbe@nvidia.com>
Contributor
Greptile SummaryThis PR fixes documentation build issues by removing deprecated Doxygen configuration options and correcting Doxygen/Sphinx doc-comment syntax across the C headers and RST API reference.
Confidence Score: 5/5All changes are limited to documentation files and doc-comment headers; no runtime logic is modified. Every change either removes known-deprecated Doxygen config keys, fixes Doxygen tag syntax, corrects a misplaced comment block, or updates an RST directive type. None of the modifications touch compiled code paths, and the patterns introduced are already established in the surrounding file context. No files require special attention. Important Files Changed
Reviews (3): Last reviewed commit: "class doc fix" | Re-trigger Greptile |
Signed-off-by: Varun Thumbe <vthumbe@nvidia.com>
ptrendx
previously approved these changes
May 12, 2026
Signed-off-by: Varun Thumbe <vthumbe@nvidia.com>
ptrendx
approved these changes
May 12, 2026
jberchtold-nvidia
approved these changes
May 12, 2026
Collaborator
jberchtold-nvidia
left a comment
There was a problem hiding this comment.
LGTM, thanks!
faradawn
pushed a commit
to faradawn/TransformerEngine
that referenced
this pull request
May 14, 2026
* Build Docs fix Signed-off-by: Varun Thumbe <vthumbe@nvidia.com> * fix doxygen warnings Signed-off-by: Varun Thumbe <vthumbe@nvidia.com> * class doc fix Signed-off-by: Varun Thumbe <vthumbe@nvidia.com> --------- Signed-off-by: Varun Thumbe <vthumbe@nvidia.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Please include a brief summary of the changes, relevant motivation and context.
Fixes # (issue)
Type of change
Changes
Please list the changes introduced in this PR:
Checklist: