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?
If they vary they are displayed individually
Sweet, thanks.