(env)(env env-map)Return a Weave env. Optional env-map is simply merged with defaults if provided.
Return a Weave env. Optional `env-map` is simply merged with defaults if provided.
(weave weave-doc)(weave env weave-doc)Produce a string of your rendered document given a weave-doc tree.
Produce a string of your rendered document given a `weave-doc` tree.
(weave+ weave-doc)(weave+ env weave-doc)Return a map of:
:doc The final document, as a string:env The final environment used during document processingCustom implementations of api/emit or api/render can tuck values
into the env argument they receive. This function exposes those values
for use after document processing.
Return a map of: - `:doc` The final document, as a string - `:env` The final environment used during document processing Custom implementations of `api/emit` or `api/render` can tuck values into the `env` argument they receive. This function exposes those values for use after document processing.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |