Skip to content

docs: move FeeComponents operator== Doxygen comment#1679

Open
mohityadav8 wants to merge 6 commits into
hiero-ledger:mainfrom
mohityadav8:fix/feecomponents-operator-doxygen
Open

docs: move FeeComponents operator== Doxygen comment#1679
mohityadav8 wants to merge 6 commits into
hiero-ledger:mainfrom
mohityadav8:fix/feecomponents-operator-doxygen

Conversation

@mohityadav8

Copy link
Copy Markdown

Description:

Move the orphaned Doxygen comment for FeeComponents::operator== to the public declaration in FeeComponents.h.

  • Relocate the existing operator== Doxygen block above the public declaration
  • Remove the orphaned documentation block from the bottom of the class
  • Align equality operator documentation placement with project conventions
  • Preserve existing behavior (documentation-only change)

Related issue(s):

Fixes #1613

Notes for reviewer:

This is a documentation-only change. The existing Doxygen comment was moved from the bottom of the class to immediately above the public operator== declaration. No code or behavior changes were made.

Checklist

  • Documented (Code comments, README, etc.)
  • Tested (unit, integration, etc.)

Signed-off-by: Mohit <mohityadav8@users.noreply.github.com>
… FeeComponents.h

Signed-off-by: Mohit <mohityadav8@users.noreply.github.com>
@mohityadav8 mohityadav8 requested review from a team as code owners June 14, 2026 13:20
@mohityadav8 mohityadav8 requested a review from rwalworth June 14, 2026 13:20
@mohityadav8 mohityadav8 marked this pull request as draft June 14, 2026 13:20
@coderabbitai

coderabbitai Bot commented Jun 14, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@mohityadav8, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 30 minutes and 49 seconds. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more credits in the billing tab to continue.

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 1cbf05ed-8d9d-4bf9-a340-881f5340f0ab

📥 Commits

Reviewing files that changed from the base of the PR and between a898153 and d9d294e.

📒 Files selected for processing (5)
  • src/sdk/main/include/FeeComponents.h
  • src/sdk/main/include/impl/BaseNode.h
  • src/sdk/main/src/AccountId.cc
  • src/sdk/main/src/FeeEstimateQuery.cc
  • src/tck/src/TckServer.cc
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions

Copy link
Copy Markdown

Hey @mohityadav8 👋 thanks for the PR!
I'm your friendly PR Helper Bot 🤖 and I'll be riding shotgun on this one, keeping track of your PR's status to help you get it approved and merged.

This comment updates automatically as you push changes -- think of it as your PR's live scoreboard!
Here's the latest:


PR Checks

DCO Sign-off -- All commits have valid sign-offs. Nice work!


GPG Signature -- All commits have verified GPG signatures. Locked and loaded!


Merge Conflicts -- No merge conflicts detected. Smooth sailing!


Issue Link -- Linked to #1613 (assigned to you).


🎉 All checks passed! Your PR is ready for review. Great job!

@github-actions github-actions Bot added the status: needs review The pull request is ready for maintainer review label Jun 14, 2026
Signed-off-by: Mohit Yadav <ymohit799057@gmail.com>
Signed-off-by: Mohit Yadav <ymohit799057@gmail.com>
Signed-off-by: Mohit Yadav <ymohit799057@gmail.com>
Signed-off-by: Mohit Yadav <ymohit799057@gmail.com>
@mohityadav8 mohityadav8 marked this pull request as ready for review June 14, 2026 13:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

status: needs review The pull request is ready for maintainer review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Good First Issue]: Move orphaned operator== Doxygen block to the public declaration in FeeComponents.h

1 participant