Skip to content

Commit 46e15f3

Browse files
committed
Update documentation-comments.md
1 parent 4d4d699 commit 46e15f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

standard/documentation-comments.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ Single_Line_Doc_Comment
2424
;
2525
2626
Delimited_Doc_Comment
27-
: '/**' Delimited_Comment_Section* Asterisk+ '/'
27+
: '/**' Delimited_Comment_Section* ASTERISK+ '/'
2828
;
2929
```
3030

3131
In a *Single_Line_Doc_Comment*, if there is a *Whitespace* character following the `///` characters on each of the *Single_Line_Doc_Comments* adjacent to the current *Single_Line_Doc_Comment*, then that *Whitespace* character is not included in the XML output.
3232

33-
In a *Delimited_Doc_Comment*, if the first non-*Whitespace* character on the second line is an *Asterisk* and the same pattern of optional *Whitespace* characters and an *Asterisk* character is repeated at the beginning of each of the lines within the *Delimited_Doc_Comment*, then the characters of the repeated pattern are not included in the XML output. The pattern can include *Whitespace* characters after, as well as before, the *Asterisk* character.
33+
In a *Delimited_Doc_Comment*, if the first non-*Whitespace* character on the second line is an *ASTERISK* and the same pattern of optional *Whitespace* characters and an *ASTERISK* character is repeated at the beginning of each of the lines within the *Delimited_Doc_Comment*, then the characters of the repeated pattern are not included in the XML output. The pattern can include *Whitespace* characters after, as well as before, the *ASTERISK* character.
3434

3535
**Example:**
3636

0 commit comments

Comments
 (0)