-
Notifications
You must be signed in to change notification settings - Fork 4
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
Tidy up code and javadoc #104
Conversation
wl/server/Command.java
Outdated
* If the password is correct, the server replies not <code>ADMIN</code>/<code>SUCCESS</code> but | ||
* instead prints out server statistics in the following format: <ul> <li> Time in [1: milliseconds | ||
* | 2+: hours] since the server was started, <code>\n</code> <li> {@literal Protocol version >= 2}: | ||
* Average client lifetime in seconds, <code>\n</code> <li> Protocol version 1: <ul><li> Number of | ||
* current registered users, <code>\n</code> <li> Number of current unregistered users, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hm, stupid clang-format...
Is there a way to disable formatting of doc comments?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ouch!
There seems to be no standard way to skip javadoc comments so I disabled clang-format for the whole file. The rest of the documentation should be fine I hope…
Re #97