File tree 2 files changed +10
-1
lines changed
src/jdk.javadoc/share/man
test/langtools/jdk/javadoc/tool
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -1139,6 +1139,15 @@ Specifies the number of spaces each tab uses in the source.
1139
1139
.RS
1140
1140
.RE
1141
1141
.TP
1142
+ .B \f[CB] \-\- spec \- base \- url \f[ R ] \f[I] url \f[ R ]
1143
+ Specifies the base URL for relative URLs in \f[CB] \@ spec \f[ R ] tags, to be
1144
+ used when generating links to any external specifications.
1145
+ It can either be an absolute URL, or a relative URL, in which case it is
1146
+ evaluated relative to the base directory of the generated output files.
1147
+ The default value is equivalent to \f[CB] { \@ docRoot}/../specs \f[ R ] .
1148
+ .RS
1149
+ .RE
1150
+ .TP
1142
1151
.B \f[CB] \- splitindex \f[ R ]
1143
1152
Splits the index file into multiple files, alphabetically, one file per
1144
1153
letter, plus a file for any index entries that start with
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ public static void main(String... args) throws Exception {
66
66
67
67
static final PrintStream out = System .err ;
68
68
69
- List <String > MISSING_IN_MAN_PAGE = List .of ("--spec-base-url" );
69
+ List <String > MISSING_IN_MAN_PAGE = List .of ();
70
70
71
71
void run (String ... args ) throws Exception {
72
72
var file = args .length == 0 ? findDefaultFile () : Path .of (args [0 ]);
You can’t perform that action at this time.
0 commit comments