[
https://issues.apache.org/jira/browse/MJAVADOC-86?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17957439#comment-17957439
]
Olivier Lamy commented on MJAVADOC-86:
--------------------------------------
This project has moved from Jira to GitHub Issues. This issue was migrated to
[apache/maven-javadoc-plugin#568|https://github.com/apache/maven-javadoc-plugin/issues/568].
> Coma in <group><title> are replaced by -group
> ---------------------------------------------
>
> Key: MJAVADOC-86
> URL: https://issues.apache.org/jira/browse/MJAVADOC-86
> Project: Maven Javadoc Plugin (Moved to GitHub Issues)
> Issue Type: Bug
> Affects Versions: 2.0
> Reporter: Martin Desruisseaux
> Assignee: Siveton Vincent
> Priority: Major
> Fix For: 2.1
>
>
> Configuration similar to the one below:
> {code}
> <groups>
> <group>
> <title>XML and derivatives (GML, SVG)</title>
> <packages>org.geotools.xml*:org.geotools.gml*:org.geotools.svg*</packages>
> </group>
> </groups>
> {code}
> result in the following group title in the HTML generated pages:
> {quote}
> XML and derivatives (GML -group SVG)
> {quote}
> Same seems to apply to every title containing a coma: the coma is replaced by
> {{-group}}. Its look like a remascence of the way {{<group>}} was implemented
> in some previous {{maven-javadoc-plugin}} version (it was a coma-separated
> list a while ago).
--
This message was sent by Atlassian Jira
(v8.20.10#820010)