Skip to content

Files

Latest commit

 

History

History
9 lines (5 loc) · 286 Bytes

readability-multiline_comment.md

File metadata and controls

9 lines (5 loc) · 286 Bytes

Pattern: Complex multi-line /*...*/-style comment

Issue: -

Description

Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.

Consider replacing these with //-style comments, with #if 0...#endif or with more clearly structured multi-line comments.