Commit e994691
Merge bitcoin#30504: doc: use proper doxygen formatting for CTxMemPool::cs
6a5e9e4 doc: use proper doxygen formatting for CTxMemPool::cs (Vasil Dimov)
Pull request description:
Having `@par title` followed by an empty line renders improperly in Doxygen - it results in a paragraph with a title but without a body.
https://www.doxygen.nl/manual/commands.html#cmdpar
This also results in a compiler warning (or error) with Clang 19:
```
./txmempool.h:368:34: error: empty paragraph passed to '@Par' command [-Werror,-Wdocumentation]
368 | * @Par Consistency guarantees
| ~~~~~~~~~~~~~~~~~~~~~~~~~~^
1 error generated.
```
ACKs for top commit:
maflcko:
review ACK 6a5e9e4
tdb3:
ACK 6a5e9e4
Tree-SHA512: 2c4c9e5fd4bd44754800a9bcfff74df101afc060b84451c45aa098e4ceb05a47f28a36f8473b31222552fad6339b752a148e6b1c7d41c2003f515b3eb40609021 parent a3e6378 commit e994691
1 file changed
+0
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
494 | 494 | | |
495 | 495 | | |
496 | 496 | | |
497 | | - | |
498 | 497 | | |
499 | | - | |
500 | 498 | | |
501 | 499 | | |
502 | 500 | | |
503 | 501 | | |
504 | 502 | | |
505 | 503 | | |
506 | 504 | | |
507 | | - | |
508 | 505 | | |
509 | 506 | | |
510 | 507 | | |
| |||
0 commit comments