Maya has a pretty good HTML documentation for their C++ API (which I'm pretty sure comes from Doxygen).
However, the Python docs/API is lacking (eg no method return type information). If I had access to the docs in a structured way (JSON/XML/whatever), I could easily generate proper .pyi files with better type info.
Is there an easy way to convert Doxygen HTML documentation to JSON or something?