You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Hudson (Jira)" <ji...@apache.org> on 2021/04/24 11:29:00 UTC

[jira] [Commented] (MJAVADOC-660) No periods without complete sentences in @param fixes

    [ https://issues.apache.org/jira/browse/MJAVADOC-660?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17331213#comment-17331213 ] 

Hudson commented on MJAVADOC-660:
---------------------------------

Build failed in Jenkins: Maven » Maven TLP » maven-javadoc-plugin » master #44

See https://ci-builds.apache.org/job/Maven/job/maven-box/job/maven-javadoc-plugin/job/master/44/

> 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
>            Assignee: Robert Scholte
>            Priority: Minor
>             Fix For: 3.2.1
>
>
> 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)