Skip to main content

DataModel.parseDoxyfile() method

Parses the Doxyfile XML and initialises the configuration data model.

Signature

parseDoxyfile(): Promise<void>;

Returns

Promise<void>

Remarks

This method reads and parses the Doxyfile.xml file, ignoring the XML prologue and top-level text nodes. It extracts the doxyfile element and constructs the corresponding configuration data model. Any unrecognised elements are logged for diagnostic purposes.