search for: copydoc

Displaying 1 result from an estimated 1 matches for "copydoc".

Did you mean: copy_doc
2018 Jan 30
3
Coding standards: duplicating method comments?
A quick coding standards question. The current coding standards doc has helpful guidance on Doxygen comments and the like: https://llvm.org/docs/CodingStandards.html#source-code-formatting One aspect which isn't explicit is the policy on duplicating code comments for subclasses. To modify an example from that doc: """ // In Something.h: /// An abstraction for some complicated