Searchbar Data Installer
open class SearchbarDataInstaller(val context: DokkaContext) : PageTransformer
Content copied to clipboard
Constructors
Types
Link copied to clipboard
data class DRIWithSourceSets(val dri: DRI, val sourceSet: Set<DisplaySourceSet>)
Content copied to clipboard
Link copied to clipboard
data class SignatureWithId(val driWithSourceSets: SearchbarDataInstaller.DRIWithSourceSets, val displayableSignature: String)
Content copied to clipboard
Functions
Link copied to clipboard
open fun createSearchRecord( name: String, description: String?, location: String, searchKeys: List<String>): SearchRecord
Content copied to clipboard
Link copied to clipboard
open fun generatePagesList(pages: List<SearchbarDataInstaller.SignatureWithId>, locationResolver: DriResolver): List<SearchRecord>
Content copied to clipboard
Link copied to clipboard
open fun processPage(page: PageNode): List<SearchbarDataInstaller.SignatureWithId>
Content copied to clipboard