javadoc:fix should wrap existing comments in <p></p> ----------------------------------------------------
Key: MJAVADOC-249 URL: http://jira.codehaus.org/browse/MJAVADOC-249 Project: Maven 2.x Javadoc Plugin Issue Type: New Feature Affects Versions: 2.6 Reporter: jieryn When I run the javadoc:fix mojo, freshly generated comments are wrapped inside <p> </p> tags. However, comments which existed prior to the run are not wrapped in such tags, even when they do not exist. This mojo does more than just add missing javadoc comments, but also tries to fix them up (for example, /**\n* {...@inheritdoc}\n*/ gets transformed to /** {...@inheritdoc} */ ... which sets the precedent that the mojo is at least open to the idea of fixing existing comments. Thanks! -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira