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.
1 parent b272259 commit c623f98Copy full SHA for c623f98
src/comments.md
@@ -17,10 +17,10 @@
17
> OUTER_BLOCK_DOC :
18
> `/*!` (_BlockCommentOrDoc_ | ~`*/`)<sup>\*</sup> `*/`
19
>
20
-> INNER_DOC_LINE :
+> INNER_LINE_DOC :
21
> `///` (~`/` ~`\n`<sup>\*</sup>)<sup>?</sup>
22
23
-> INNER_DOC_BLOCK :
+> INNER_BLOCK_DOC :
24
> `/**` (~`*` | _BlockCommentOrDoc_ )
25
> (_BlockCommentOrDoc_ | ~`*/`)<sup>\*</sup> `*/`
26
0 commit comments