< prev index next >

make/Docs.gmk

Print this page

        

*** 296,305 **** --- 296,307 ---- $1_OPTIONS += --module $$(call CommaList, $$($1_MODULES)) # Create a string like "-Xdoclint:all,-syntax,-html,..." $1_OPTIONS += -Xdoclint:all,$$(call CommaList, $$(addprefix -, \ $$(JAVADOC_DISABLED_DOCLINT))) + # Ignore the doclint warnings in the W3C DOM package + $1_OPTIONS += -Xdoclint/package:-org.w3c.* $1_DOC_TITLE := $$($1_LONG_NAME)<br>Version $$(VERSION_SPECIFICATION) API \ Specification $1_WINDOW_TITLE := $$(subst &amp;,&,$$($1_SHORT_NAME))$$(DRAFT_MARKER_TITLE) $1_HEADER_TITLE := <div $$(HEADER_STYLE)><strong>$$($1_SHORT_NAME)</strong> \
< prev index next >