Liking cljdoc? Tell your friends :D

glossa.metazoa

Tools for viewing, searching, querying, and testing Clojure metadata.

Tools for viewing, searching, querying, and testing Clojure metadata.
raw docstring

alter-metas!clj

(alter-metas! irefs f & args)
source

checkclj

(check imeta)
(check imeta k)
source

dbclj

(db)
source

docclj

(doc doc)

Use to annotate a metadata value if you want a ::meta/doc under an arbitrary key.

Use to annotate a metadata _value_ if you want a `::meta/doc` under an arbitrary key.
sourceraw docstring

exampleclj

(example example)

Use to annotate a metadata value if you want a ::meta/example under an arbitrary key.

Use to annotate a metadata _value_ if you want a `::meta/example` under an arbitrary key.
sourceraw docstring

fn-tableclj

(fn-table fn-table)

Use to annotate a metadata value if you want a ::meta/fn-table under an arbitrary key.

Use to annotate a metadata _value_ if you want a `::meta/fn-table` under an arbitrary key.
sourceraw docstring

helpclj

(help)
source

imetaclj

(imeta metadata)

Use with meta/view, meta/check, etc., when authoring metadata and before it's been added to the final target IMeta.

Use with meta/view, meta/check, etc., when authoring metadata and before it's been added to the final target IMeta.
sourceraw docstring

providersclj

(providers imeta)
source

queryclj

(query datalog-query & args)
source

renderclj

(render imeta k)
source

reset-queryclj

(reset-query)
(reset-query imetas)
source

(reset-search)
(reset-search imetas)
source

(search search-query)
source

test-imetaclj

(test-imeta imeta)
(test-imeta imeta k)
source

test-imetasclj

(test-imetas)
(test-imetas imetas)
source

tutorialclj

(tutorial tutorial)

Use to annotate a metadata value if you want a ::meta/tutorial under an arbitrary key.

Use to annotate a metadata _value_ if you want a `::meta/tutorial` under an arbitrary key.
sourceraw docstring

viewclj

(view imeta)
(view imeta k)
source

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

× close