docs: move FeeComponents operator== Doxygen comment#1679
Conversation
Signed-off-by: Mohit <mohityadav8@users.noreply.github.com>
… FeeComponents.h Signed-off-by: Mohit <mohityadav8@users.noreply.github.com>
|
Warning Review limit reached
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 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 configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (5)
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
|
Hey @mohityadav8 👋 thanks for the PR! This comment updates automatically as you push changes -- think of it as your PR's live scoreboard! 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! |
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>
Description:
Move the orphaned Doxygen comment for
FeeComponents::operator==to the public declaration inFeeComponents.h.operator==Doxygen block above the public declarationRelated 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