templating
1.7.0c-SNAPSHOT
templating
/
org.jetbrains.dokka.allModulesPage.templates
/
PagesSearchTemplateStrategy
Pages
Search
Template
Strategy
class
PagesSearchTemplateStrategy
(
val
dokkaContext
:
DokkaContext
)
:
BaseJsonNavigationTemplateProcessingStrategy
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Pages
Search
Template
Strategy
Link copied to clipboard
fun
PagesSearchTemplateStrategy
(
dokkaContext
:
DokkaContext
)
Content copied to clipboard
Functions
can
Process
Link copied to clipboard
open
fun
canProcess
(
file
:
File
)
:
Boolean
Content copied to clipboard
finish
Link copied to clipboard
open
override
fun
finish
(
output
:
File
)
Content copied to clipboard
process
Link copied to clipboard
open
override
fun
process
(
input
:
File
,
output
:
File
,
moduleContext
:
DokkaConfiguration.DokkaModuleDescription
?
)
:
Boolean
Content copied to clipboard
Properties
context
Link copied to clipboard
val
context
:
DokkaContext
Content copied to clipboard
dokkaContext
Link copied to clipboard
val
dokkaContext
:
DokkaContext
Content copied to clipboard
navigationFileNameWithoutExtension
Link copied to clipboard
open
override
val
navigationFileNameWithoutExtension
:
String
Content copied to clipboard
path
Link copied to clipboard
open
override
val
path
:
String
Content copied to clipboard