treat <p> and <br> on a separate line as a paragraph separator
the width doesn't include the indentation. Rationale: javadoc is offset at
methods or deeply nested classes: we want to wrap the text to a specific width, not
including the indentation and comment start.
default width changed from 80 to 72: due to the previous point
After a while my originally intended changes:
treat
<p>
and<br>
on a separate line as a paragraph separatorthe width doesn't include the indentation. Rationale: javadoc is offset at methods or deeply nested classes: we want to wrap the text to a specific width, not including the indentation and comment start.
default width changed from 80 to 72: due to the previous point
I recommend to review the commits individually.