Closed niko-dunixi closed 6 years ago
Alternate pr for: https://github.com/tipsy/j2html/issues/89
I've been using some trial and error to re-create your settings. It's not perfect, because eclipse doesn't align the comments after @params in javadoc, however, this attempt has a much less dramatic change to the code-base.
@param
It's a lot better than the other one, but the removal of newlines seems unnecessary in most cases.
Other than the newline-problem it actually looks really good.
Alternate pr for: https://github.com/tipsy/j2html/issues/89
I've been using some trial and error to re-create your settings. It's not perfect, because eclipse doesn't align the comments after
@param
s in javadoc, however, this attempt has a much less dramatic change to the code-base.