-
Notifications
You must be signed in to change notification settings - Fork 346
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
Feature/auto formatter ran #321
Conversation
+1 |
*/ | ||
object AdaptiveVector { | ||
/** When density >= this value * size, we switch to dense vectors | ||
/** |
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.
this change means something different in javadoc. The stuff on the first line is the summary, the rest is the detailed comments, I believe. Is that not correct?
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.
My understanding from wikipedia just now is that the first line, (on or after the opening of the comment) is the summary. then it expects a blank line or new paragraph to be the detailed
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.
BTW with this change in place the scaladoc for this constant looks ok
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.
fine by me, then.
merge when green. |
This is just as a sample -- we will need to control what outstanding branches we have if we want to use this to avoid merge pain.