Skip to content

Files

Latest commit

 

History

History
22 lines (13 loc) · 498 Bytes

JavadocTagContinuationIndentation.md

File metadata and controls

22 lines (13 loc) · 498 Bytes

Pattern: Wrong indentation of continuation line in at-clause

Issue: -

Description

Checks the indentation of the continuation lines in at-clauses.

Examples

Default configuration

<module name="JavadocTagContinuationIndentation">
    <property name="offset" value="4"/>
</module>

Further Reading