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
Link copied to clipboard
Link copied to clipboard