api / org.gradle.external.javadoc / StandardJavadocDocletOptions / isNoDeprecated

isNoDeprecated

@Input open fun isNoDeprecated(): Boolean

-nodeprecated

Prevents the generation of any deprecated API at all in the documentation. This does what -nodeprecatedlist does, plus it does not generate any deprecated API throughout the rest of the documentation. This is useful when writing code and you don't want to be distracted by the deprecated code.