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
http://checkstyle.sourceforge.net/config_javadoc.html#JavadocParagraph created base on requirements of http://google.github.io/styleguide/javaguide.html#s7.1.2-javadoc-paragraphs
According to documentation:
Each paragraph but the first has <p> immediately before the first word, with no space after.
<p>
I could have <p> tag, followed by new line. Text is continued from the next line, so the tag is not "immediately before the first word"
/** * First paragraph. * * <p> * Second paragraph. */
Also, even spaces are not violated:
/** * First paragraph. * * <p> Second paragraph. */
The text was updated successfully, but these errors were encountered:
good point, I do not see any reference in code that it do validation for that, completely missed functionality.
Sorry, something went wrong.
fix JavadocParagraph allows new line before the next paragraph, check…
f586238
…style#1332
7de5d3f
f3ced90
b1e2fd8
fix JavadocParagraph allows new line before the next paragraph, #1332
bb3f804
merged.
Vladlis
No branches or pull requests
http://checkstyle.sourceforge.net/config_javadoc.html#JavadocParagraph
created base on requirements of http://google.github.io/styleguide/javaguide.html#s7.1.2-javadoc-paragraphs
According to documentation:
I could have
<p>
tag, followed by new line. Text is continued from the next line, so the tag is not "immediately before the first word"Also, even spaces are not violated:
The text was updated successfully, but these errors were encountered: