aboutsummaryrefslogtreecommitdiff
path: root/src/validation.h
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2021-04-03 10:53:29 +0800
committerfanquake <fanquake@gmail.com>2021-04-06 14:50:17 +0800
commit3b0078f958c46e94b468c829522ba965f5549f11 (patch)
tree09585c08fd33f9902dc78b9a3552a03ffa4f90b2 /src/validation.h
parentc6edcf1c710e4aaf1cafdbf8e86fe209b57bdeb8 (diff)
downloadbitcoin-3b0078f958c46e94b468c829522ba965f5549f11.tar.xz
doc: fixup -Wdocumentation issues
Diffstat (limited to 'src/validation.h')
-rw-r--r--src/validation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/validation.h b/src/validation.h
index 21e63947fa..9f2c244482 100644
--- a/src/validation.h
+++ b/src/validation.h
@@ -1029,7 +1029,7 @@ inline bool IsBlockPruned(const CBlockIndex* pblockindex)
/**
* Return the expected assumeutxo value for a given height, if one exists.
*
- * @param height[in] Get the assumeutxo value for this height.
+ * @param[in] height Get the assumeutxo value for this height.
*
* @returns empty if no assumeutxo configuration exists for the given height.
*/