diff --git a/docs/checks_header.html b/docs/checks_header.html index 7625e197d..fb6727eb1 100644 --- a/docs/checks_header.html +++ b/docs/checks_header.html @@ -12,8 +12,8 @@ whether to check that each file begins with a specified header. The header contents are specified in the file. If no file is specified, checkstyle does not check for a header. The property type is -string and defaults to -null (which means do not check).
+string and defaults to an empty string +(which means do not check).The property checkstyle.header.ignoreline specifies the line numbers to ignore when matching lines in a header file. The