SearchbarDataInstaller

open class SearchbarDataInstaller(val context: DokkaContext) : PageTransformer

Constructors

Link copied to clipboard
constructor(context: DokkaContext)

Types

Link copied to clipboard
data class DRIWithSourceSets(val dri: DRI, val sourceSet: Set<DisplaySourceSet>)
Link copied to clipboard
data class SignatureWithId(val driWithSourceSets: SearchbarDataInstaller.DRIWithSourceSets, val displayableSignature: String)

Properties

Link copied to clipboard
val context: DokkaContext

Functions

Link copied to clipboard
open fun createSearchRecord(name: String, description: String?, location: String, searchKeys: List<String>): SearchRecord
Link copied to clipboard
open fun generatePagesList(pages: List<SearchbarDataInstaller.SignatureWithId>, locationResolver: DriResolver): List<SearchRecord>
Link copied to clipboard
open operator override fun invoke(input: RootPageNode): RootPageNode
Link copied to clipboard