Merge branch 'jc/doc-cg-c-comment' into next
A CodingGuidelines update. * jc/doc-cg-c-comment: CodingGuidelines: document // commentsnext
commit
d1286b26eb
|
|
@ -430,6 +430,8 @@ For C programs:
|
|||
*/
|
||||
_("Here is a translatable string explained by the above.");
|
||||
|
||||
We do not use // comments.
|
||||
|
||||
- Double negation is often harder to understand than no negation
|
||||
at all.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue