DefinitelyTyped / definitelytyped.github.io

Website content for definitelytyped.org
http://definitelytyped.org
MIT License
240 stars 95 forks source link

Tool xml2typescript #119

Open studentutu opened 1 week ago

studentutu commented 1 week ago

We desperately need a tool to convert XML into typescript. Specifically Doxygen XML ( based on Doxygen XML schema ) - see official opencv issue https://github.com/opencv/opencv/issues/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.