langtools/src/jdk.javadoc/share/classes/com/sun/tools/doclets/formats/html/resources/standard.properties
changeset 31752 a4ea4c9bce2f
parent 29957 7740f9657f56
child 33920 bd731341c405
equal deleted inserted replaced
31751:ec251536a004 31752:a4ea4c9bce2f
   229 \  -Xdocrootparent <url>            Replaces all appearances of @docRoot followed\n\
   229 \  -Xdocrootparent <url>            Replaces all appearances of @docRoot followed\n\
   230 \                                   by /.. in doc comments with <url>\n\
   230 \                                   by /.. in doc comments with <url>\n\
   231 \  -Xdoclint                        Enable recommended checks for problems in javadoc comments\n\
   231 \  -Xdoclint                        Enable recommended checks for problems in javadoc comments\n\
   232 \  -Xdoclint:(all|none|[-]<group>) \n\
   232 \  -Xdoclint:(all|none|[-]<group>) \n\
   233 \        Enable or disable specific checks for problems in javadoc comments,\n\
   233 \        Enable or disable specific checks for problems in javadoc comments,\n\
   234 \        where <group> is one of accessibility, html, missing, reference, or syntax.\n
   234 \        where <group> is one of accessibility, html, missing, reference, or syntax.\n\
       
   235 \  -Xdoclint/package:([-]<packages>)\n\
       
   236 \        Enable or disable checks in specific packages. <packages> is a comma separated\n\
       
   237 \        list of package specifiers. Package specifier is either a qualified name of a package\n\
       
   238 \        or a package name prefix followed by .*, which expands to all sub-packages of\n\
       
   239 \        the given package. Prefix the package specifier with - to disable checks for\n\
       
   240 \        the specified packages.\n