[
https://issues.apache.org/jira/browse/MATH-445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13118946#comment-13118946
]
Gilles commented on MATH-445:
-----------------------------
Also: Isn't the script missing the generation of one space after the "*"
character?
E.g.
{noformat}
/**
*Decimal floating point library for Java
*
{noformat}
should have been
{noformat}
/**
* Decimal floating point library for Java
*
{noformat}
> Replace "package.html" by "package-info.java"
> ---------------------------------------------
>
> Key: MATH-445
> URL: https://issues.apache.org/jira/browse/MATH-445
> Project: Commons Math
> Issue Type: Task
> Reporter: Gilles
> Priority: Trivial
> Fix For: 3.0
>
>
> The newest (and recommended, I think) way of documenting packages is through
> "package-info.java" files.
> CM still uses "package.html" files.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira