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
The javadoc should not be in the repository itself.
The readme.markdown should contain to a link to the javadoc instead.
readme.markdown
Additionally the javadoc is very incomplete...
The text was updated successfully, but these errors were encountered:
removed old javadoc permanently (TooTallNate#133)
1de0ffe
The javadocs are excluded on purpose. If you look at .gitignore, the /doc/ directory is excluded. https://github.com/TooTallNate/Java-WebSocket/blob/master/.gitignore
.gitignore
/doc/
You can generate it anytime by running ant doc. If you want an online copy, I have a javadocs branch https://github.com/hanxue/Java-WebSocket/tree/javadocs/doc
ant doc
javadocs
Sorry, something went wrong.
a2a647a
Always adding javadocs for new features/refactored methods, but cant to this for old ones!
Added link in readme
marci4
No branches or pull requests
The javadoc should not be in the repository itself.
The
readme.markdown
should contain to a link to the javadoc instead.Additionally the javadoc is very incomplete...
The text was updated successfully, but these errors were encountered: