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

[jira] [Closed] (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:all-tabpanel ]

Robert Scholte closed MJAVADOC-660.
-----------------------------------
    Fix Version/s: 3.2.1
         Assignee: Robert Scholte
       Resolution: Fixed

Fixed in [d4c10752a85024d50db1f36caf1098f966f4bf2a|https://gitbox.apache.org/repos/asf?p=maven-javadoc-plugin.git;a=commit;h=d4c10752a85024d50db1f36caf1098f966f4bf2a]

> 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)