Liking cljdoc? Tell your friends :D

midje.parsing.1-to-explicit-form.metadata

Parsing metadata as found in facts, around-facts, and tables

Parsing metadata as found in facts, around-facts, and tables
raw docstring

metadata-for-fact-groupclj

source

separate-metadataclj

(separate-metadata metadata-containing-form)

Removes metadata from a form and returns it along with the metadate-free remainder. Also assigns the Midje core metadata like :midje/source. However, it does not override such key/value pairs when explicitly supplied.

Removes metadata from a form and returns it along with the metadate-free
remainder. Also assigns the Midje core metadata like :midje/source.
However, it does not override such key/value pairs when explicitly supplied.
sourceraw docstring

separate-multi-fact-metadataclj

(separate-multi-fact-metadata forms)

This does not include metadata specified by strings or symbols.

This does not include metadata specified by strings or symbols.
sourceraw docstring

separate-two-level-metadataclj

(separate-two-level-metadata top-form)
source

unparse-metadataclj

(unparse-metadata metadata)

Returns a sequence containing a name (if any), a description (if any), and a map containing key/value pairs for user supplied metadata. Midje core metadata (like :midje/line) is not included.

Returns a sequence containing a name (if any), a description (if any),
and a map containing key/value pairs for user supplied metadata.
Midje core metadata (like :midje/line) is not included.
sourceraw docstring

with-wrapped-metadatacljmacro

(with-wrapped-metadata metadata & body)
source

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

× close