clojure-spec

Brian Beckman 2022-10-12T03:00:12.428759Z

Feature Request: codox-friendly docstrings for specs 🙂 I’m up to a few hundred specs in my project now and would love to catalogue them automatically in the same way as I do defs and defns.

Alex Miller (Clojure team) 2022-10-12T04:15:14.991399Z

This is the most requested feature in the issue tracker

Alex Miller (Clojure team) 2022-10-12T04:15:35.949319Z

In scope for spec 2, but haven’t worked on it yet

❤️ 5
Brian Beckman 2022-10-12T12:38:10.042469Z

In practice, I put docstrings in functions that validate or generate from the specs, so the lack is not a blocker.