Describes how comments for a language work.
The line comment token, like // this is a comment
// this is a comment
The block comment character pair, like /* block comment */
/* block comment */
Generated by TypeDoc. Maintained by 紫升
Links: 搜外友链, 69中文网
Describes how comments for a language work.