diff --git a/docs/config_header.html b/docs/config_header.html index edcdfa721..81413694c 100644 --- a/docs/config_header.html +++ b/docs/config_header.html @@ -112,18 +112,29 @@ line 5: //////////////////////////////////////////////////////////////////// For example, consider the following header file:
-line 1: /{71}
-line 2: // checkstyle:
-line 3: // Checks Java source code for adherence to a set of rules\.
-line 4: // Copyright \(C\) \d\d\d\d Oliver Burn
-line 5: // Last modification by \$Author.*\$
-line 6: /{71}
+line 1: ^/{71}$
+line 2: ^// checkstyle:$
+line 3: ^// Checks Java source code for adherence to a set of rules\.$
+line 4: ^// Copyright \(C\) \d\d\d\d Oliver Burn$
+line 5: ^// Last modification by \$Author.*\$$
+line 6: ^/{71}$
+line 7:
+line 8: ^package
+line 9:
+line 10: ^import
+line 11:
+line 12: ^/\*\*
+line 13: ^ \*([^/]|$)
+line 14: ^ \*/
- Lines 1 and 6 demonstrate a more compact notation for 71 '/' characters. Line 4 - enforces that the copyright notice includes a four digit year. Line 5 is an - example how to enforce revision control keywords in a file header. + Lines 1 and 6 demonstrate a more compact notation for 71 '/' + characters. Line 4 enforces that the copyright notice includes a + four digit year. Line 5 is an example how to enforce revision + control keywords in a file header. Lines 12-14 is a template for + javadoc (line 13 is so complecated to remove conflict with + and of javadoc comment).
| null | |||||
| ignoreLines | -line numbers to ignore | +multiLines | +line numbers to repeat (zero or more times) | list of integers | {} |