< prev index next >

src/jdk.javadoc/share/classes/com/sun/tools/javadoc/resources/javadoc.properties

Print this page
rev 48074 : 8189102: All tools should support -?, -h and --help
Reviewed-by: kvn, jjg, weijun, alanb, rfield, ksrini

*** 1,7 **** # ! # Copyright (c) 1997, 2016, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License version 2 only, as # published by the Free Software Foundation. Oracle designates this --- 1,7 ---- # ! # Copyright (c) 1997, 2017, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License version 2 only, as # published by the Free Software Foundation. Oracle designates this
*** 32,42 **** \ -overview <file> Read overview documentation from HTML file\n\ \ -public Show only public classes and members\n\ \ -protected Show protected/public classes and members (default)\n\ \ -package Show package/protected/public classes and members\n\ \ -private Show all classes and members\n\ ! \ -help Display command line options and exit\n\ \ -doclet <class> Generate output via alternate doclet\n\ \ -docletpath <path> Specify where to find doclet class files\n\ \ --module-source-path <path> Specify where to find input source files for multiple modules\n\ \ --upgrade-module-path <path> Override location of upgradeable modules\n\ \ --module-path <path>, -p <path> Specify where to find application modules\n\ --- 32,42 ---- \ -overview <file> Read overview documentation from HTML file\n\ \ -public Show only public classes and members\n\ \ -protected Show protected/public classes and members (default)\n\ \ -package Show package/protected/public classes and members\n\ \ -private Show all classes and members\n\ ! \ --help Display command line options and exit\n\ \ -doclet <class> Generate output via alternate doclet\n\ \ -docletpath <path> Specify where to find doclet class files\n\ \ --module-source-path <path> Specify where to find input source files for multiple modules\n\ \ --upgrade-module-path <path> Override location of upgradeable modules\n\ \ --module-path <path>, -p <path> Specify where to find application modules\n\
< prev index next >