cljdoc

Ray Stubbs 2025-01-04T19:40:44.810329Z

How does cljdoc handle doc-strings for dialect-specific versions of the same namespace? For example if I have .clj, .cljs, .cljd, and maybe .cljc files for the same namespace, what happens with the docstrings for each? Will they all be included in the API reference? Or will one of them win?

✅ 1
martinklepsch 2025-01-04T20:20:43.170089Z

If they vary they are displayed individually

Ray Stubbs 2025-01-04T20:37:51.154289Z

Sweet, thanks.