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 @@ integer 8 + + fileExtensions + file type extension to identify java files. Setting this property is + typically only required if your java source code is preprocessed before + compilation and the original files do not have the extension + .java + String Set + java +

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 @@

PackageHtml

Description

Checks that a package.html file exists for each - package. + package. More specifically, checks that each java file has a package.html sibling.

+

Properties

+ + + + + + + + + + + + + +
namedescriptiontypedefault value
fileExtensionsfile 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 + .javaString Setjava
+

Example

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.

+

Properties

+ + + + + + + + + + + + + +
namedescriptiontypedefault value
fileExtensionsfile 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 + .propertiesString Setproperties

Example

To configure the check: