doc: Discourage trailing doxygen comments, and fix the broken ones

This commit is contained in:
MarcoFalke
2026-03-31 18:45:03 +02:00
parent 8cc690ea9b
commit facaeb9c76
4 changed files with 20 additions and 16 deletions

View File

@@ -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 {