Skip to content

Commit d1286b2

Browse files
committed
Merge branch 'jc/doc-cg-c-comment' into next
A CodingGuidelines update. * jc/doc-cg-c-comment: CodingGuidelines: document // comments
2 parents 5ff8915 + 2f99f50 commit d1286b2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Documentation/CodingGuidelines

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,8 @@ For C programs:
430430
*/
431431
_("Here is a translatable string explained by the above.");
432432

433+
We do not use // comments.
434+
433435
- Double negation is often harder to understand than no negation
434436
at all.
435437

0 commit comments

Comments
 (0)