diff --git a/docs/anttask.html b/docs/anttask.html
index f8129fa3d..427b5f369 100644
--- a/docs/anttask.html
+++ b/docs/anttask.html
@@ -44,6 +44,11 @@ This task is included in the checkstyle distribution.
File to run checkstyle on. |
One of either file or at least one nested fileset element |
+
+ | properties |
+ Specifies a properties file that contains the configuration options. This is useful for sharing configurations across ant build files. The property names to use are the same as on the command line. |
+ No |
+
| lcurlyType |
Specifies the policy of where to put the left brace '{' for type declarations. The legal values are defined here. Defaults to "eol". |