cljdoc

https://cljdoc.org/ & https://github.com/cljdoc/cljdoc
seancorfield 2020-03-02T21:06:06.008800Z

Did we ever reach consensus on what cljdoc should do with a namespace that has no public vars but has an extensive ns docstring? (e.g., a namespace that provides just optional implementations of protocols)

âž• 1
lread 2020-03-02T21:30:29.009200Z

@seancorfield, I think so? https://github.com/cljdoc/cljdoc/issues/21

seancorfield 2020-03-02T21:38:24.010100Z

Ah, yes. Thanks for refreshing my memory! It just hasn't been implemented yet. I suspect it'll soon be moot for me as I'm about to add vars to next.jdbc.date-time anyway 🙂

😀 2
lread 2020-03-02T21:44:22.012200Z

Other obligations have distracted me from Clojure. I do hope to get back to my happy place soon though! And if none gets to it before me, I’ll be happy to tackle that issue.

1