Liking cljdoc? Tell your friends :D

tag-soup.core


adjust-indentclj/s

(adjust-indent token)

Returns how much the indent should be adjusted for the given token.

Returns how much the indent should be adjusted for the given token.
sourceraw docstring

back-indent-for-lineclj/s

(back-indent-for-line tags line current-indent)

Returns the number of spaces the given line should be indented back.

Returns the number of spaces the given line should be indented back.
sourceraw docstring

code->tagsclj/s

(code->tags text)

Returns the tags for the given string containing code.

Returns the tags for the given string containing code.
sourceraw docstring

forward-indent-for-lineclj/s

(forward-indent-for-line tags line current-indent)

Returns the number of spaces the given line should be indented forward.

Returns the number of spaces the given line should be indented forward.
sourceraw docstring

get-tags-before-lineclj/s

(get-tags-before-line tags line)

Returns the tags before the given line.

Returns the tags before the given line.
sourceraw docstring

indent-for-lineclj/s

(indent-for-line tags line)

Returns the number of spaces the given line should be indented.

Returns the number of spaces the given line should be indented.
sourceraw docstring

read-safeclj/s

(read-safe reader)

Returns either a form or an exception object, or nil if EOF is reached.

Returns either a form or an exception object, or nil if EOF is reached.
sourceraw docstring

special-indentclj/s

source

tag-mapclj/s

(tag-map token results-map parent-indent)

Returns a transient map containing the tags, organized by line number.

Returns a transient map containing the tags, organized by line number.
sourceraw docstring

unwrap-valueclj/s

(unwrap-value value)
source

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

× close