make/Docs.gmk
changeset 47429 aa31c0a9ebca
parent 47314 743814386712
child 47432 28d6070f5f2f
equal deleted inserted replaced
47428:d72d7d55c765 47429:aa31c0a9ebca
   101 JAVADOC_DISABLED_DOCLINT := accessibility html missing syntax reference
   101 JAVADOC_DISABLED_DOCLINT := accessibility html missing syntax reference
   102 
   102 
   103 # The initial set of options for javadoc
   103 # The initial set of options for javadoc
   104 JAVADOC_OPTIONS := -use -keywords -notimestamp \
   104 JAVADOC_OPTIONS := -use -keywords -notimestamp \
   105     -serialwarn -encoding ISO-8859-1 -docencoding UTF-8 -breakiterator \
   105     -serialwarn -encoding ISO-8859-1 -docencoding UTF-8 -breakiterator \
   106     -splitIndex --system none -html5 -javafx --expand-requires transitive
   106     -splitIndex --system none -html5 -javafx --expand-requires transitive \
       
   107     --override-methods=summary
   107 
   108 
   108 # Should we add DRAFT stamps to the generated javadoc?
   109 # Should we add DRAFT stamps to the generated javadoc?
   109 ifeq ($(VERSION_IS_GA), true)
   110 ifeq ($(VERSION_IS_GA), true)
   110   IS_DRAFT := false
   111   IS_DRAFT := false
   111 else
   112 else