doc: fixup -Wdocumentation issues

This commit is contained in:
fanquake
2021-04-03 10:53:29 +08:00
parent c6edcf1c71
commit 3b0078f958
7 changed files with 6 additions and 8 deletions

View File

@@ -2062,7 +2062,7 @@ void PeerManagerImpl::ProcessHeadersMessage(CNode& pfrom, const Peer& peer,
/**
* Reconsider orphan transactions after a parent has been accepted to the mempool.
*
* @param[in/out] orphan_work_set The set of orphan transactions to reconsider. Generally only one
* @param[in,out] orphan_work_set The set of orphan transactions to reconsider. Generally only one
* orphan will be reconsidered on each call of this function. This set
* may be added to if accepting an orphan causes its children to be
* reconsidered.