DataModel class
Signature
export declare class DataModel
Constructors
Constructor |
Modifiers |
Description |
---|---|---|
Constructs a new instance of the |
Properties
Property |
Modifiers |
Type |
Description |
---|---|---|---|
(Optional) | |||
(Optional) | |||
The global configuration options. | |||
number |
Keep track of the number of XML files parsed. | ||
string |
(Optional) | ||
Methods
Method |
Modifiers |
Description |
---|---|---|
Parses the Doxyfile XML and initialises the configuration data model. | ||
Parses the main Doxygen index XML file and initialises the index data model. | ||
Reads and parses the specified XML file, returning the parsed content. | ||
Processes compound definitions from the parsed Doxygen XML elements. | ||
Processes member definitions and updates member kinds where necessary. |