make/Docs.gmk
changeset 49428 ce86061aff12
parent 49075 1fd4d6068f54
child 49494 2a65a8de9272
equal deleted inserted replaced
49427:d2fd2581325b 49428:ce86061aff12
   106 JAVADOC_DISABLED_DOCLINT := accessibility html missing syntax reference
   106 JAVADOC_DISABLED_DOCLINT := accessibility html missing syntax reference
   107 
   107 
   108 # The initial set of options for javadoc
   108 # The initial set of options for javadoc
   109 JAVADOC_OPTIONS := -use -keywords -notimestamp \
   109 JAVADOC_OPTIONS := -use -keywords -notimestamp \
   110     -serialwarn -encoding ISO-8859-1 -docencoding UTF-8 -breakiterator \
   110     -serialwarn -encoding ISO-8859-1 -docencoding UTF-8 -breakiterator \
   111     -splitIndex --system none -html5 -javafx --expand-requires transitive \
   111     -splitIndex --system none -javafx --expand-requires transitive \
   112     --override-methods=summary
   112     --override-methods=summary
   113 
   113 
   114 # The reference options must stay stable to allow for comparisons across the
   114 # The reference options must stay stable to allow for comparisons across the
   115 # development cycle.
   115 # development cycle.
   116 REFERENCE_OPTIONS := -XDignore.symbol.file=true -use -keywords -notimestamp \
   116 REFERENCE_OPTIONS := -XDignore.symbol.file=true -use -keywords -notimestamp \