Summary
Removes a redundant group end marker in the kernel API docs.
Motivation
Cleans kernel API documentation.
Removes a redundant group end marker in the kernel API docs.
Cleans kernel API documentation.
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
See the guideline for information on the review process.
| Type | Reviewers |
|---|---|
| ACK | maflcko, theStack, kevkevinpal |
If your review is incorrectly listed, please copy-paste <!–meta-tag:bot-skip–> into the comment that the bot should ignore.
0$ git grep '///@' src/kernel/bitcoinkernel.h | sort | uniq -c
1 22 src/kernel/bitcoinkernel.h:///@{
2 23 src/kernel/bitcoinkernel.h:///@}
lgtm ACK 7abf6f6fb618884e2c5d71dee944ff7c6f0a3a3a
ACK 7abf6f6
Straightforward doc fix