(file span-of-enclosing-comment-request-args)
The file for the request (absolute pathname required).
Returns: string
The file for the request (absolute pathname required). **Returns:** `string`
(line span-of-enclosing-comment-request-args)
The line number for the request (1-based).
Returns: number
The line number for the request (1-based). **Returns:** `number`
(offset span-of-enclosing-comment-request-args)
The character offset (on the line) for the request (1-based).
Returns: number
The character offset (on the line) for the request (1-based). **Returns:** `number`
(only-multi-line? span-of-enclosing-comment-request-args)
Requires that the enclosing span be a multi-line comment, or else the request returns undefined.
Returns: boolean
Requires that the enclosing span be a multi-line comment, or else the request returns undefined. **Returns:** `boolean`
(project-file-name span-of-enclosing-comment-request-args)
Returns: string | undefined
**Returns:** `string | undefined`
(set-file! span-of-enclosing-comment-request-args value)
The file for the request (absolute pathname required).
The file for the request (absolute pathname required).
(set-line! span-of-enclosing-comment-request-args value)
The line number for the request (1-based).
The line number for the request (1-based).
(set-offset! span-of-enclosing-comment-request-args value)
The character offset (on the line) for the request (1-based).
The character offset (on the line) for the request (1-based).
(set-only-multi-line! span-of-enclosing-comment-request-args value)
Requires that the enclosing span be a multi-line comment, or else the request returns undefined.
Requires that the enclosing span be a multi-line comment, or else the request returns undefined.
(set-project-file-name! span-of-enclosing-comment-request-args value)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close