Skip to content

Commit

Permalink
[backport#14103] docs: Fix broken Doxygen comments
Browse files Browse the repository at this point in the history
Summary:
Fix incorrect Doxygen comments (practicalswift)

Pull request description:

  Fix broken Doxygen comments.

  This commit was taken from #13914 which now only covers `-Wdocumentation`.

bitcoin/bitcoin@0e534d4

---

Backport of Core [[bitcoin/bitcoin#14103 | PR14103]]

Test Plan:
  read them

Reviewers: #bitcoin_abc, Fabien

Reviewed By: #bitcoin_abc, Fabien

Differential Revision: https://reviews.bitcoinabc.org/D7059
  • Loading branch information
laanwj authored and majcosta committed Jul 28, 2020
1 parent 715386d commit 16ad458
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/qt/bitcoingui.h
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ public Q_SLOTS:
void setEncryptionStatus(int status);

/** Set the hd-enabled status as shown in the UI.
@param[in] status current hd enabled status
@param[in] hdEnabled current hd enabled status
@see WalletModel::EncryptionStatus
*/
void setHDStatus(int hdEnabled);
Expand Down
2 changes: 1 addition & 1 deletion src/qt/rpcconsole.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ class QtRPCTimerInterface : public RPCTimerInterface {
* interpretation takes place
*
* @param[in] node optional node to execute command on
* @param[out] result stringified Result from the executed command(chain)
* @param[out] strResult stringified result from the executed command(chain)
* @param[in] strCommand Command line to split
* @param[in] fExecute set true if you want the command to be executed
* @param[out] pstrFilteredOut Command line, filtered to remove any sensitive
Expand Down
2 changes: 1 addition & 1 deletion src/wallet/wallet.h
Original file line number Diff line number Diff line change
Expand Up @@ -1374,7 +1374,7 @@ class CWallet final : public FillableSigningProvider,

CFeeRate m_pay_tx_fee{DEFAULT_PAY_TX_FEE};
bool m_spend_zero_conf_change{DEFAULT_SPEND_ZEROCONF_CHANGE};
// will be defined via chainparams
//! will be defined via chainparams
bool m_allow_fallback_fee{true};
// Override with -mintxfee
CFeeRate m_min_fee{DEFAULT_TRANSACTION_MINFEE_PER_KB};
Expand Down

0 comments on commit 16ad458

Please sign in to comment.