-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
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
[Enhancement]: Add /doc command. #66
Labels
Comments
This would be super cool |
Josh & i tackling tonight |
was not tackled tonight. |
Well... it was. It was just the biggest rugby player you've ever seen so we had a tough time tackling him down... |
To be fair it was tackled we just lost. |
Hi, any updates? |
Nope, I'll look at improving what we wrote in a few weeks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Explain your idea.
Add a /doc command to the bot that pulls up information about a method/class, including parameters and return type. A similar implementation as this although it could be simpler, without all the buttons to expand would be fine. The embed should have a link to the spigot docs, a code block with the usage, the JavaDoc description, and resolving any link tags in
@see
tags and JavaDoc links.https://github.com/I-Al-Istannen/Doctor
This could be useful. This repo makes a SQL database with all the indexed JavaDoc comments and allows querying on that database.
https://github.com/I-Al-Istannen/JavadocIndexer
How could you do this differently
Just add a
.queue()
to the end of the line. 😃Anything else?
No response
The text was updated successfully, but these errors were encountered: