diff --git a/docs/anttask.html b/docs/anttask.html
index 319383e7d..075c05001 100644
--- a/docs/anttask.html
+++ b/docs/anttask.html
@@ -89,6 +89,11 @@ This task is included in the checkstyle distribution.
Specifies the maximum line length. Default value is defined here. |
No |
+
+ | ignoreLineLengthPattern |
+ Specifies a regular expression for lines to ignore in maximum line length checks. Defaults to "^$". |
+ No |
+
| ignoreImportLen |
Specifies whether to ignore the maximum line length for import statements. Defaults to "false". |
diff --git a/docs/cmdline.html b/docs/cmdline.html
index 734e2030e..8bbc965af 100644
--- a/docs/cmdline.html
+++ b/docs/cmdline.html
@@ -82,6 +82,10 @@ This command line tool is included in the checkstyle distribution.
checkstyle.maxlinelen |
Specifies the maximum line length. Default value is defined here. |
+
+ | checkstyle.ignore.maxlinelen |
+ Specifies a regular expression for lines to ignore in maximum line length checks. Defaults to "^$". |
+
| checkstyle.ignore.importlength |
Specifies whether to ignore the maximum line length for import statements. Defaults to "false". |