Page MenuHomePhabricator

fix comments //!< to //!
ClosedPublic

Authored by markblundeberg on Feb 6 2020, 14:03.

Details

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

Diff Detail

Repository
rABC Bitcoin ABC
Branch
doxycomment
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 9302
Build 16541: Default Diff Build & Tests
Build 16540: arc lint + arc unit

Event Timeline

Fabien added a subscriber: Fabien.

That could be a linter

This revision is now accepted and ready to land.Feb 6 2020, 15:03

That could be a linter

It might be a linter's fault that it happened in the first place... @deadalnix do you remember which linter you used for D95?