make/Docs.gmk
changeset 48855 0006d97556ba
parent 48841 0937e5f799df
child 49075 1fd4d6068f54
equal deleted inserted replaced
48854:345f41527dcc 48855:0006d97556ba
   443 # JDK_API_MODULEGRAPH_TARGETS.
   443 # JDK_API_MODULEGRAPH_TARGETS.
   444 
   444 
   445 ################################################################################
   445 ################################################################################
   446 # Setup generation of the Java SE API documentation (javadoc + modulegraph)
   446 # Setup generation of the Java SE API documentation (javadoc + modulegraph)
   447 
   447 
   448 # The Java SE module scope is just java.se.ee and its transitive indirect
   448 # The Java SE module scope is just java.se and its transitive indirect
   449 # exports.
   449 # exports.
   450 JAVASE_MODULES := java.se.ee
   450 JAVASE_MODULES := java.se
   451 
   451 
   452 $(eval $(call SetupApiDocsGeneration, JAVASE_API, \
   452 $(eval $(call SetupApiDocsGeneration, JAVASE_API, \
   453     MODULES := $(JAVASE_MODULES), \
   453     MODULES := $(JAVASE_MODULES), \
   454     SHORT_NAME := $(JAVASE_SHORT_NAME), \
   454     SHORT_NAME := $(JAVASE_SHORT_NAME), \
   455     LONG_NAME := $(JAVASE_LONG_NAME), \
   455     LONG_NAME := $(JAVASE_LONG_NAME), \