class
compiler::WritePod
sys::Obj
compiler::CompilerSupport
compiler::CompilerStep
compiler::WritePod
WritePod writes the FPod to a zip file.
Slots
-
private Location location
- make
-
new make(Compiler compiler)
- run
-
virtual Void run()
Not used, use write instead
- write
-
File write()
Run the step and return pod file written
-
static const private Void writeDoc(OutStream out, Str key, Str[] doc)
FDoc is used to read/write a fandoc text file. The fandoc file format is an extremely simple plan text format with left justified type/slot qnames, followed by the fandoc content indented two spaces.