Generator class abstract

A generator generates documentation for a given package.

Generators can generate documentation in different formats: HTML, JSON, etc.

Constructors

Generator()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
writtenFiles Set<String>
The set of of files written by the generator backend.
no setter

Methods

generate(PackageGraph packageGraph) Future<void>
Generates the documentation for the given package using the specified writer. Completes the returned future when done.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited