Liking cljdoc? Tell your friends :D

protocol55.styleguide.alpha


addclj/s

(add styleguide docs)

Adds the kss documentation maps of docs to styleguide, returning an ordered sequence of sections.

Adds the kss documentation maps of docs to styleguide, returning an ordered sequence of sections.
raw docstring

assign-section-idsclj/s

(assign-section-ids docs)

Takes a coll of reference key to kss doc pairs and returns a coll of sections.

Takes a coll of reference key to kss doc pairs and returns a coll of sections.
raw docstring

base-ref-depthclj/s

(base-ref-depth prev-ref target-ref)

build-weight-mapclj/s

(build-weight-map docs)

Retuns a nested map of reference key depths to reference key part to weight.

Retuns a nested map of reference key depths to reference key part to weight.
raw docstring

get-section-by-referenceclj/s

(get-section-by-reference styleguide reference)

Returns the section containing the :reference key reference or nil if not present.

Returns the section containing the :reference key reference or nil if not present.
raw docstring

max-depth-defaultclj/s


numeric-reference-regexclj/s


numeric-reference?clj/s

(numeric-reference? x)

prep-styleguide-docsclj/s

(prep-styleguide-docs docs)

prep-styleguide-docs-xfclj/s


reference-doc-pairclj/s


reference-keyclj/s

(reference-key reference)

reference-keys-xfclj/s


referenceable-xfclj/s


sections-seqclj/s

(sections-seq styleguide)
(sections-seq base styleguide)
(sections-seq base max-depth styleguide)
(sections-seq base min-depth max-depth styleguide)

Returns an ordered sequence of sections of styleguide constrained by the base, min-depth and max-depth values.

base - a vector of parts the reference must contain (default []) max-depth - the maximum depth of the references parts (default Integer/MAX_VALUE) min-depth - the minimum depth of the references parts (default 0)

Returns an ordered sequence of sections of styleguide constrained by the base, min-depth and max-depth values.

base - a vector of parts the reference must contain (default [])
max-depth - the maximum depth of the references parts (default Integer/MAX_VALUE)
min-depth - the minimum depth of the references parts (default 0)
raw docstring

styleguideclj/s

(styleguide)
(styleguide docs)

Returns an ordered sequence of sections of the kss documentation maps of docs with :reference keys.

Returns an ordered sequence of sections of the kss documentation maps of docs with :reference keys.
raw docstring

styleguide*clj/s

(styleguide* weight-map docs)

styleguide-pair-xfclj/s


weigh-reference-keys-fnclj/s

(weigh-reference-keys-fn weight-map)

weighted-reference-keyclj/s

(weighted-reference-key weight-map ref-key)

weighted-reference-key*clj/s

(weighted-reference-key* w a)
(weighted-reference-key* w a b)
(weighted-reference-key* w a b c)
(weighted-reference-key* w a b c d)
(weighted-reference-key* w a b c d e)
(weighted-reference-key* w a b c d e & more)

weighted-reference-key-compareclj/s

(weighted-reference-key-compare a b)

weighted-reference-key-padclj/s

(weighted-reference-key-pad k)

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

× close