base
1.8.20a-SNAPSHOT
jvm
base
/
org.jetbrains.dokka.base.renderers
/
FileWriter
File
Writer
class
FileWriter
(
val
context
:
DokkaContext
)
:
OutputWriter
Members
Constructors
File
Writer
Link copied to clipboard
constructor
(
context
:
DokkaContext
)
Properties
context
Link copied to clipboard
val
context
:
DokkaContext
Functions
write
Link copied to clipboard
open
suspend override
fun
write
(
path
:
String
,
text
:
String
,
ext
:
String
)
write
Resources
Link copied to clipboard
open
suspend override
fun
writeResources
(
pathFrom
:
String
,
pathTo
:
String
)