2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 05:57:52 +00:00
This commit is contained in:
Andreas Gustafsson 2000-07-10 16:15:45 +00:00
parent 27c1fa93a0
commit 38eb03bc5a

View File

@ -15,7 +15,7 @@
- SOFTWARE.
-->
<!-- $Id: coding.html,v 1.10 2000/06/22 21:54:02 tale Exp $ -->
<!-- $Id: coding.html,v 1.11 2000/07/10 16:15:45 gson Exp $ -->
<H2>C Language</H2>
@ -68,7 +68,7 @@ and indentation:
Comments should be used anytime they improve the readability of the code.<P>
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