diff --git a/make/Docs.gmk b/make/Docs.gmk index d5fd2798d79b63109ebf9005cddb1deb61c3b14e..b3c6ba2fc591d232767ab2e29b320371f4b79d0f 100644 --- a/make/Docs.gmk +++ b/make/Docs.gmk @@ -445,9 +445,9 @@ $(eval $(call SetupApiDocsGeneration, JDK_API, \ ################################################################################ # Setup generation of the Java SE API documentation (javadoc + modulegraph) -# The Java SE module scope is just java.se.ee and its transitive indirect +# The Java SE module scope is just java.se and its transitive indirect # exports. -JAVASE_MODULES := java.se.ee +JAVASE_MODULES := java.se $(eval $(call SetupApiDocsGeneration, JAVASE_API, \ MODULES := $(JAVASE_MODULES), \