[
https://issues.apache.org/jira/browse/MJAVADOC-660?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Elliotte Rusty Harold updated MJAVADOC-660:
-------------------------------------------
Summary: No periods without complete sentences in @param fixes (was: No
periods without ocmplete sentences)
> No periods without complete sentences in @param fixes
> -----------------------------------------------------
>
> Key: MJAVADOC-660
> URL: https://issues.apache.org/jira/browse/MJAVADOC-660
> Project: Maven Javadoc Plugin
> Issue Type: Bug
> Reporter: Elliotte Rusty Harold
> Priority: Minor
>
> 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)