DocsInput
data class DocsInput(val graph: ModuleDependencyGraph, val summary: GraphSummary, val metrics: GraphMetricSet, val narrative: NarrativeReport, val regions: RegionMap, val inventory: BuildInventory)(source)
Everything the generated documentation needs, in one bundle.
Gathered by ReportCoordinator from the same analysis the HTML report renders, so the two can never describe the project differently.
Constructors
Link copied to clipboard
constructor(graph: ModuleDependencyGraph, summary: GraphSummary, metrics: GraphMetricSet, narrative: NarrativeReport, regions: RegionMap, inventory: BuildInventory)