We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Call cider-doc on java.nio.file.Path/of, render docs such that more is represented as an array:
cider-doc
java.nio.file.Path/of
more
java.nio.file.Path/of ^Path [^String first, ^String<> more] ; or [Ljava.lang.String; ^Path [^java.net.URI uri]
java.nio.file.Path/of ^Path [^String first, ^String more] ^Path [^java.net.URI uri]
M-x cider-doc java.nio.file.Path/of
M-x cider-doc
Cider version 1.15.0 emacs --version GNU Emacs 30.0.50 Development version 319e16550d66 on master branch; build date 2024-05-31.
E.g. 1.11.1
21
Pop OS 22.04
The text was updated successfully, but these errors were encountered:
Thanks!
Some notes https://clojurians.slack.com/archives/C0617A8PQ/p1718605593241419
Sorry, something went wrong.
No branches or pull requests
Expected behavior
Call
cider-doc
onjava.nio.file.Path/of
, render docs such thatmore
is represented as an array:Actual behavior
Steps to reproduce the problem
M-x cider-doc
java.nio.file.Path/of
Environment & Version information
Clojure version
E.g. 1.11.1
Java version
21
Operating system
Pop OS 22.04
The text was updated successfully, but these errors were encountered: