diff --git a/doc/dev/coding.html b/doc/dev/coding.html index e35d67a92a..cacd77d104 100644 --- a/doc/dev/coding.html +++ b/doc/dev/coding.html @@ -15,7 +15,7 @@ - SOFTWARE. --> - +
Comments may be single-line or multiline. A single-line comment should be -at the end of the line of there is other text on the line, and should start +at the end of the line if there is other text on the line, and should start in the same column as other nearby end-of-line comments. The comment should be at the same indentation level as the text it is referring to. Multiline comments should start with "/*" on a line by itself. Subsequent