mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-04-15 10:07:41 +02:00
doc: Discourage trailing doxygen comments, and fix the broken ones
This commit is contained in:
@@ -145,7 +145,8 @@ struct CBlockIndexHeightOnlyComparator {
|
||||
};
|
||||
|
||||
struct PruneLockInfo {
|
||||
int height_first{std::numeric_limits<int>::max()}; //! Height of earliest block that should be kept and not pruned
|
||||
/// Height of earliest block that should be kept and not pruned
|
||||
int height_first{std::numeric_limits<int>::max()};
|
||||
};
|
||||
|
||||
enum BlockfileType {
|
||||
|
||||
Reference in New Issue
Block a user