Liking cljdoc? Tell your friends :D

protocol55.kss.core


assemble-yieldsclj

(assemble-yields xs)

block-end?clj

(block-end? line {:keys [single-block? multi-block? doc-block?]})

block-parserclj

(block-parser {[line & remaining :as stream] :remaining
               :keys [ln block-ln indent single-block? multi-block? doc-block?]
               :or
                 {ln 0 single-block? false multi-block? false doc-block? false}
               :as state})

compatibility-regexclj


compatibility?clj

(compatibility? s)

css4-color-regexclj


doc-block-start-comment-regexclj


first-line?clj

(first-line? {:keys [block-ln ln] block-type :type :as yield})

has-prefix?clj

(has-prefix? prefix s)

multi-finish-comment-regexclj


multi-start-comment-regexclj


parameter-or-modifier-regexclj


parameter-or-modifier?clj

(parameter-or-modifier? s)

parse-colorclj

(parse-color s)

parse-fileclj

(parse-file file)

Returns a collection of KSS documentation maps from java.io.File. Not lazy.

Returns a collection of KSS documentation maps from java.io.File. Not lazy.
raw docstring

parse-linesclj

(parse-lines coll)

Returns a lazy collection of KSS documentation maps from lines of css.

Returns a lazy collection of KSS documentation maps from lines of css.
raw docstring

parse-parameter-or-modifierclj

(parse-parameter-or-modifier s)

parse-single?clj

(parse-single? line {:keys [multi-block? doc-block?]})

parse-streamclj

(parse-stream rdr)

Returns a lazy collection of KSS documentation maps from a java.io.BufferedReader.

Returns a lazy collection of KSS documentation maps from a java.io.BufferedReader.
raw docstring

parse-stringclj

(parse-string s)

Returns a lazy collection of KSS documentation maps from a css string.

Returns a lazy collection of KSS documentation maps from a css string.
raw docstring

parse-weightclj

(parse-weight s)

prefix-strclj

(prefix-str prefix s)

reference-regexclj


reference-strclj

(reference-str s)

reference?clj

(reference? s)

reset-syntax-flagsclj


single-comment-regexclj


syntax-parserclj

(syntax-parser {{:keys [text] :as yield} :yield
                :keys [markup-block? parsing-block-ln block-ln weight-block?
                       colors-block? parameters-or-modifiers-block?
                       description-block? compatibility-block? header-block?]
                :as state})

update-lastclj

(update-last ms k f & args)

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

× close