Liking cljdoc? Tell your friends :D

hara.code.framework.text


->stringclj

(->string results
          lines
          line-lu
          {:keys [highlight text]
           :or {text {:normal :cyan :highlight :yellow}}})

turns a set of results into a output string for printing

turns a set of results into a output string for printing
raw docstring

deltasclj

(deltas ns analysis original revised)

returns a list of changes between the original and revised versions

returns a list of changes between the original and revised versions
raw docstring

highlight-linesclj

(highlight-lines lines
                 {:keys [row col end-row end-col] :as cinfo}
                 offset
                 {:keys [text]})

highlights a segment of code in a different color

highlights a segment of code in a different color
raw docstring

summarise-deltasclj

(summarise-deltas deltas)

summary of what changes have been made

summary of what changes have been made
raw docstring

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

× close