Dokka Mojo
@Mojo(name = "dokka", defaultPhase = LifecyclePhase.PRE_SITE, threadSafe = true, requiresDependencyResolution = ResolutionScope.COMPILE, requiresProject = true )
Content copied to clipboard
Constructors
Functions
Properties
Link copied to clipboard
Kotlin API version used for setting up analysis and @sample environment.
Link copied to clipboard
@Parameter(property = "visibility" )
Content copied to clipboard
Link copied to clipboard
@Parameter
Content copied to clipboard
Link copied to clipboard
Deprecated. Use documentedVisibilities instead.
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
@Parameter(required = true, defaultValue = "${project.artifactId}" )
Content copied to clipboard
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
Whether to document declarations annotated with Deprecated.
Link copied to clipboard
@Parameter(required = true, defaultValue = "${project.compileSourceRoots}" )
Content copied to clipboard
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.