rules.NonEmptyAtclauseDescription.md Maven / Gradle / Ivy
Checks that the Javadoc clauses `@param`, `@return`, `@throws` and `@deprecated` all have descriptions.
Valid:
````
/**
* Foo.
*
* @returns the foo
*/
````
Invalid:
````
/**
* Foo.
*
* @returns
*/
````
© 2015 - 2024 Weber Informatics LLC | Privacy Policy