We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e1ea48a + 12fd8cf commit 768cb76Copy full SHA for 768cb76
src/comments.md
@@ -11,16 +11,16 @@
11
> | `/**/`
12
> | `/***/`
13
>
14
-> OUTER_LINE_DOC :
+> INNER_LINE_DOC :
15
> `//!` ~[`\n` _IsolatedCR_]<sup>\*</sup>
16
17
-> OUTER_BLOCK_DOC :
+> INNER_BLOCK_DOC :
18
> `/*!` ( _BlockCommentOrDoc_ | ~[`*/` _IsolatedCR_] )<sup>\*</sup> `*/`
19
20
-> INNER_LINE_DOC :
+> OUTER_LINE_DOC :
21
> `///` (~`/` ~[`\n` _IsolatedCR_]<sup>\*</sup>)<sup>?</sup>
22
23
-> INNER_BLOCK_DOC :
+> OUTER_BLOCK_DOC :
24
> `/**` (~`*` | _BlockCommentOrDoc_ )
25
> (_BlockCommentOrDoc_ | ~[`*/` _IsolatedCR_])<sup>\*</sup> `*/`
26
0 commit comments