fix: cleanup code documentation for issue #578 - #605
Closed
ayush213 wants to merge 3 commits into
Closed
Conversation
ayush213
requested review from
FScholPer,
MaciejKaszynski,
NicolasFussberger,
anmittag,
antonkri,
pawelrutkaq and
ramceb
as code owners
September 4, 2026 17:35
ayush213
requested a deployment
to
workflow-approval
September 4, 2026 17:35 — with
GitHub Actions
Waiting
ayush213
requested a deployment
to
workflow-approval
September 4, 2026 17:35 — with
GitHub Actions
Waiting
ayush213
force-pushed
the
fix-docstring-578
branch
from
September 4, 2026 17:56
075c8a7 to
5f8308b
Compare
ayush213
requested a deployment
to
workflow-approval
September 4, 2026 17:56 — with
GitHub Actions
Waiting
ayush213
requested a deployment
to
workflow-approval
September 4, 2026 17:56 — with
GitHub Actions
Waiting
danth
suggested changes
Sep 7, 2026
danth
left a comment
Member
There was a problem hiding this comment.
Could we use @details for the longer descriptions?
Author
|
@danth can you check now |
ayush213
requested a deployment
to
workflow-approval
September 7, 2026 09:12 — with
GitHub Actions
Waiting
ayush213
requested a deployment
to
workflow-approval
September 7, 2026 09:12 — with
GitHub Actions
Waiting
Member
|
@ayush213 I don't see any new commits, have you pushed? |
Signed-off-by: ayush213 <77584130+ayush213@users.noreply.github.com>
ayush213
requested a deployment
to
workflow-approval
September 7, 2026 17:46 — with
GitHub Actions
Waiting
ayush213
requested a deployment
to
workflow-approval
September 7, 2026 17:46 — with
GitHub Actions
Waiting
Author
|
@danth can u check now? |
Contributor
|
Contributor not responsive to comments so closing |
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.
Fixes #578
Documentation Standardization: Cleaned up code documentation across 15 launch manager and lifecycle source files to maintain a consistent format.
Inline Comment Refactoring: Replaced legacy trailing/inline comments with clean /// @brief blocks placed directly above their respective variables or members.
Preservation: Kept all multi-line descriptions and non-implementation or preprocessor annotations intact without altering core logic.