< prev index next >

make/Javadoc.gmk

Print this page

        

@@ -423,13 +423,13 @@
         $(prep-target)
         @($(call COMMON_JAVADOCFLAGS) ; \
           $(call COMMON_JAVADOCTAGS) ; \
           $(call OptionOnly,-Xdoclint:reference) ; \
           $(call OptionOnly,-Xdoclint/package:-org.omg.*$(COMMA)jdk.internal.logging.*) ; \
-          $(call OptionPair,-system,none) ; \
-          $(call OptionPair,-modulesourcepath,$(RELEASEDOCS_MODULESOURCEPATH)) ; \
-          $(call OptionPair,-addmods,$(COREAPI_MODULES)) ; \
+          $(call OptionPair,--system,none) ; \
+          $(call OptionPair,--module-source-path,$(RELEASEDOCS_MODULESOURCEPATH)) ; \
+          $(call OptionPair,--add-modules,$(COREAPI_MODULES)) ; \
           $(call OptionPair,-encoding,ISO-8859-1) ; \
           $(call OptionOnly,-splitIndex) ; \
           $(call OptionPair,-overview,$(COREAPI_OVERVIEW)) ; \
           $(call OptionPair,-doctitle,$(COREAPI_DOCTITLE)) ; \
           $(call OptionPair,-windowtitle,$(COREAPI_WINDOWTITLE) $(DRAFT_WINTITLE)) ; \

@@ -486,13 +486,13 @@
 $(DOCLETAPI_OPTIONS_FILE):
         $(prep-target)
         @($(call COMMON_JAVADOCFLAGS) ; \
           $(call COMMON_JAVADOCTAGS) ; \
           $(call OptionOnly,-Xdoclint:all) ; \
-          $(call OptionPair,-system,none) ; \
-          $(call OptionPair,-modulesourcepath,$(RELEASEDOCS_MODULESOURCEPATH)) ; \
-          $(call OptionPair,-addmods,$(DOCLETAPI_MODULES)) ; \
+          $(call OptionPair,--system,none) ; \
+          $(call OptionPair,--module-source-path,$(RELEASEDOCS_MODULESOURCEPATH)) ; \
+          $(call OptionPair,--add-modules,$(DOCLETAPI_MODULES)) ; \
           $(call OptionPair,-encoding,ascii) ; \
           $(call OptionOnly,-breakiterator) ; \
           $(call OptionPair,-doctitle,$(DOCLETAPI_DOCTITLE)) ; \
           $(call OptionPair,-windowtitle,$(DOCLETAPI_WINDOWTITLE) $(DRAFT_WINTITLE)); \
           $(call OptionPair,-header,$(DOCLETAPI_HEADER)$(DRAFT_HEADER)) ; \

@@ -548,13 +548,13 @@
 $(OLD_DOCLETAPI_OPTIONS_FILE):
         $(prep-target)
         @($(call COMMON_JAVADOCFLAGS) ; \
           $(call COMMON_JAVADOCTAGS) ; \
           $(call OptionOnly,-Xdoclint:all) ; \
-          $(call OptionPair,-system,none) ; \
-          $(call OptionPair,-modulesourcepath,$(RELEASEDOCS_MODULESOURCEPATH)) ; \
-          $(call OptionPair,-addmods,$(OLD_DOCLETAPI_MODULES)) ; \
+          $(call OptionPair,--system,none) ; \
+          $(call OptionPair,--module-source-path,$(RELEASEDOCS_MODULESOURCEPATH)) ; \
+          $(call OptionPair,--add-modules,$(OLD_DOCLETAPI_MODULES)) ; \
           $(call OptionPair,-encoding,ascii) ; \
           $(call OptionOnly,-breakiterator) ; \
           $(call OptionPair,-doctitle,$(OLD_DOCLETAPI_DOCTITLE)) ; \
           $(call OptionPair,-windowtitle,$(OLD_DOCLETAPI_WINDOWTITLE) $(DRAFT_WINTITLE)); \
           $(call OptionPair,-header,$(OLD_DOCLETAPI_HEADER)$(DRAFT_HEADER)) ; \

@@ -603,13 +603,13 @@
 $(TAGLETAPI_OPTIONS_FILE):
         $(prep-target)
         @($(call COMMON_JAVADOCFLAGS) ; \
           $(call COMMON_JAVADOCTAGS) ; \
           $(call OptionOnly,-Xdoclint:all) ; \
-          $(call OptionPair,-system,none) ; \
-          $(call OptionPair,-modulesourcepath,$(RELEASEDOCS_MODULESOURCEPATH)) ; \
-          $(call OptionPair,-addmods,$(TAGLETAPI_MODULES)) ; \
+          $(call OptionPair,--system,none) ; \
+          $(call OptionPair,--module-source-path,$(RELEASEDOCS_MODULESOURCEPATH)) ; \
+          $(call OptionPair,--add-modules,$(TAGLETAPI_MODULES)) ; \
           $(call OptionPair,-encoding,ascii) ; \
           $(call OptionOnly,-breakiterator) ; \
           $(call OptionPair,-doctitle,$(TAGLETAPI_DOCTITLE)) ; \
           $(call OptionPair,-windowtitle,$(TAGLETAPI_WINDOWTITLE) $(DRAFT_WINTITLE)); \
           $(call OptionPair,-header,$(TAGLETAPI_HEADER)$(DRAFT_HEADER)) ; \

@@ -665,13 +665,13 @@
 $(DOMAPI_OPTIONS_FILE):
         $(prep-target)
         @($(call COMMON_JAVADOCFLAGS) ; \
           $(call COMMON_JAVADOCTAGS) ; \
           $(call OptionOnly,-Xdoclint:none) ; \
-          $(call OptionPair,-system,none) ; \
-          $(call OptionPair,-modulesourcepath,$(RELEASEDOCS_MODULESOURCEPATH)) ; \
-          $(call OptionPair,-addmods,$(DOMAPI_MODULES)) ; \
+          $(call OptionPair,--system,none) ; \
+          $(call OptionPair,--module-source-path,$(RELEASEDOCS_MODULESOURCEPATH)) ; \
+          $(call OptionPair,--add-modules,$(DOMAPI_MODULES)) ; \
           $(call OptionPair,-encoding,ascii) ; \
           $(call OptionOnly,-splitIndex) ; \
           $(call OptionPair,-doctitle,$(DOMAPI_DOCTITLE)) ; \
           $(call OptionPair,-windowtitle,$(DOMAPI_WINDOWTITLE) $(DRAFT_WINTITLE)); \
           $(call OptionPair,-header,$(DOMAPI_HEADER)$(DRAFT_HEADER)) ; \

@@ -734,13 +734,13 @@
 $(JDI_OPTIONS_FILE): $(JDI_OVERVIEW)
         $(prep-target)
         @($(call COMMON_JAVADOCFLAGS) ; \
           $(call COMMON_JAVADOCTAGS) ; \
           $(call OptionOnly,-Xdoclint:none) ; \
-          $(call OptionPair,-system,none) ; \
-          $(call OptionPair,-modulesourcepath,$(RELEASEDOCS_MODULESOURCEPATH)) ; \
-          $(call OptionPair,-addmods,$(JDI_MODULES)) ; \
+          $(call OptionPair,--system,none) ; \
+          $(call OptionPair,--module-source-path,$(RELEASEDOCS_MODULESOURCEPATH)) ; \
+          $(call OptionPair,--add-modules,$(JDI_MODULES)) ; \
           $(call OptionPair,-encoding,ascii) ; \
           $(call OptionPair,-overview,$(JDI_OVERVIEW)) ; \
           $(call OptionPair,-doctitle,$(JDI_DOCTITLE)) ; \
           $(call OptionPair,-windowtitle,$(JDI_WINDOWTITLE) $(DRAFT_WINTITLE)); \
           $(call OptionPair,-header,$(JDI_HEADER)$(DRAFT_HEADER)) ; \

@@ -827,13 +827,13 @@
 $(JAAS_OPTIONS_FILE): $(JAAS_OVERVIEW)
         $(prep-target)
         @($(call COMMON_JAVADOCFLAGS) ; \
           $(call COMMON_JAVADOCTAGS) ; \
           $(call OptionOnly,-Xdoclint:none) ; \
-          $(call OptionPair,-system,none) ; \
-          $(call OptionPair,-modulesourcepath,$(RELEASEDOCS_MODULESOURCEPATH)) ; \
-          $(call OptionPair,-addmods,$(JAAS_MODULES)) ; \
+          $(call OptionPair,--system,none) ; \
+          $(call OptionPair,--module-source-path,$(RELEASEDOCS_MODULESOURCEPATH)) ; \
+          $(call OptionPair,--add-modules,$(JAAS_MODULES)) ; \
           $(call OptionPair,-encoding,ascii) ; \
           $(call OptionPair,-overview,$(JAAS_OVERVIEW)) ; \
           $(call OptionPair,-doctitle,$(JAAS_DOCTITLE)) ; \
           $(call OptionPair,-windowtitle,$(JAAS_WINDOWTITLE) $(DRAFT_WINTITLE)); \
           $(call OptionPair,-header,$(JAAS_HEADER)$(DRAFT_HEADER)) ; \

@@ -886,13 +886,13 @@
 $(JGSS_OPTIONS_FILE): $(JGSS_OVERVIEW)
         $(prep-target)
         @($(call COMMON_JAVADOCFLAGS) ; \
           $(call COMMON_JAVADOCTAGS) ; \
           $(call OptionOnly,-Xdoclint:none) ; \
-          $(call OptionPair,-system,none) ; \
-          $(call OptionPair,-modulesourcepath,$(RELEASEDOCS_MODULESOURCEPATH)) ; \
-          $(call OptionPair,-addmods,$(JGSS_MODULES)) ; \
+          $(call OptionPair,--system,none) ; \
+          $(call OptionPair,--module-source-path,$(RELEASEDOCS_MODULESOURCEPATH)) ; \
+          $(call OptionPair,--add-modules,$(JGSS_MODULES)) ; \
           $(call OptionPair,-encoding,ascii) ; \
           $(call OptionOnly,-nodeprecatedlist) ; \
           $(call OptionPair,-overview,$(JGSS_OVERVIEW)) ; \
           $(call OptionPair,-doctitle,$(JGSS_DOCTITLE)) ; \
           $(call OptionPair,-windowtitle,$(JGSS_WINDOWTITLE) $(DRAFT_WINTITLE)); \

@@ -945,13 +945,13 @@
 $(SMARTCARDIO_OPTIONS_FILE):
         $(prep-target)
         @($(call COMMON_JAVADOCFLAGS) ; \
           $(call COMMON_JAVADOCTAGS) ; \
           $(call OptionOnly,-Xdoclint:none) ; \
-          $(call OptionPair,-system,none) ; \
-          $(call OptionPair,-modulesourcepath,$(RELEASEDOCS_MODULESOURCEPATH)) ; \
-          $(call OptionPair,-addmods,$(SMARTCARDIO_MODULES)) ; \
+          $(call OptionPair,--system,none) ; \
+          $(call OptionPair,--module-source-path,$(RELEASEDOCS_MODULESOURCEPATH)) ; \
+          $(call OptionPair,--add-modules,$(SMARTCARDIO_MODULES)) ; \
           $(call OptionPair,-encoding,ascii) ; \
           $(call OptionOnly,-nodeprecatedlist) ; \
           $(call OptionPair,-doctitle,$(SMARTCARDIO_DOCTITLE)) ; \
           $(call OptionPair,-windowtitle,$(SMARTCARDIO_WINDOWTITLE) $(DRAFT_WINTITLE)); \
           $(call OptionPair,-header,$(SMARTCARDIO_HEADER)$(DRAFT_HEADER)); \

@@ -1002,13 +1002,13 @@
 $(HTTPSERVER_OPTIONS_FILE):
         $(prep-target)
         @($(call COMMON_JAVADOCFLAGS) ; \
           $(call COMMON_JAVADOCTAGS) ; \
           $(call OptionOnly,-Xdoclint:none) ; \
-          $(call OptionPair,-system,none) ; \
-          $(call OptionPair,-modulesourcepath,$(RELEASEDOCS_MODULESOURCEPATH)) ; \
-          $(call OptionPair,-addmods,$(HTTPSERVER_MODULES)) ; \
+          $(call OptionPair,--system,none) ; \
+          $(call OptionPair,--module-source-path,$(RELEASEDOCS_MODULESOURCEPATH)) ; \
+          $(call OptionPair,--add-modules,$(HTTPSERVER_MODULES)) ; \
           $(call OptionPair,-encoding,ascii) ; \
           $(call OptionOnly,-nodeprecatedlist) ; \
           $(call OptionPair,-doctitle,$(HTTPSERVER_DOCTITLE)) ; \
           $(call OptionPair,-windowtitle,$(HTTPSERVER_WINDOWTITLE) $(DRAFT_WINTITLE)); \
           $(call OptionPair,-header,$(HTTPSERVER_HEADER)$(DRAFT_HEADER)); \

@@ -1119,13 +1119,13 @@
 $(MGMT_OPTIONS_FILE): $(MGMT_OVERVIEW)
         $(prep-target)
         @($(call COMMON_JAVADOCFLAGS) ; \
           $(call COMMON_JAVADOCTAGS) ; \
           $(call OptionOnly,-Xdoclint:none) ; \
-          $(call OptionPair,-system,none) ; \
-          $(call OptionPair,-modulesourcepath,$(RELEASEDOCS_MODULESOURCEPATH)) ; \
-          $(call OptionPair,-addmods,$(MGMT_MODULES)) ; \
+          $(call OptionPair,--system,none) ; \
+          $(call OptionPair,--module-source-path,$(RELEASEDOCS_MODULESOURCEPATH)) ; \
+          $(call OptionPair,--add-modules,$(MGMT_MODULES)) ; \
           $(call OptionPair,-encoding,ascii) ; \
           $(call OptionOnly,-nodeprecatedlist) ; \
           $(call OptionPair,-overview,$(MGMT_OVERVIEW)) ; \
           $(call OptionPair,-doctitle,$(MGMT_DOCTITLE)) ; \
           $(call OptionPair,-windowtitle,$(MGMT_WINDOWTITLE) $(DRAFT_WINTITLE)); \

@@ -1177,13 +1177,13 @@
 $(ATTACH_OPTIONS_FILE):
         $(prep-target)
         @($(call COMMON_JAVADOCFLAGS) ; \
           $(call COMMON_JAVADOCTAGS) ; \
           $(call OptionOnly,-Xdoclint:none) ; \
-          $(call OptionPair,-system,none) ; \
-          $(call OptionPair,-modulesourcepath,$(RELEASEDOCS_MODULESOURCEPATH)) ; \
-          $(call OptionPair,-addmods,$(ATTACH_MODULES)) ; \
+          $(call OptionPair,--system,none) ; \
+          $(call OptionPair,--module-source-path,$(RELEASEDOCS_MODULESOURCEPATH)) ; \
+          $(call OptionPair,--add-modules,$(ATTACH_MODULES)) ; \
           $(call OptionPair,-encoding,ascii) ; \
           $(call OptionOnly,-nodeprecatedlist) ; \
           $(call OptionPair,-doctitle,$(ATTACH_DOCTITLE)) ; \
           $(call OptionPair,-windowtitle,$(ATTACH_WINDOWTITLE) $(DRAFT_WINTITLE)); \
           $(call OptionPair,-header,$(ATTACH_HEADER)$(DRAFT_HEADER)) ; \

@@ -1234,13 +1234,13 @@
 $(JCONSOLE_OPTIONS_FILE):
         $(prep-target)
         @($(call COMMON_JAVADOCFLAGS) ; \
           $(call COMMON_JAVADOCTAGS) ; \
           $(call OptionOnly,-Xdoclint:none) ; \
-          $(call OptionPair,-system,none) ; \
-          $(call OptionPair,-modulesourcepath,$(RELEASEDOCS_MODULESOURCEPATH)) ; \
-          $(call OptionPair,-addmods,$(JCONSOLE_MODULES)) ; \
+          $(call OptionPair,--system,none) ; \
+          $(call OptionPair,--module-source-path,$(RELEASEDOCS_MODULESOURCEPATH)) ; \
+          $(call OptionPair,--add-modules,$(JCONSOLE_MODULES)) ; \
           $(call OptionPair,-encoding,ascii) ; \
           $(call OptionOnly,-nodeprecatedlist) ; \
           $(call OptionPair,-doctitle,$(JCONSOLE_DOCTITLE)) ; \
           $(call OptionPair,-windowtitle,$(JCONSOLE_WINDOWTITLE) $(DRAFT_WINTITLE)); \
           $(call OptionPair,-header,$(JCONSOLE_HEADER)$(DRAFT_HEADER)) ; \

@@ -1292,13 +1292,13 @@
 $(JSHELLAPI_OPTIONS_FILE):
         $(prep-target)
         @($(call COMMON_JAVADOCFLAGS) ; \
           $(call COMMON_JAVADOCTAGS) ; \
           $(call OptionOnly,-Xdoclint:all) ; \
-          $(call OptionPair,-system,none) ; \
-          $(call OptionPair,-modulesourcepath,$(RELEASEDOCS_MODULESOURCEPATH)) ; \
-          $(call OptionPair,-addmods,$(JSHELLAPI_MODULES)) ; \
+          $(call OptionPair,--system,none) ; \
+          $(call OptionPair,--module-source-path,$(RELEASEDOCS_MODULESOURCEPATH)) ; \
+          $(call OptionPair,--add-modules,$(JSHELLAPI_MODULES)) ; \
           $(call OptionPair,-encoding,ascii) ; \
           $(call OptionPair,-overview,$(JSHELLAPI_OVERVIEW)) ; \
           $(call OptionPair,-doctitle,$(JSHELLAPI_DOCTITLE)) ; \
           $(call OptionPair,-windowtitle,$(JSHELLAPI_WINDOWTITLE) $(DRAFT_WINTITLE)); \
           $(call OptionPair,-header,$(JSHELLAPI_HEADER)$(DRAFT_HEADER)) ; \

@@ -1351,13 +1351,13 @@
 $(TREEAPI_OPTIONS_FILE):
         $(prep-target)
         @($(call COMMON_JAVADOCFLAGS) ; \
           $(call COMMON_JAVADOCTAGS) ; \
           $(call OptionOnly,-Xdoclint:all) ; \
-          $(call OptionPair,-system,none) ; \
-          $(call OptionPair,-modulesourcepath,$(RELEASEDOCS_MODULESOURCEPATH)) ; \
-          $(call OptionPair,-addmods,$(TREEAPI_MODULES)) ; \
+          $(call OptionPair,--system,none) ; \
+          $(call OptionPair,--module-source-path,$(RELEASEDOCS_MODULESOURCEPATH)) ; \
+          $(call OptionPair,--add-modules,$(TREEAPI_MODULES)) ; \
           $(call OptionPair,-encoding,ascii) ; \
           $(call OptionPair,-doctitle,$(TREEAPI_DOCTITLE)) ; \
           $(call OptionPair,-windowtitle,$(TREEAPI_WINDOWTITLE) $(DRAFT_WINTITLE)); \
           $(call OptionPair,-header,$(TREEAPI_HEADER)$(DRAFT_HEADER)) ; \
           $(call OptionPair,-bottom,$(TREEAPI_BOTTOM)$(DRAFT_BOTTOM)) ; \

@@ -1410,13 +1410,13 @@
 $(NASHORNAPI_OPTIONS_FILE):
         $(prep-target)
         @($(call COMMON_JAVADOCFLAGS) ; \
           $(call COMMON_JAVADOCTAGS) ; \
           $(call OptionOnly,-Xdoclint:all) ; \
-          $(call OptionPair,-system,none) ; \
-          $(call OptionPair,-modulesourcepath,$(RELEASEDOCS_MODULESOURCEPATH)) ; \
-          $(call OptionPair,-addmods,$(NASHORNAPI_MODULES)) ; \
+          $(call OptionPair,--system,none) ; \
+          $(call OptionPair,--module-source-path,$(RELEASEDOCS_MODULESOURCEPATH)) ; \
+          $(call OptionPair,--add-modules,$(NASHORNAPI_MODULES)) ; \
           $(call OptionPair,-encoding,ascii) ; \
           $(call OptionPair,-doctitle,$(NASHORNAPI_DOCTITLE)) ; \
           $(call OptionPair,-windowtitle,$(NASHORNAPI_WINDOWTITLE) $(DRAFT_WINTITLE)); \
           $(call OptionPair,-header,$(NASHORNAPI_HEADER)$(DRAFT_HEADER)) ; \
           $(call OptionPair,-bottom,$(NASHORNAPI_BOTTOM)$(DRAFT_BOTTOM)) ; \

@@ -1469,13 +1469,13 @@
 $(DYNALINKAPI_OPTIONS_FILE):
         $(prep-target)
         @($(call COMMON_JAVADOCFLAGS) ; \
           $(call COMMON_JAVADOCTAGS) ; \
           $(call OptionOnly,-Xdoclint:all) ; \
-          $(call OptionPair,-system,none) ; \
-          $(call OptionPair,-modulesourcepath,$(RELEASEDOCS_MODULESOURCEPATH)) ; \
-          $(call OptionPair,-addmods,$(DYNALINKAPI_MODULES)) ; \
+          $(call OptionPair,--system,none) ; \
+          $(call OptionPair,--module-source-path,$(RELEASEDOCS_MODULESOURCEPATH)) ; \
+          $(call OptionPair,--add-modules,$(DYNALINKAPI_MODULES)) ; \
           $(call OptionPair,-encoding,ascii) ; \
           $(call OptionPair,-doctitle,$(DYNALINKAPI_DOCTITLE)) ; \
           $(call OptionPair,-windowtitle,$(DYNALINKAPI_WINDOWTITLE) $(DRAFT_WINTITLE)); \
           $(call OptionPair,-header,$(DYNALINKAPI_HEADER)$(DRAFT_HEADER)) ; \
           $(call OptionPair,-bottom,$(DYNALINKAPI_BOTTOM)$(DRAFT_BOTTOM)) ; \

@@ -1525,13 +1525,13 @@
 $(SCTPAPI_OPTIONS_FILE):
         $(prep-target)
         @($(call COMMON_JAVADOCFLAGS) ; \
           $(call COMMON_JAVADOCTAGS) ; \
           $(call OptionOnly,-Xdoclint:none) ; \
-          $(call OptionPair,-system,none) ; \
-          $(call OptionPair,-modulesourcepath,$(RELEASEDOCS_MODULESOURCEPATH)) ; \
-          $(call OptionPair,-addmods,$(SCTPAPI_MODULES)) ; \
+          $(call OptionPair,--system,none) ; \
+          $(call OptionPair,--module-source-path,$(RELEASEDOCS_MODULESOURCEPATH)) ; \
+          $(call OptionPair,--add-modules,$(SCTPAPI_MODULES)) ; \
           $(call OptionPair,-encoding,ascii) ; \
           $(call OptionOnly,-nodeprecatedlist) ; \
           $(call OptionPair,-doctitle,$(SCTPAPI_DOCTITLE)) ; \
           $(call OptionPair,-windowtitle,$(SCTPAPI_WINDOWTITLE) $(DRAFT_WINTITLE)); \
           $(call OptionPair,-header,$(SCTPAPI_HEADER)$(DRAFT_HEADER)) ; \

@@ -1582,13 +1582,13 @@
 $(JACCESSAPI_OPTIONS_FILE):
         $(prep-target)
         @($(call COMMON_JAVADOCFLAGS) ; \
           $(call COMMON_JAVADOCTAGS) ; \
           $(call OptionOnly,-Xdoclint:all) ; \
-          $(call OptionPair,-system,none) ; \
-          $(call OptionPair,-modulesourcepath,$(RELEASEDOCS_MODULESOURCEPATH)) ; \
-          $(call OptionPair,-addmods,$(JACCESSAPI_MODULES)) ; \
+          $(call OptionPair,--system,none) ; \
+          $(call OptionPair,--module-source-path,$(RELEASEDOCS_MODULESOURCEPATH)) ; \
+          $(call OptionPair,--add-modules,$(JACCESSAPI_MODULES)) ; \
           $(call OptionPair,-encoding,ascii) ; \
           $(call OptionOnly,-nodeprecatedlist) ; \
           $(call OptionPair,-doctitle,$(JACCESSAPI_DOCTITLE)) ; \
           $(call OptionPair,-windowtitle,$(JACCESSAPI_WINDOWTITLE) $(DRAFT_WINTITLE)); \
           $(call OptionPair,-header,$(JACCESSAPI_HEADER)$(DRAFT_HEADER)) ; \

@@ -1639,13 +1639,13 @@
 $(JDKNET_OPTIONS_FILE):
         $(prep-target)
         @($(call COMMON_JAVADOCFLAGS) ; \
           $(call COMMON_JAVADOCTAGS) ; \
           $(call OptionOnly,-Xdoclint:none) ; \
-          $(call OptionPair,-system,none) ; \
-          $(call OptionPair,-modulesourcepath,$(RELEASEDOCS_MODULESOURCEPATH)) ; \
-          $(call OptionPair,-addmods,$(JDKNET_MODULES)) ; \
+          $(call OptionPair,--system,none) ; \
+          $(call OptionPair,--module-source-path,$(RELEASEDOCS_MODULESOURCEPATH)) ; \
+          $(call OptionPair,--add-modules,$(JDKNET_MODULES)) ; \
           $(call OptionPair,-encoding,ascii) ; \
           $(call OptionOnly,-nodeprecatedlist) ; \
           $(call OptionPair,-doctitle,$(JDKNET_DOCTITLE)) ; \
           $(call OptionPair,-windowtitle,$(JDKNET_WINDOWTITLE) $(DRAFT_WINTITLE)); \
           $(call OptionPair,-header,$(JDKNET_HEADER)$(DRAFT_HEADER)); \

@@ -1700,13 +1700,13 @@
 $(JLINK_PLUGIN_OPTIONS_FILE):
         $(prep-target)
         @($(call COMMON_JAVADOCFLAGS) ; \
           $(call COMMON_JAVADOCTAGS) ; \
           $(call OptionOnly,-Xdoclint:none) ; \
-          $(call OptionPair,-system,none) ; \
-          $(call OptionPair,-modulesourcepath,$(RELEASEDOCS_MODULESOURCEPATH)) ; \
-          $(call OptionPair,-addmods,$(JLINK_PLUGIN_MODULES)) ; \
+          $(call OptionPair,--system,none) ; \
+          $(call OptionPair,--module-source-path,$(RELEASEDOCS_MODULESOURCEPATH)) ; \
+          $(call OptionPair,--add-modules,$(JLINK_PLUGIN_MODULES)) ; \
           $(call OptionPair,-encoding,ascii) ; \
           $(call OptionOnly,-nodeprecatedlist) ; \
           $(call OptionPair,-doctitle,$(JLINK_PLUGIN_DOCTITLE)) ; \
           $(call OptionPair,-windowtitle,$(JLINK_PLUGIN_WINDOWTITLE) $(DRAFT_WINTITLE)); \
           $(call OptionPair,-header,$(JLINK_PLUGIN_HEADER)$(DRAFT_HEADER)); \
< prev index next >