cljdoc 2022-12-12

Is there some way to opt in instead of opting out to api docs ? I’d like to only document a single namespace and ignore all others… cc @mkvlr

👀 1

Not currently @sritchie09. The only facility we support at this time is opting out via :no-doc metadata on the namespace in the source code.

👍 1