src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/standard.properties

Print this page

        

@@ -1,14 +1,12 @@
-doclet.build_version=Standard Doclet version {0}
+doclet.build_version=Standard Doclet (Next) version {0}
 doclet.Contents=Contents
 doclet.Overview=Overview
 doclet.Window_Overview=Overview List
 doclet.Window_Overview_Summary=Overview
 doclet.Package=Package
-doclet.Profile=Profile
 doclet.All_Packages=All Packages
-doclet.All_Profiles=All Profiles
 doclet.Tree=Tree
 doclet.Class_Hierarchy=Class Hierarchy
 doclet.Window_Class_Hierarchy=Class Hierarchy
 doclet.Interface_Hierarchy=Interface Hierarchy
 doclet.Enum_Hierarchy=Enum Hierarchy

@@ -17,12 +15,10 @@
 doclet.Next=Next
 doclet.Prev_Class=Prev Class
 doclet.Next_Class=Next Class
 doclet.Prev_Package=Prev Package
 doclet.Next_Package=Next Package
-doclet.Prev_Profile=Prev Profile
-doclet.Next_Profile=Next Profile
 doclet.Prev_Letter=Prev Letter
 doclet.Next_Letter=Next Letter
 doclet.Href_Class_Title=class in {0}
 doclet.Href_Interface_Title=interface in {0}
 doclet.Href_Annotation_Title=annotation in {0}

@@ -61,10 +57,11 @@
 doclet.MalformedURL=Malformed URL: {0}
 doclet.File_error=Error reading file: {0}
 doclet.URL_error=Error fetching URL: {0}
 doclet.see.class_or_package_not_found=Tag {0}: reference not found: {1}
 doclet.see.class_or_package_not_accessible=Tag {0}: reference not accessible: {1}
+doclet.tag.invalid_usage=invalid usage of tag {0}
 doclet.Deprecated_API=Deprecated API
 doclet.Deprecated_Packages=Deprecated Packages
 doclet.Deprecated_Classes=Deprecated Classes
 doclet.Deprecated_Enums=Deprecated Enums
 doclet.Deprecated_Interfaces=Deprecated Interfaces

@@ -181,61 +178,165 @@
 doclet.navClassUse=Use
 doclet.Error_in_packagelist=Error in using -group option: {0} {1}
 doclet.Groupname_already_used=In -group option, groupname already used: {0}
 doclet.Same_package_name_used=Package name format used twice: {0}
 doclet.exception_encountered=Exception encountered while processing {1}\n{0}
-doclet.usage=Provided by Standard doclet:\n\
-\  -d <directory>                   Destination directory for output files\n\
-\  -use                             Create class and package usage pages\n\
-\  -version                         Include @version paragraphs\n\
-\  -author                          Include @author paragraphs\n\
-\  -docfilessubdirs                 Recursively copy doc-file subdirectories\n\
-\  -splitindex                      Split index into one file per letter\n\
-\  -windowtitle <text>              Browser window title for the documentation\n\
-\  -doctitle <html-code>            Include title for the overview page\n\
-\  -header <html-code>              Include header text for each page\n\
-\  -html4                           Generate HTML 4.01 output\n\
-\  -html5                           Generate HTML 5 output\n\
-\  -footer <html-code>              Include footer text for each page\n\
-\  -top    <html-code>              Include top text for each page\n\
-\  -bottom <html-code>              Include bottom text for each page\n\
-\  -link <url>                      Create links to javadoc output at <url>\n\
-\  -linkoffline <url> <url2>        Link to docs at <url> using package list at <url2>\n\
-\  -excludedocfilessubdir <name1>:.. Exclude any doc-files subdirectories with given name.\n\
-\  -group <name> <p1>:<p2>..        Group specified packages together in overview page\n\
-\  -nocomment                       Suppress description and tags, generate only declarations.\n\
-\  -nodeprecated                    Do not include @deprecated information\n\
-\  -noqualifier <name1>:<name2>:... Exclude the list of qualifiers from the output.\n\
-\  -nosince                         Do not include @since information\n\
-\  -notimestamp                     Do not include hidden time stamp\n\
-\  -nodeprecatedlist                Do not generate deprecated list\n\
-\  -notree                          Do not generate class hierarchy\n\
-\  -noindex                         Do not generate index\n\
-\  -nohelp                          Do not generate help link\n\
-\  -nonavbar                        Do not generate navigation bar\n\
-\  -serialwarn                      Generate warning about @serial tag\n\
-\  -tag <name>:<locations>:<header> Specify single argument custom tags\n\
-\  -taglet                          The fully qualified name of Taglet to register\n\
-\  -tagletpath                      The path to Taglets\n\
-\  -charset <charset>               Charset for cross-platform viewing of generated documentation.\n\
-\  -helpfile <file>                 Include file that help link links to\n\
-\  -linksource                      Generate source in HTML\n\
-\  -sourcetab <tab length>          Specify the number of spaces each tab takes up in the source\n\
-\  -keywords                        Include HTML meta tags with package, class and member info\n\
-\  -stylesheetfile <path>           File to change style of the generated documentation\n\
-\  -docencoding <name>              Specify the character encoding for the output
 
+doclet.usage.d.name=d
+doclet.usage.d.parameters=<directory>
+doclet.usage.d.description=Destination directory for output files
 
+doclet.usage.use.name=use
+doclet.usage.use.description=Create class and package usage pages
+
+doclet.usage.version.name=version
+doclet.usage.version.description=Include @version paragraphs
+
+doclet.usage.author.name=author
+doclet.usage.author.description=Include @author paragraphs
+
+doclet.usage.docfilessubdirs.name=docfilessubdirs
+doclet.usage.docfilessubdirs.description=Recursively copy doc-file subdirectories
+
+doclet.usage.splitindex.name=splitindex
+doclet.usage.splitindex.description=Split index into one file per letter
+
+doclet.usage.windowtitle.name=windowtitle
+doclet.usage.windotitle.parameters=<text>
+doclet.usage.windowtitle.description=Browser window title for the documentation
+
+doclet.usage.doctitle.name=doctitle
+doclet.usage.doctitle.parameters=<html-code>
+doclet.usage.doctitle.description=Include title for the overview page
+
+doclet.usage.header.name=header
+doclet.usage.header.parameters=<html-code>
+doclet.usage.header.description=Include header text for each page
+
+doclet.usage.html4.name=html4
+doclet.usage.html4.description=Generate HTML 4.01 output
+
+doclet.usage.html5.name=html5
+doclet.usage.html5.description=Generate HTML 5 output
+
+doclet.usage.footer.name=footer
+doclet.usage.footer.parameters=<html-code>
+doclet.usage.footer.description=Include footer text for each page
+
+doclet.usage.top.name=top
+doclet.usage.top.parameters=<html-code>
+doclet.usage.top.description=Include top text for each page
+
+doclet.usage.bottom.name=bottom
+doclet.usage.bottom.parameters=<html-code>
+doclet.usage.bottom.description=Include bottom text for each page
+
+doclet.usage.link.name=link
+doclet.usage.link.parameters=<url>
+doclet.usage.link.description=Create links to javadoc output at <url>
+
+doclet.usage.linkoffline.name=linkoffline
+doclet.usage.linkoffline.parameters=<url1> <url2>
+doclet.usage.linkoffline.description=Link to docs at <url1> using package list at <url2>
+
+doclet.usage.excludedocfilessubdir.name=excludedocfilessubdir
+doclet.usage.excludedocfilessubdir.parameters=<name>:..
+doclet.usage.excludedocfilessubdir.description=Exclude any doc-files subdirectories with given name
+
+doclet.usage.group.name=group
+doclet.usage.group.parameters=<name> <p1>:<p2>..
+doclet.usage.group.description=Group specified packages together in overview page
+
+doclet.usage.nocomment.name=nocomment
+doclet.usage.nocomment.description=Suppress description and tags, generate only declarations
+
+doclet.usage.nodeprecated.name=nodeprecated
+doclet.usage.nodeprecated.description=Do not include @deprecated information
+
+doclet.usage.noqualifier.name=noqualifier
+doclet.usage.noqualifier.parameters=<name1>:<name2>:..
+doclet.usage.noqualifier.description=Exclude the list of qualifiers from the output
+
+doclet.usage.nosince.name=nosince
+doclet.usage.nosince.description=Do not include @since information
+
+doclet.usage.notimestamp.name=notimestamp
+doclet.usage.notimestamp.description=Do not include hidden time stamp
+
+doclet.usage.nodeprecatedlist.name=nodeprecatedlist
+doclet.usage.nodeprecatedlist.description=Do not generate deprecated list
+
+doclet.usage.notree.name=notree
+doclet.usage.notree.description=Do not generate class hierarchy
+
+doclet.usage.noindex.name=noindex
+doclet.usage.noindex.description=Do not generate index
+
+doclet.usage.nohelp.name=nohelp
+doclet.usage.nohelp.description=Do not generate help link
+
+doclet.usage.nonavbar.name=nonavbar
+doclet.usage.nonavbar.description=Do not generate navigation bar
+
+doclet.usage.nooverview.name=nooverview
+doclet.usage.nooverview.description=Do not generate overview pages
+
+doclet.usage.serialwarn.name=serialwarn
+doclet.usage.serialwarn.description=Generate warning about @serial tag
+
+doclet.usage.tag.name=tag
+doclet.usage.tag.parameters=<name>:<locations>:<header>
+doclet.usage.tag.description=Specify single argument custom tags
+
+doclet.usage.taglet.name=taglet
+doclet.usage.taglet.description=The fully qualified name of Taglet to register
+
+doclet.usage.tagletpath.name=tagletpath
+doclet.usage.tagletpath.description=The path to Taglets
+
+doclet.usage.charset.name=charset
+doclet.usage.charset.parameters=<charset>
+doclet.usage.charset.description=Charset for cross-platform viewing of generated documentation
+
+doclet.usage.helpfile.name=helpfile
+doclet.usage.helpfile.parameters=<file>
+doclet.usage.helpfile.description=Include file that help link links to
+
+doclet.usage.linksource.name=linksource
+doclet.usage.linksource.description=Generate source in HTML
+
+doclet.usage.sourcetab.name=sourcetab
+doclet.usage.sourcetab.parameters=<tab length>
+doclet.usage.sourcetab.description=Specify the number of spaces each tab takes up in the source
+
+doclet.usage.keywords.name=keywords
+doclet.usage.keywords.description=Include HTML meta tags with package, class and member info
+
+doclet.usage.stylesheetfile.name=stylesheetfile
+doclet.usage.stylesheetfile.parameters=<path>
+doclet.usage.stylesheetfile.description=File to change style of the generated documentation
+
+doclet.usage.docencoding.name=docencoding
+doclet.usage.docencoding.parameters=<name>
+doclet.usage.docencoding.description=Specify the character encoding for the output
+
+doclet.xusage.xdocrootparent.name=Xdocrootparent
+doclet.xusage.xdocrootparent.parameters=<url>
+doclet.xusage.xdocrootparent.description=Replaces all @docRoot followed by /.. in doc comments with <url>
+
+doclet.xusage.xdoclint.name=Xdoclint
+doclet.xusage.xdoclint.description=Enable recommended checks for problems in javadoc comments
+
+doclet.xusage.xdoclint-extended.name=Xdoclint:
+doclet.xusage.xdoclint-extended.parameters=(all|none|[-]<group>)
 # L10N: do not localize these words: all none accessibility html missing reference syntax
-doclet.X.usage=Provided by standard doclet:\n\
-\  -Xdocrootparent <url>            Replaces all appearances of @docRoot followed\n\
-\                                   by /.. in doc comments with <url>\n\
-\  -Xdoclint                        Enable recommended checks for problems in javadoc comments\n\
-\  -Xdoclint:(all|none|[-]<group>) \n\
+doclet.xusage.xdoclint-extended.description=Enable or disable specific checks for problems in javadoc comments,\n\
 \        Enable or disable specific checks for problems in javadoc comments,\n\
-\        where <group> is one of accessibility, html, missing, reference, or syntax.\n\
-\  -Xdoclint/package:([-]<packages>)\n\
-\        Enable or disable checks in specific packages. <packages> is a comma separated\n\
+\                                   where <group> is one of accessibility, html, missing, reference, or syntax.\n
+
+doclet.xusage.xdoclint-package.name=Xdoclint/package:
+doclet.xusage.xdoclint-package.parameters=([-]<packages>)
+doclet.xusage.xdoclint-package.description=Enable or disable checks in specific packages. <packages> is a comma separated\n\
 \        list of package specifiers. Package specifier is either a qualified name of a package\n\
 \        or a package name prefix followed by .*, which expands to all sub-packages of\n\
 \        the given package. Prefix the package specifier with - to disable checks for\n\
 \        the specified packages.\n