Doxygen fixes:
- Fix incorrect Doxygen tag (
@ince→@since). - Make Doxygen parameter names match actual parameter names.
Doxygen fixes:
@ince → @since).trivial ACK 8a2e5b1
@fanquake Thanks for the quick review. I added another commit to this PR (be9682d). Would you mind re-reviewing? :-)
15 | @@ -16,7 +16,7 @@ void RegisterWalletRPCCommands(CRPCTable &t); 16 | * @param[in] request JSONRPCRequest that wishes to access a wallet 17 | * @return NULL if no wallet should be used, or a pointer to the CWallet 18 | */ 19 | -CWallet *GetWalletForJSONRPCRequest(const JSONRPCRequest&); 20 | +CWallet *GetWalletForJSONRPCRequest(const JSONRPCRequest& request);
Why did you change this one and not the ones below it?
Oh don't worry you're just focusing on doxygen, sorry missed that
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 notifications@github.com wrote:
trivial ACK 8a2e5b1 https://github.com/bitcoin/bitcoin/commit/8a2e5b1b2ee43142eea5949356754ab586de64c8
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/bitcoin/bitcoin/pull/10842#issuecomment-315599837, or mute the thread https://github.com/notifications/unsubscribe-auth/AGGmv1SEZLXxV9xK8bWqVfLoKQ0AgZ8Eks5sOeT2gaJpZM4OZQc- .
@MarcoFalke Squashed! :-)
utACK 2c2e90d1d4768a7842b2fa840496cea567a8e995