List of classes in the ude.parsers.doxygen_router namespace.
| Entity Name | Description |
|---|---|
| _LegacyCppParser | Thin routing shim for legacy ‘cpp’ language targets. |
| DoxygenXmlParser | Router parser that delegates parsing to language-specific parser subclasses. |
Directory & Entity Index
| Entity Name | Summary / Description | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| _LegacyCppParser class | Extends: Thin routing shim for legacy ‘cpp’ language targets. CppDoxygenParser has been archived to FutureImprovements/CPP_Archive/. This inline stub preserves backward-compatible routing for existing configs and golden-master baselines that specify language=‘cpp’. No new code should target this class directly. Instance Variables
Methodsinit
Initializes the shim and tags it with the legacy ‘cpp’ language.
| ||||||||||||
| DoxygenXmlParser class | Extends: Router parser that delegates parsing to language-specific parser subclasses. Satisfies REQ-FUN-02, REQ-FUN-19, REQ-FUN-20 Instance Variables
Methodsinit
Initializes the DoxygenXmlParser router.
parse
Delegates parsing to the appropriate language-specific parser subclass. Satisfies REQ-FUN-02 Returns: The |