SearchbarDataInstaller

open class SearchbarDataInstaller(val context: DokkaContext) : PageTransformer

Constructors

Link copied to clipboard
fun SearchbarDataInstaller(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)

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
open fun processPage(page: PageNode): List<SearchbarDataInstaller.SignatureWithId>

Properties

Link copied to clipboard
val context: DokkaContext