< prev index next >

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

Print this page




  74     Specifies which module's packages will be documented. Possible\n\
  75     values are "exported" or "all" packages.
  76 
  77 main.opt.show.module.contents.arg=\
  78     <value>
  79 main.opt.show.module.contents.desc=\
  80     Specifies the documentation granularity of module\n\
  81     declarations. Possible values are "api" or "all".
  82 
  83 main.opt.expand.requires.arg=\
  84     <value>
  85 main.opt.expand.requires.desc=\
  86     Instructs the tool to expand the set of modules to be\n\
  87     documented. By default, only the modules given explicitly on\n\
  88     the command line will be documented. A value of "transitive"\n\
  89     will additionally include all "requires transitive"\n\
  90     dependencies of those modules. A value of "all" will include\n\
  91     all dependencies of those modules.
  92 
  93 main.opt.help.desc=\
  94     Display command line options and exit
  95 
  96 main.opt.module.arg=\
  97     <module>(,<module>)*
  98 main.opt.module.desc=\
  99     Document the specified module(s)
 100 
 101 main.opt.doclet.arg=\
 102     <class>
 103 main.opt.doclet.desc=\
 104     Generate output via alternate doclet
 105 
 106 main.opt.docletpath.arg=\
 107     <path>
 108 main.opt.docletpath.desc=\
 109     Specify where to find doclet class files
 110 
 111 main.opt.module.source.path.arg=\
 112     <path>
 113 main.opt.module.source.path.desc=\
 114     Specify where to find input source files for multiple modules




  74     Specifies which module's packages will be documented. Possible\n\
  75     values are "exported" or "all" packages.
  76 
  77 main.opt.show.module.contents.arg=\
  78     <value>
  79 main.opt.show.module.contents.desc=\
  80     Specifies the documentation granularity of module\n\
  81     declarations. Possible values are "api" or "all".
  82 
  83 main.opt.expand.requires.arg=\
  84     <value>
  85 main.opt.expand.requires.desc=\
  86     Instructs the tool to expand the set of modules to be\n\
  87     documented. By default, only the modules given explicitly on\n\
  88     the command line will be documented. A value of "transitive"\n\
  89     will additionally include all "requires transitive"\n\
  90     dependencies of those modules. A value of "all" will include\n\
  91     all dependencies of those modules.
  92 
  93 main.opt.help.desc=\
  94     Display command-line options and exit
  95 
  96 main.opt.module.arg=\
  97     <module>(,<module>)*
  98 main.opt.module.desc=\
  99     Document the specified module(s)
 100 
 101 main.opt.doclet.arg=\
 102     <class>
 103 main.opt.doclet.desc=\
 104     Generate output via alternate doclet
 105 
 106 main.opt.docletpath.arg=\
 107     <path>
 108 main.opt.docletpath.desc=\
 109     Specify where to find doclet class files
 110 
 111 main.opt.module.source.path.arg=\
 112     <path>
 113 main.opt.module.source.path.desc=\
 114     Specify where to find input source files for multiple modules


< prev index next >