diff --git a/docs/config_javadoc.html b/docs/config_javadoc.html
index 754d3561a..1f1a3525a 100644
--- a/docs/config_javadoc.html
+++ b/docs/config_javadoc.html
@@ -97,7 +97,7 @@
| tokens |
definitions to check |
- subset of acceptable tokens INTERFACE_DEF, CLASS_DEF |
+ subset of tokens INTERFACE_DEF, CLASS_DEF |
INTERFACE_DEF, CLASS_DEF |
@@ -209,7 +209,7 @@
| tokens |
definitions to check |
- subset of acceptable tokens METHOD_DEF, CTOR_DEF |
+ subset of tokens METHOD_DEF, CTOR_DEF |
METHOD_DEF, CTOR_DEF |
diff --git a/docs/config_naming.html b/docs/config_naming.html
index b6a263bfe..c93664836 100644
--- a/docs/config_naming.html
+++ b/docs/config_naming.html
@@ -117,9 +117,9 @@
Module TypeName also has property tokens
- which can be used to control whether the check applies to classes or interfaces.
- CLASS_DEF and INTERFACE_DEF
- are acceptable tokens for TypeName.
+ which can be used to control whether the check applies to classes or interfaces through
+ tokens
+ CLASS_DEF and INTERFACE_DEF.
For example, the following configuration element ensures that
interface names begin with "I_", followed by letters and digits:
diff --git a/docs/config_sizes.html b/docs/config_sizes.html
index 2c02c8a6a..7b46113f5 100644
--- a/docs/config_sizes.html
+++ b/docs/config_sizes.html
@@ -52,7 +52,7 @@
Properties