The trailing doxygen comments are problematic:
- They are often wrong and need to be fixed up manually, see e.g #7793, #14331, …, and this pull
- Also, changing any type or name in a way that changes the max line length may require reflowing the whole struct with clang-format.
- Also, once they become multi-line, they will read even more confusingly.
Fix all issues by tolerating them, but favoring descriptions before the described item.
Also, fix the broken ones.
Example doxygen rendering: https://doxygen.bitcoincore.org/struct_private_broadcast_1_1_send_status.html (broken before this pull, fixed in this pull)