null
public, protected, package, private
null
private
By default, this setting will report a violation if - there is no javadoc for any scope member. + there is no javadoc for a member with any access modifier.
- To configure the check for public
- scope:
+ To configure the check public
+ access modifier:
- To configure the check for members which are in private
, but not in
- protected
scope:
+ To configure the check for members which are in private
or
+ package
access modifier:
This setting will report a violation if there is no
- javadoc for private
member and
- ignores protected
member.
+ javadoc for private
or package
member.
@@ -181,15 +172,15 @@ public class Example3 {
diff --git a/src/xdocs/checks/javadoc/javadocvariable.xml.template b/src/xdocs/checks/javadoc/javadocvariable.xml.template index 70d036d7138..5bfc7a239a2 100644 --- a/src/xdocs/checks/javadoc/javadocvariable.xml.template +++ b/src/xdocs/checks/javadoc/javadocvariable.xml.template @@ -35,7 +35,7 @@By default, this setting will report a violation if - there is no javadoc for any scope member. + there is no javadoc for a member with any access modifier.
- To configure the check for public
- scope:
+ To configure the check public
+ access modifier:
- To configure the check for members which are in private
, but not in
- protected
scope:
+ To configure the check for members which are in private
or
+ package
access modifier:
This setting will report a violation if there is no
- javadoc for private
member and
- ignores protected
member.
+ javadoc for private
or package
member.