src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/standard.properties
changeset 48521 30243cf1503e
parent 47748 dfc709c80775
child 48747 f7aed48bbbdc
equal deleted inserted replaced
48520:f6f6d86b90e7 48521:30243cf1503e
   382     comma separated list of package specifiers. A package\n\
   382     comma separated list of package specifiers. A package\n\
   383     specifier is either a qualified name of a package or a package\n\
   383     specifier is either a qualified name of a package or a package\n\
   384     name prefix followed by .*, which expands to all sub-packages\n\
   384     name prefix followed by .*, which expands to all sub-packages\n\
   385     of the given package. Prefix the package specifier with - to\n\
   385     of the given package. Prefix the package specifier with - to\n\
   386     disable checks for the specified packages.
   386     disable checks for the specified packages.
       
   387 
       
   388 # L10N: do not localize the option names -html4 and -html5
       
   389 doclet.HTML_version_not_specified=\
       
   390     You have not specified the version of HTML to use.\n\
       
   391     The default is currently HTML 4.01, but this will change to HTML5\n\
       
   392     in a future release. To suppress this warning, please specify the\n\
       
   393     version of HTML used in your documentation comments and to be\n\
       
   394     generated by this doclet, using the -html4 or -html5 options.