You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 6, 2025. It is now read-only.
Code needs a good documentation.
A lot of documentation is written as function description or clojure specs.
There should be some support for building and publishing documentation from these sources.
Context
I would like to have a task that scans my clojre code and generates documentation from it.
It should look for function descriptions.
It should look for clojure spec definitions.
It should leverage existing tools.