Liking cljdoc? Tell your friends :D

dots.vscode.comment-rule

Describes how comments for a language work.

Describes how comments for a language work.
raw docstring

block-commentcljs

(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`
sourceraw docstring

line-commentcljs

(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`
sourceraw docstring

set-block-comment!cljs

(set-block-comment! comment-rule value)

The block comment character pair, like /* block comment */

The block comment character pair, like `/* block comment */`
sourceraw docstring

set-line-comment!cljs

(set-line-comment! comment-rule value)

The line comment token, like // this is a comment

The line comment token, like `// this is a comment`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close