polyfy / polylith

A tool used to develop Polylith based architectures in Clojure.
Eclipse Public License 1.0
523 stars 47 forks source link

Document public API only #321

Closed lread closed 1 year ago

lread commented 1 year ago

Mark internal namespaces with :no-doc metadata.

This communicates to tools such as cljdoc what is internal and should not be included in API docs.

At this time, the public API consists only of:

And also tidy up docstring formatting for TestRunner