Package org. jetbrains. dokka. maven
Types
Link copied to clipboard
abstract class AbstractDokkaMojo(defaultDokkaPlugins: List<Dependency>) : AbstractMojo
Content copied to clipboard
Link copied to clipboard
@Mojo(name = "javadocJar", defaultPhase = LifecyclePhase.PRE_SITE, threadSafe = true, requiresDependencyResolution = ResolutionScope.COMPILE, requiresProject = true )
Content copied to clipboard
Link copied to clipboard
@Mojo(name = "javadoc", defaultPhase = LifecyclePhase.PRE_SITE, threadSafe = true, requiresDependencyResolution = ResolutionScope.COMPILE, requiresProject = true )
Content copied to clipboard
Link copied to clipboard
@Mojo(name = "dokka", defaultPhase = LifecyclePhase.PRE_SITE, threadSafe = true, requiresDependencyResolution = ResolutionScope.COMPILE, requiresProject = true )
Content copied to clipboard
Link copied to clipboard
Configuration block that allows creating links leading to externally hosted documentation of your dependencies.
Link copied to clipboard
Link copied to clipboard
Configuration block that allows setting some options for specific packages matched by matchingRegex.
Link copied to clipboard
Configuration block that allows adding a source link to each signature which leads to path with a specific line number (configurable by setting lineSuffix), letting documentation readers find source code for each declaration.