diff --git a/docs/config.html b/docs/config.html index e43c2f2f3..8288f691a 100644 --- a/docs/config.html +++ b/docs/config.html @@ -291,6 +291,15 @@
diff --git a/docs/config_javadoc.html b/docs/config_javadoc.html index cd221d379..c88fd0451 100644 --- a/docs/config_javadoc.html +++ b/docs/config_javadoc.html @@ -42,9 +42,28 @@
Checks that a package.html file exists for each - package. + package. More specifically, checks that each java file has a package.html sibling.
+| name | +description | +type | +default value | +
|---|---|---|---|
| fileExtensions | +file type extension to identify java files. Setting this property is + typically only required if your java source files are preprocessed + and the original files do not have the extension + .java | +String Set | +java | +
To configure the check: diff --git a/docs/config_misc.html b/docs/config_misc.html index 266ac615f..2e0da3c03 100644 --- a/docs/config_misc.html +++ b/docs/config_misc.html @@ -399,6 +399,24 @@ messages.properties: Key 'ok' missing.
+| name | +description | +type | +default value | +
|---|---|---|---|
| fileExtensions | +file type extension to identify translation files. Setting this property + is typically only required if your translation files are preprocessed + and the original files do not have the extension + .properties | +String Set | +properties | +
To configure the check: