Skip to content

Commit 2a0a64b

Browse files
committed
Merge branch 'jc/doc-cg-c-comment'
A CodingGuidelines update. * jc/doc-cg-c-comment: CodingGuidelines: document // comments
2 parents 5465d36 + 2f99f50 commit 2a0a64b

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)