HomePhabricator

fix comments //!< to //!

Description

fix comments !< to !

Summary:
The style //!< is for documentation put *after* the member
being documented.
http://www.doxygen.nl/manual/docblocks.html#memberdoc

You can see how that's messing up the documentation of private
members here for example:
https://bitcoindoxygen.art/ABC/class_c_tx_mem_pool_entry.html

(Note there are still several files using //!< but correctly.)

Test Plan: ninja check all

Reviewers: #bitcoin_abc, Fabien

Reviewed By: #bitcoin_abc, Fabien

Subscribers: deadalnix, Fabien

Differential Revision: https://reviews.bitcoinabc.org/D5180

Details

Provenance
Mark Lundeberg <markblundeberg@users.noreply.github.com>Authored on Feb 6 2020, 14:00
markblundebergPushed on Feb 7 2020, 01:58
Reviewer
Restricted Project
Differential Revision
D5180: fix comments //!< to //!
Parents
rABC7c0357642599: Consolidate check-seeds builds
Branches
Unknown
Tags
Unknown

Event Timeline

Mark Lundeberg <markblundeberg@users.noreply.github.com> committed rABC74d2c5fa9246: fix comments //!< to //! (authored by Mark Lundeberg <markblundeberg@users.noreply.github.com>).Feb 7 2020, 01:58