GitHub user dhalperi opened a pull request: https://github.com/apache/incubator-beam/pull/1060
checkstyle: improve Javadoc checking * Enable `JavadocParagraph`, which gives a consistent style in how we format paragraphs. This caught a LOT of missing tags and other issues. * This also caught a lot of HTML issues that led to mis-rendering Javadoc. You can merge this pull request into a Git repository by running: $ git pull https://github.com/dhalperi/incubator-beam checkstyle-paragraph Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-beam/pull/1060.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1060 ---- commit d4dd76650e0e1bfd11fe392fed435fe3395d4f6f Author: Dan Halperin <dhalp...@google.com> Date: 2016-10-06T03:24:00Z checkstyle: improve Javadoc checking * Enable JavadocParagraph, which gives a consistent style in how we format paragraphs. This caught a LOT of missing tags and other issues. * This also caught a lot of HTML issues that led to mis-rendering Javadoc. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---