< prev index next >

src/jdk.javadoc/share/classes/jdk/javadoc/internal/tool/resources/javadoc.properties

Print this page




 221 
 222 main.opt.Xmaxwarns.arg=\
 223     <number>
 224 main.opt.Xmaxwarns.desc=\
 225     Set the maximum number of warnings to print
 226 
 227 main.opt.add.exports.arg=\
 228     <module>/<package>=<other-module>(,<other-module>)*
 229 main.opt.add.exports.desc=\
 230     Specify a package to be considered as exported from its\n\
 231     defining module to additional modules, or to all unnamed\n\
 232     modules if <other-module> is ALL-UNNAMED
 233 
 234 main.opt.add.reads.arg=\
 235     <module>=<other-module>(,<other-module>)*
 236 main.opt.add.reads.desc=\
 237     Specify additional modules to be considered as required by a\n\
 238     given module. <other-module> may be ALL-UNNAMED to require\n\
 239     the unnamed module.
 240 
 241 main.opt.Xmodule.arg=\
 242     <module-name>
 243 main.opt.Xmodule.desc=\
 244     Specify a module to which the classes being compiled belong
 245 
 246 main.opt.patch.module.arg=\
 247     <module>=<file>(:<file>)*
 248 main.opt.patch.module.desc=\
 249     Override or augment a module with classes and resources in\n\
 250     JAR files or directories
 251 
 252 main.opt.Xold.desc=\
 253     Invoke the legacy javadoc tool
 254 
 255 main.Xusage.foot=\n\
 256 These options are non-standard and subject to change without notice.
 257 
 258 main.doclet.usage.header=\nProvided by the {0} doclet:
 259 
 260 main.requires_argument=option {0} requires an argument.
 261 main.unnecessary_arg_provided=option {0} does not require an argument
 262 main.only_one_argument_with_equals=cannot use ''='' syntax for options that require multiple arguments
 263 main.invalid_flag=invalid flag: {0}
 264 main.No_modules_packages_or_classes_specified=No modules, packages or classes specified.
 265 main.module_not_found=module {0} not found.\n




 221 
 222 main.opt.Xmaxwarns.arg=\
 223     <number>
 224 main.opt.Xmaxwarns.desc=\
 225     Set the maximum number of warnings to print
 226 
 227 main.opt.add.exports.arg=\
 228     <module>/<package>=<other-module>(,<other-module>)*
 229 main.opt.add.exports.desc=\
 230     Specify a package to be considered as exported from its\n\
 231     defining module to additional modules, or to all unnamed\n\
 232     modules if <other-module> is ALL-UNNAMED
 233 
 234 main.opt.add.reads.arg=\
 235     <module>=<other-module>(,<other-module>)*
 236 main.opt.add.reads.desc=\
 237     Specify additional modules to be considered as required by a\n\
 238     given module. <other-module> may be ALL-UNNAMED to require\n\
 239     the unnamed module.
 240 





 241 main.opt.patch.module.arg=\
 242     <module>=<file>(:<file>)*
 243 main.opt.patch.module.desc=\
 244     Override or augment a module with classes and resources in\n\
 245     JAR files or directories
 246 
 247 main.opt.Xold.desc=\
 248     Invoke the legacy javadoc tool
 249 
 250 main.Xusage.foot=\n\
 251 These options are non-standard and subject to change without notice.
 252 
 253 main.doclet.usage.header=\nProvided by the {0} doclet:
 254 
 255 main.requires_argument=option {0} requires an argument.
 256 main.unnecessary_arg_provided=option {0} does not require an argument
 257 main.only_one_argument_with_equals=cannot use ''='' syntax for options that require multiple arguments
 258 main.invalid_flag=invalid flag: {0}
 259 main.No_modules_packages_or_classes_specified=No modules, packages or classes specified.
 260 main.module_not_found=module {0} not found.\n


< prev index next >