Liking cljdoc? Tell your friends :D

boundary.devtools.core.documentation

Pure documentation catalog for in-REPL exploration. Provides (doc :topic) data for Boundary concepts with examples. No I/O, no logging — pure data and transformations.

Pure documentation catalog for in-REPL exploration.
Provides (doc :topic) data for Boundary concepts with examples.
No I/O, no logging — pure data and transformations.
raw docstring

format-docclj

(format-doc {:keys [title body see-also]})

Format a catalog entry map as a human-readable string. Entry must have :title, :body, and :see-also keys.

Format a catalog entry map as a human-readable string.
Entry must have :title, :body, and :see-also keys.
sourceraw docstring

list-topicsclj

(list-topics)

Return a sorted sequence of all topic keywords in the catalog.

Return a sorted sequence of all topic keywords in the catalog.
sourceraw docstring

lookupclj

(lookup topic)

Return the catalog entry for topic keyword, or nil if not found.

Return the catalog entry for `topic` keyword, or nil if not found.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close