Positive

Given a function annotated with @OnlyForDocumentType(X), this transformer sets the function's constraint to only the document type X.

Constructors

Link copied to clipboard
constructor(context: DokkaContext)

Properties

Link copied to clipboard
val context: DokkaContext

Functions

Link copied to clipboard
open override fun extractAnnotation(function: DFunction): Annotations.Annotation?
Link copied to clipboard
open operator override fun invoke(modules: List<DModule>): List<DModule>
Link copied to clipboard
open override fun transformTypes(types: List<DocumentType>): List<DocumentType>

Given the document types extracted from the annotation, transforms them.