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