Elliotte Rusty Harold created MJAVADOC-660:
----------------------------------------------
Summary: No periods without ocmplete sentences
Key: MJAVADOC-660
URL: https://issues.apache.org/jira/browse/MJAVADOC-660
Project: Maven Javadoc Plugin
Issue Type: Bug
Reporter: Elliotte Rusty Harold
javadoc:fix produces output like this:
{noformat}
/**
* test generic function (with only head javadoc)
*
* @param tClass a {@link java.lang.Class} object.
* @param o a {@link java.lang.Object} object.
* @param <T> a T class.
* @since 1.1
*/
{noformat}
None of these @params should have periods, per Oracle guidelines on JavaDoc
style
https://www.oracle.com/technical-resources/articles/java/javadoc-tool.html#@param
--
This message was sent by Atlassian Jira
(v8.3.4#803005)