How to restrict the @parma of javadoc to have comments in checkstyle
such as
/**
* text
* @param args //Error reported here, must have comment
*/
public static void main(String[] args) {}
How to restrict the @parma of javadoc to have comments in checkstyle
such as
/**
* text
* @param args //Error reported here, must have comment
*/
public static void main(String[] args) {}
Use NonEmptyAtclauseDescription, https://checkstyle.org/config_javadoc.html#NonEmptyAtclauseDescription