bbatsov/clojure-style-guide

Consider adding :no-doc under common metadata

lread opened this issue · 2 comments

lread commented

The :no-doc metadata is a signal to documentation tools like Codox and cljdoc that a namespace or var within a namespace should not be included as part of the public API.

If this makes sense to folks, happy to do up a PR.

PR welcome!

lread commented

Will do!