generate abstract method

Future<void> generate(
  1. PackageGraph packageGraph
)

Generates the documentation for the given package using the specified writer. Completes the returned future when done.

Implementation

Future<void> generate(PackageGraph packageGraph);