endOfSentenceFormat |
-
- Specify the format for matching the end of a sentence.
- |
+ Specify the format for matching the end of a sentence. |
Pattern |
"([.?!][ \t\n\r\f<])|([.?!]$)" |
5.0 |
@@ -125,56 +119,56 @@
tokens to check |
subset of tokens
- ANNOTATION_DEF
+ ANNOTATION_DEF
,
- ANNOTATION_FIELD_DEF
+ ANNOTATION_FIELD_DEF
,
- CLASS_DEF
+ CLASS_DEF
,
- CTOR_DEF
+ CTOR_DEF
,
- ENUM_CONSTANT_DEF
+ ENUM_CONSTANT_DEF
,
- ENUM_DEF
+ ENUM_DEF
,
- INTERFACE_DEF
+ INTERFACE_DEF
,
- METHOD_DEF
+ METHOD_DEF
,
- PACKAGE_DEF
+ PACKAGE_DEF
,
- VARIABLE_DEF
- ,
- RECORD_DEF
- ,
- COMPACT_CTOR_DEF
+ VARIABLE_DEF
+ ,
+ RECORD_DEF
+ ,
+ COMPACT_CTOR_DEF
.
|
- ANNOTATION_DEF
+ ANNOTATION_DEF
,
- ANNOTATION_FIELD_DEF
+ ANNOTATION_FIELD_DEF
,
- CLASS_DEF
+ CLASS_DEF
,
- CTOR_DEF
+ CTOR_DEF
,
- ENUM_CONSTANT_DEF
+ ENUM_CONSTANT_DEF
,
- ENUM_DEF
+ ENUM_DEF
,
- INTERFACE_DEF
+ INTERFACE_DEF
,
- METHOD_DEF
+ METHOD_DEF
,
- PACKAGE_DEF
+ PACKAGE_DEF
,
- VARIABLE_DEF
- ,
- RECORD_DEF
- ,
- COMPACT_CTOR_DEF
+ VARIABLE_DEF
+ ,
+ RECORD_DEF
+ ,
+ COMPACT_CTOR_DEF
.
|
3.2 |
diff --git a/src/xdocs/checks/javadoc/javadocstyle.xml.template b/src/xdocs/checks/javadoc/javadocstyle.xml.template
index fe2bf6e992f..15d61df67cf 100644
--- a/src/xdocs/checks/javadoc/javadocstyle.xml.template
+++ b/src/xdocs/checks/javadoc/javadocstyle.xml.template
@@ -64,122 +64,10 @@
-
-
- name |
- description |
- type |
- default value |
- since |
-
-
- checkEmptyJavadoc |
-
- Control whether to check if the Javadoc is missing a describing text.
- |
- boolean |
- false |
- 3.4 |
-
-
- checkFirstSentence |
-
- Control whether to check the first sentence for proper end of sentence.
- |
- boolean |
- true |
- 3.2 |
-
-
- checkHtml |
- Control whether to check for incomplete HTML tags. |
- boolean |
- true |
- 3.2 |
-
-
- endOfSentenceFormat |
-
- Specify the format for matching the end of a sentence.
- |
- Pattern |
- "([.?!][ \t\n\r\f<])|([.?!]$)" |
- 5.0 |
-
-
- excludeScope |
- Specify the visibility scope where Javadoc comments are not checked. |
- Scope |
- null |
- 3.4 |
-
-
- scope |
- Specify the visibility scope where Javadoc comments are checked. |
- Scope |
- private |
- 3.2 |
-
-
- tokens |
- tokens to check |
- subset of tokens
-
- ANNOTATION_DEF
- ,
- ANNOTATION_FIELD_DEF
- ,
- CLASS_DEF
- ,
- CTOR_DEF
- ,
- ENUM_CONSTANT_DEF
- ,
- ENUM_DEF
- ,
- INTERFACE_DEF
- ,
- METHOD_DEF
- ,
- PACKAGE_DEF
- ,
- VARIABLE_DEF
- ,
- RECORD_DEF
- ,
- COMPACT_CTOR_DEF
- .
- |
-
-
- ANNOTATION_DEF
- ,
- ANNOTATION_FIELD_DEF
- ,
- CLASS_DEF
- ,
- CTOR_DEF
- ,
- ENUM_CONSTANT_DEF
- ,
- ENUM_DEF
- ,
- INTERFACE_DEF
- ,
- METHOD_DEF
- ,
- PACKAGE_DEF
- ,
- VARIABLE_DEF
- ,
- RECORD_DEF
- ,
- COMPACT_CTOR_DEF
- .
- |
- 3.2 |
-
-
+
+
+