Liking cljdoc? Tell your friends :D

std.block.heal.indent


build-insert-editclj

(build-insert-edit {:keys [line col]} vals)

constructs a single edit

constructs a single edit
raw docstring

build-insert-editsclj

(build-insert-edits delimiters candidates content)

builds a list of edits to be made to a

builds a list of edits to be made to a
raw docstring

build-remove-editsclj

(build-remove-edits delimiters candidates)

builds a list of remove edits

builds a list of remove edits
raw docstring

find-indent-last-closeclj

(find-indent-last-close delimiters index-upper index-lower)

finds the last close delimiter

finds the last close delimiter
raw docstring

flag-close-heavyclj

(flag-close-heavy delimiters)

finds open delimiters that have closed too early

finds open delimiters that have closed too early
raw docstring

flag-close-heavy-functionclj

(flag-close-heavy-function current {:keys [depth col index]})

flags a function if at a different index

flags a function if at a different index
raw docstring

flag-close-heavy-singleclj

(flag-close-heavy-single delimiters {:keys [index] :as entry})

flags when there is open delimiter of the same depth with extra indentation

flags when there is open delimiter of the same depth with extra indentation
raw docstring

flag-open-heavyclj

(flag-open-heavy delimiters)

combines discrepancies that are the same

combines discrepancies that are the same
raw docstring

flag-open-heavy-functionclj

(flag-open-heavy-function current {:keys [depth col index]})

flags the delimiter if there are any discrepancies

flags the delimiter if there are any discrepancies
raw docstring

flag-open-heavy-rawclj

(flag-open-heavy-raw delimiters line-lu)

finds all discrepancies given some code

finds all discrepancies given some code
raw docstring

flag-open-heavy-singleclj

(flag-open-heavy-single delimiters line-lu {:keys [index] :as entry})

finds previous index discrepancies given indent layout

finds previous index discrepancies given indent layout
raw docstring

flagged-candidates-filter-runclj

(flagged-candidates-filter-run candidates
                               &
                               [{:keys [strategy threshold]
                                 :or {strategy :minimum}}])

cuts off all potentially difficult locations

cuts off all potentially difficult locations
raw docstring

flagged-candidates-invert-lookupclj

(flagged-candidates-invert-lookup candidates)

inverts a lookup

inverts a lookup
raw docstring

flagged-candidates-merge-commonclj

(flagged-candidates-merge-common candidates)

merges all common

merges all common
raw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close