Dokka Javadoc Mojo
@Mojo(name = "javadoc", defaultPhase = LifecyclePhase.PRE_SITE, threadSafe = true, requiresDependencyResolution = ResolutionScope.COMPILE, requiresProject = true )
Constructors
Functions
Properties
Link copied to clipboard
Kotlin API version used for setting up analysis and @sample environment.
Link copied to clipboard
Link copied to clipboard
List of Markdown files that contain module and package documentation.
Link copied to clipboard
Kotlin language version used for setting up analysis and @sample environment.
Link copied to clipboard
Whether to emit warnings about visible undocumented declarations, that is declarations without KDocs after they have been filtered by documentedVisibilities.
Link copied to clipboard
Link copied to clipboard
@Parameter(required = true, defaultValue = "${project.compileSourceRoots}" )
Link copied to clipboard
Specifies the location of the project source code on the Web. If provided, Dokka generates "source" links for each declaration. See SourceLinkMapItem for more details.