From Jason Turner

[lex.comment]

Diff to HTML by rtfpessoa

tmp/tmpe_zctlj8/{from.md → to.md} RENAMED
@@ -2,11 +2,11 @@
2
 
3
  The characters `/*` start a comment, which terminates with the
4
  characters `*/`. These comments do not nest. The characters `//` start a
5
  comment, which terminates immediately before the next new-line
6
  character. If there is a form-feed or a vertical-tab character in such a
7
- comment, only white-space characters shall appear between it and the
8
  new-line that terminates the comment; no diagnostic is required.
9
 
10
  [*Note 1*: The comment characters `//`, `/*`, and `*/` have no special
11
  meaning within a `//` comment and are treated just like other
12
  characters. Similarly, the comment characters `//` and `/*` have no
 
2
 
3
  The characters `/*` start a comment, which terminates with the
4
  characters `*/`. These comments do not nest. The characters `//` start a
5
  comment, which terminates immediately before the next new-line
6
  character. If there is a form-feed or a vertical-tab character in such a
7
+ comment, only whitespace characters shall appear between it and the
8
  new-line that terminates the comment; no diagnostic is required.
9
 
10
  [*Note 1*: The comment characters `//`, `/*`, and `*/` have no special
11
  meaning within a `//` comment and are treated just like other
12
  characters. Similarly, the comment characters `//` and `/*` have no