DataModel.parseDoxygenIndex() method
Parses the main Doxygen index XML file and initialises the index data model.
Signature
parseDoxygenIndex(): Promise<void>;
Returns
Promise<void>
Remarks
This method reads and parses the index.xml
file, ignoring the XML prologue and top-level text nodes. It extracts the doxygenindex
element and constructs the corresponding data model. Any unrecognised elements are logged for diagnostic purposes.