Stacks Generator
class StacksGenerator constructor(outputPath: Path, val resolver: ModuleNameResolver)
Content copied to clipboard
An Avail documentation generator. It takes tokenized method/class comments in .avail files and creates navigable documentation from them.
Author
Richard Arriaga
Parameters
resolver
A ModuleNameResolver to resolve ModuleImports.
Throws
If the output path exists but does not specify a directory.
Constructors
Link copied to clipboard
Construct a new StacksGenerator.
Types
Functions
Link copied to clipboard
Link copied to clipboard
Clear all internal data structures and reinitialize this StacksGenerator for subsequent usage.
Link copied to clipboard
Generate complete Stacks documentation.