gatherData

Gather data about modules to document into a SymbolDatabase and return the database.

gatherData
(
Writer
)
(
ref const(Config) config
,
Writer writer
,
const string[] files
)

Parameters

config const(Config)

harbored-mod configuration.

writer Writer

Writer (e.g. HTMLWriter), used to determine links for symbols (as Writer decides where to put symbols).

files string[]

Filenames of all modules to document.

Return Value

SymbolDatabase with collected data.

Meta