Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Not A Problem
-
2.3
-
None
-
None
-
None
-
JDK 1.6.0_04, W2K
Description
Placing a standard tag at the end of the tags list to enforce ordering doesn't work.
Example:
<tag><name>.foo</name><placement>...</placement><head>...</head></tag>
<tag><name>author</name></tag>
<tag><name>version</name></tag>
<tag><name>.bar</name><placement>...</placement><head>...</head></tag>
<tag><name>see</name></tag>
Error Output:
Note: Custom tags that override standard tags: @see
causing expected problems within the docs (no occurrence, no linking if a custom 'head' is given etc.)
Placing a custom tag at the end and it works:
<tag><name>.foo</name><placement>...</placement><head>...</head></tag>
<tag><name>author</name></tag>
<tag><name>version</name></tag>
<tag><name>.bar</name><placement>...</placement><head>...</head></tag>
<tag><name>see</name></tag>
<tag><name>.bob</name><placement>...</placement><head>...</head></tag>
see: MJAVADOC-130
Attachments
Attachments
Issue Links
- depends upon
-
MNG-3385 PluginManagement does not work for report-plugins
- Closed