Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 468 Bytes

NonEmptyAtclauseDescription.md

File metadata and controls

20 lines (11 loc) · 468 Bytes

Pattern: Missing description for at-clause tag

Issue: -

Description

Checks that the at-clause tag is followed by description.

Examples

Default configuration that will check @param, @return, @throws, @deprecated:

<module name="NonEmptyAtclauseDescription"/>

Further Reading