← Watch feed
docs: remove duplicate ///@} from bitcoinkernel.h
What changed, and why it matters
This commit removes a duplicate documentation marker (///@}) from a header file. It is purely a cosmetic documentation cleanup with no effect on program behavior or security.
Recommended action
No security action needed; this is a benign documentation fix.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The change deletes a redundant Doxygen group-closing comment in src/kernel/bitcoinkernel.h. There is no code, logic, or interface change; only documentation formatting is corrected.
Changed components
src/kernel/bitcoinkernel.hInspect captured patch +0 / −2
diff --git a/src/kernel/bitcoinkernel.h b/src/kernel/bitcoinkernel.h
index fe5bc3f9..fa254fb6 100644
--- a/src/kernel/bitcoinkernel.h
+++ b/src/kernel/bitcoinkernel.h
@@ -1610,8 +1610,6 @@ BITCOINKERNEL_API void btck_txid_destroy(btck_Txid* txid);
///@}
-///@}
-
/** @name Coin
* Functions for working with coins.
*/
Risk score
Our methodology →Why this scored 15/100
Human-validated context
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
No validated notes yet.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.