Skip to content

Convert directly mappable Doxygen XML output into markdown #777

Convert directly mappable Doxygen XML output into markdown

Convert directly mappable Doxygen XML output into markdown #777

Triggered via pull request March 6, 2025 16:35
Status Failure
Total duration 38s
Artifacts

api-checks.yml

on: pull_request
api-checks
22s
api-checks
Fit to window
Zoom out
Zoom in

Annotations

4 errors
api-checks: scripts/js/lib/api/directMapXmlToMdx.ts#L55
Type '(Code | Paragraph | Heading | ThematicBreak | Blockquote | List | Table | HTML | MdxFlowExpression | ... 16 more ... | InlineMath)[]' is not assignable to type 'PhrasingContent[]'.
api-checks: scripts/js/lib/api/directMapXmlToMdx.ts#L57
Type '(Code | Paragraph | Heading | ThematicBreak | Blockquote | List | Table | HTML | MdxFlowExpression | ... 16 more ... | InlineMath)[]' is not assignable to type 'PhrasingContent[]'.
api-checks: scripts/js/lib/api/directMapXmlToMdx.ts#L72
Type '{ type: "listItem"; children: (Code | Paragraph | Heading | ThematicBreak | Blockquote | List | Table | HTML | ... 17 more ... | InlineMath)[]; }[]' is not assignable to type 'ListItem[]'.
api-checks
Process completed with exit code 2.