api / org.gradle.external.javadoc / CoreJavadocOptions / getExtDirs

getExtDirs

open fun getExtDirs(): MutableList<File>

Overrides MinimalJavadocOptions.getExtDirs

-extdirs dirlist

Specifies the directories where extension classes reside. These are any classes that use the Java Extension mechanism. The extdirs is part of the search path the Javadoc tool will use to look up source and class files. See -classpath (above) for more details. Separate directories in dirlist with semicolons (;).