make/Javadoc.gmk
changeset 31567 626eeea487f8
parent 30416 6216eb71e929
child 33934 6f9053f5c978
equal deleted inserted replaced
31564:9b3a9d72f07b 31567:626eeea487f8
   408 # Create file with javadoc options in it
   408 # Create file with javadoc options in it
   409 $(COREAPI_OPTIONS_FILE): $(COREAPI_OVERVIEW)
   409 $(COREAPI_OPTIONS_FILE): $(COREAPI_OVERVIEW)
   410 	$(prep-target)
   410 	$(prep-target)
   411 	@($(call COMMON_JAVADOCFLAGS) ; \
   411 	@($(call COMMON_JAVADOCFLAGS) ; \
   412           $(call COMMON_JAVADOCTAGS) ; \
   412           $(call COMMON_JAVADOCTAGS) ; \
   413           $(call OptionOnly,-Xdoclint:none) ; \
   413           $(call OptionOnly,-Xdoclint:reference) ; \
       
   414           $(call OptionOnly,-Xdoclint/package:-org.omg.*) ; \
   414 	  $(call OptionPair,-sourcepath,$(RELEASEDOCS_SOURCEPATH)) ; \
   415 	  $(call OptionPair,-sourcepath,$(RELEASEDOCS_SOURCEPATH)) ; \
   415 	  $(call OptionPair,-encoding,ISO-8859-1) ; \
   416 	  $(call OptionPair,-encoding,ISO-8859-1) ; \
   416 	  $(call OptionOnly,-splitIndex) ; \
   417 	  $(call OptionOnly,-splitIndex) ; \
   417 	  $(call OptionPair,-overview,$(COREAPI_OVERVIEW)) ; \
   418 	  $(call OptionPair,-overview,$(COREAPI_OVERVIEW)) ; \
   418 	  $(call OptionPair,-doctitle,$(COREAPI_DOCTITLE)) ; \
   419 	  $(call OptionPair,-doctitle,$(COREAPI_DOCTITLE)) ; \