Standardize "overrides" comment. |
||
Issue description
Coding style standardization across ARC related code in Chrome repository.
When we have a class A inheriting class B, we often have something like:
class A : public B {
public:
...
// B overrides:
void f() override;
void g() override;
...
};
Here, the comment "// B overrides:" part has several variations.
Nice to standardize them.
,
Jan 7
|
||
►
Sign in to add a comment |
||
Comment 1 by efoo@chromium.org
, Jul 6