Details
-
Enhancement
-
Status: Resolved
-
P3
-
Resolution: Fixed
-
17
-
b11
Description
doclint should report missing "body" comments, when a comment only contains block tags, such as:
/**
* @return foo
*/
/**
* @return foo
*/