setVerbose

open fun setVerbose(verbose: Boolean)(source)

Sets whether Javadoc generation is accompanied by verbose output or not. The verbose output is done via println (by the underlying Ant task). Thus it is not handled by our logging.

Parameters

verbose

Whether the output should be verbose.