-
Notifications
You must be signed in to change notification settings - Fork 5
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
Consider publishing javadocs #3
Comments
You mean as a webpage? I don't know how useful it is - you can download sources with Maven/intelliJ and it's going to show you the javadocs right in IDE.. |
My IDEA is broken and I can't download javadocs :) But, seriously, it could be helpful to users who don't use smart IDEs. Also it can be useful to newcomers to take a quick look on the available methods. (I'm trying to use this library and I'm missing a good quick start with examples. Shall I create an issue for that or it never be fixed? :) ) |
Oookay.. I didn't know someone was still using javadocs sites :) It'll probably take me some time to get my hands on it though. |
@ctapobep the published javadocs are very useful in public discussions, when your library became so popular that are discussed outside the github issue tracker. |
This could be helpful: http://www.javadoc.io/ Also it will be possible to add a badge to readme :) |
It would be great to have javadocs published somewhere.
The text was updated successfully, but these errors were encountered: