Lines Matching full:comment
13 * Some of the reports are due to sanity checks for proper nesting of comment
31 // /*@ end-of-line comment style not allowed (for C90 compatibility) */
32 /*@0 intra-line comment indent off by 1, reported unless sloppy-cmt */
33 /*X */ /*@2 missing spc or '*' after comment start reported unless sloppy-spc */
34 /* X*/ /*@ missing space before comment end , reported unless sloppy-spc */
35 /*@ comment starting delimiter: /* inside intra-line comment */
37 …*@ above multi-line comment start indent off by 1, reported unless sloppy-cmt; this comment line i…
38 *@ multi-line comment indent further off by 1 relative to comment start
39 *@ multi-line comment ending with text on last line */
40 /*@2 multi-line comment starting with text on first line
41 *@ comment starting delimiter: /* inside multi-line comment
42 *@ multi-line comment indent off by -1
43 *X*@ no spc after leading '*' in multi-line comment, reported unless sloppy-spc
44 *@0 more than two spaces after . in comment, no more reported
45 *@0 more than two spaces after ? in comment, no more reported
46 *@0 more than two spaces after ! in comment, no more reported
47 */ /*@ multi-line comment end indent off by -1 (relative to comment start) */
48 */ /*@ unexpected comment ending delimiter outside comment */
49 /*- '-' for formatted comment not allowed in intra-line comment */
50 /*@ comment line is 4 columns tooooooooooooooooo wide, reported unless sloppy-len */
51 /*@ comment line is 5 columns toooooooooooooooooooooooooooooooooooooooooooooo wide */
58 enum { /*@1 extra space in intra-line comment, no more reported */
109 /*@0 intra-line comment indent off by -1 (not: by 3 due to '&&') */
117 1 +/* */ /*@ no space before comment, reported unless sloppy-spc */
118 /* */+ /*@ no space after comment, reported unless sloppy-spc */