Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.7
-
Fix Version/s: 2.8
-
Labels:None
-
Environment:win xp, maven 2.2.1
-
Number of attachments :
Description
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> *
fixed in r1098397