-
Notifications
You must be signed in to change notification settings - Fork 38.7k
Fix incorrect Doxygen tag (@ince → @since). Doxygen parameter name matching. #10842
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
Conversation
|
trivial ACK 8a2e5b1 |
|
@fanquake Thanks for the quick review. I added another commit to this PR (be9682d). Would you mind re-reviewing? :-) |
src/wallet/rpcwallet.h
Outdated
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.
Why did you change this one and not the ones below it?
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.
Oh don't worry you're just focusing on doxygen, sorry missed that
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.
They don't have any Doxygen documentation to match :-)
|
Please squash when this is ready for merge.
…On Sun, Jul 16, 2017 at 12:24 PM, fanquake ***@***.***> wrote:
trivial ACK 8a2e5b1
<8a2e5b1>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#10842 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGGmv1SEZLXxV9xK8bWqVfLoKQ0AgZ8Eks5sOeT2gaJpZM4OZQc->
.
|
…mes match actual parameter names.
be9682d to
2c2e90d
Compare
|
@MarcoFalke Squashed! :-) |
|
utACK 2c2e90d |
…ameter name matching. 2c2e90d Fix incorrect Doxygen tag (@ince → @SInCE). Make Doxygen parameter names match actual parameter names. (practicalswift) Pull request description: Doxygen fixes: * Fix incorrect Doxygen tag (`@ince` → `@since`). * Make Doxygen parameter names match actual parameter names. Tree-SHA512: cb1d37a7d15a90d24affaf5c2bcf462663f0b0c13868bb25401e5d8cb303fcb41e53fdeee8012b2271a509112ef98fc0c070b4194f42cd55361f7e6bc7996342
…gen parameter name matching. 2c2e90d Fix incorrect Doxygen tag (@ince → @SInCE). Make Doxygen parameter names match actual parameter names. (practicalswift) Pull request description: Doxygen fixes: * Fix incorrect Doxygen tag (`@ince` → `@since`). * Make Doxygen parameter names match actual parameter names. Tree-SHA512: cb1d37a7d15a90d24affaf5c2bcf462663f0b0c13868bb25401e5d8cb303fcb41e53fdeee8012b2271a509112ef98fc0c070b4194f42cd55361f7e6bc7996342
…parameter name matching. Summary: 2c2e90d Fix incorrect Doxygen tag (@ince → @SInCE). Make Doxygen parameter names match actual parameter names. (practicalswift) Pull request description: Doxygen fixes: * Fix incorrect Doxygen tag (`@ince` → `@since`). * Make Doxygen parameter names match actual parameter names. --- Backport of Core [[bitcoin/bitcoin#10842 | PR10842]] Test Plan: read the comment changes Reviewers: #bitcoin_abc, jasonbcox Reviewed By: #bitcoin_abc, jasonbcox Differential Revision: https://reviews.bitcoinabc.org/D7789
Doxygen fixes:
@ince→@since).