Fork me on GitHub
#clojure-spec
<
2022-05-28
>
Benjamin09:05:29

Hi, was there not a way to add a spec to the docstring of a function?>

jumar11:05:03

I'm not sure about that but some tools like Cider show it when you try to show a docstring for the function.

👍 1
teodorlu10:05:29

You could change the docs yourself by changing the var metadata: https://clojuredocs.org/clojure.core/alter-meta%21