Describes how comments for a language work.
Describes how comments for a language work.
(block-comment comment-rule)
The block comment character pair, like /* block comment */
Returns: CharacterPair | undefined
The block comment character pair, like `/* block comment */` **Returns:** `CharacterPair | undefined`
(line-comment comment-rule)
The line comment token, like // this is a comment
Returns: string | undefined
The line comment token, like `// this is a comment` **Returns:** `string | undefined`
(set-block-comment! comment-rule value)
The block comment character pair, like /* block comment */
The block comment character pair, like `/* block comment */`
(set-line-comment! comment-rule value)
The line comment token, like // this is a comment
The line comment token, like `// this is a comment`
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |