langtools/test/tools/doclint/tool/HelpTest.out
changeset 29427 44f4e6905b67
parent 18898 0eab5f5e3d1d
equal deleted inserted replaced
29426:1e47176eefb9 29427:44f4e6905b67
    28     in the doc comments of private methods.
    28     in the doc comments of private methods.
    29     If no -Xmsgs options are provided, the default is
    29     If no -Xmsgs options are provided, the default is
    30     equivalent to -Xmsgs:all/protected, meaning that
    30     equivalent to -Xmsgs:all/protected, meaning that
    31     all messages are reported for protected and public
    31     all messages are reported for protected and public
    32     declarations only. 
    32     declarations only. 
       
    33   -XcheckPackage:<packages>
       
    34     Enable or disable checks in specific packages.
       
    35     <packages> is a comma separated list of package specifiers.
       
    36     Package specifier is either a qualified name of a package
       
    37     or a package name prefix followed by '.*', which expands to
       
    38     all sub-packages of the given package. Prefix the package specifier
       
    39     with '-' to disable checks for the specified packages.
    33   -stats
    40   -stats
    34     Report statistics on the reported issues.
    41     Report statistics on the reported issues.
    35   -h -help --help -usage -?
    42   -h -help --help -usage -?
    36     Show this message.
    43     Show this message.
    37 
    44