diff --git a/docs/anttask.html b/docs/anttask.html
index 55ce29503..9396e82b7 100644
--- a/docs/anttask.html
+++ b/docs/anttask.html
@@ -59,7 +59,7 @@ This task is included in the checkstyle distribution.
| maxLineLen |
- Specifies the maximum line length. Default value is defined here. |
+ Specifies the maximum line length. Default value is defined here. |
No |
@@ -69,49 +69,49 @@ This task is included in the checkstyle distribution.
| maxMethodLen |
- Specifies the maximum method length. Default value is defined here. |
+ Specifies the maximum method length. Default value is defined here. |
No |
| maxConstructorLen |
- Specifies the maximum constructor length. Default value is defined here. |
+ Specifies the maximum constructor length. Default value is defined here. |
No |
| maxFileLen |
- Specifies the maximum file length. Default value is defined here. |
+ Specifies the maximum file length. Default value is defined here. |
No |
| memberPattern |
- Specifies the regular expression to match against member variables. Default value is defined here. |
+ Specifies the regular expression to match against member variables. Default value is defined here. |
No |
| publicMemberPattern |
- Specifies the regular expression to match against public member variables. Default value is defined here. |
+ Specifies the regular expression to match against public member variables. Default value is defined here. |
No |
| paramPattern |
- Specifies the regular expression to match against parameters. Default value is defined here. |
+ Specifies the regular expression to match against parameters. Default value is defined here. |
No |
| constPattern |
- Specifies the regular expression to match against static/final variables. Default value is defined here. |
+ Specifies the regular expression to match against static/final variables. Default value is defined here. |
No |
| staticPattern |
- Specifies the regular expression to match against static variables. Default value is defined here. |
+ Specifies the regular expression to match against static variables. Default value is defined here. |
No |
| typePattern |
- Specifies the regular expression to match against type names. Default value is defined here. |
+ Specifies the regular expression to match against type names. Default value is defined here. |
No |
diff --git a/docs/cmdline.html b/docs/cmdline.html
index e8c1b754d..858c8f013 100644
--- a/docs/cmdline.html
+++ b/docs/cmdline.html
@@ -53,7 +53,7 @@ This command line tool is included in the checkstyle distribution.
| checkstyle.maxlinelen |
- Specifies the maximum line length. Default value is defined here. |
+ Specifies the maximum line length. Default value is defined here. |
| checkstyle.ignore.importlength |
@@ -61,39 +61,39 @@ This command line tool is included in the checkstyle distribution.
| checkstyle.maxmethodlen |
- Specifies the maximum method length. Default value is defined here. |
+ Specifies the maximum method length. Default value is defined here. |
| checkstyle.maxconstructorlen |
- Specifies the maximum constructor length. Default value is defined here. |
+ Specifies the maximum constructor length. Default value is defined here. |
| checkstyle.maxfilelen |
- Specifies the maximum file length. Default value is defined here. |
+ Specifies the maximum file length. Default value is defined here. |
| checkstyle.pattern.member |
- Specifies the regular expression to match against member variables. Default value is defined here. |
+ Specifies the regular expression to match against member variables. Default value is defined here. |
| checkstyle.pattern.publicmember |
- Specifies the regular expression to match against public member variables. Default value is defined here. |
+ Specifies the regular expression to match against public member variables. Default value is defined here. |
| checkstyle.pattern.parameter |
- Specifies the regular expression to match against parameters. Default value is defined here. |
+ Specifies the regular expression to match against parameters. Default value is defined here. |
| checkstyle.pattern.const |
- Specifies the regular expression to match against static/final variables. Default value is defined here. |
+ Specifies the regular expression to match against static/final variables. Default value is defined here. |
| checkstyle.pattern.static |
- Specifies the regular expression to match against static variables. Default value is defined here. |
+ Specifies the regular expression to match against static variables. Default value is defined here. |
| checkstyle.pattern.type |
- Specifies the regular expression to match against type names. Default value is defined here. |
+ Specifies the regular expression to match against type names. Default value is defined here. |
| checkstyle.header.file |