javadoc:fix add first sentence ends proper punctuation
------------------------------------------------------
Key: MJAVADOC-294
URL: http://jira.codehaus.org/browse/MJAVADOC-294
Project: Maven 2.x Javadoc Plugin
Issue Type: New Feature
Affects Versions: 2.7
Environment: win xp, maven 2.2.1
Reporter: Bruno Marti
javadoc:fix fixes automatically missing first sentences like
/**
*<p>myMethode</p>
*
But there is a missing sentence-end punctuation (*.?!*).
This is for the maven-checkstyle-plugin, rule: JavadocStyle
Otherwise checkstyle reports a javadoc error by default.
Better:
/**
*<p>myMethode.</p>
*
--
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