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
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.
Is there a specific tool you have in mind? I've kind of gravitated towards cljdoc in the little time I've spent in Clojure recently. Not sure if it covers everything you mention, but it doesn't seem to require the build tool to do anything.
I don't have a preference.
There are some in the link I shared.
I'm still in Java land for now and I created the issue to remember and track it.
At least it should be documented (which I still plan to write at some point)
Desired Behavior
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.
Idea started from https://clojureverse.org/t/spec-aware-documentation-tools/6118/2 .
The text was updated successfully, but these errors were encountered: