< prev index next >

./gradle.properties.template

Print this page
rev 10428 : 8091730: Enable -Xdoclint:all to treat all javadoc warnings as errors
Reviewed-by:

*** 187,196 **** --- 187,201 ---- # # This flag is disabled by default. Uncomment this to turn it on. #INCREMENTAL = true + # Specify an option to -Xdoclint, such as "none" or "all" (default), + # used by the javadoc task. + + #DOC_LINT = none + # Specify compiler LINT arguments. These values are defined by the javac compiler. You can # study the list of available options here https://docs.oracle.com/javase/7/docs/technotes/tools/solaris/javac.html # If LINT is empty, then no warning are generated. Otherwise, LINT should be a space or comma separated # list of names. If the name is prefixed with a '-' then that warning is removed (not used). For example: #
< prev index next >