You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We desperately need a tool to convert XML into typescript.
Specifically Doxygen XML ( based on Doxygen XML schema ) - see official opencv issue opencv/opencv#15306
The issue has references to doxygen.ts which already describes XML schema and possible references for scaffolding of reading index.xml and translating it into a different format.
The text was updated successfully, but these errors were encountered:
We desperately need a tool to convert XML into typescript.
Specifically Doxygen XML ( based on Doxygen XML schema ) - see official opencv issue opencv/opencv#15306
An example is here - https://github.com/studentutu/opencv-wasm-node/tree/master/utils/doxygen_generated_docs
The issue has references to doxygen.ts which already describes XML schema and possible references for scaffolding of reading index.xml and translating it into a different format.
The text was updated successfully, but these errors were encountered: