0

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?

benblo
  • 877
  • 8
  • 18
  • The Maya documentation definitely looks to be generated with doxygen but with an older version of doxygen (1.8.10) from June 2015. I'm not sure what you are exacly missing (example?) but besides HTML doxygen can also output XML – albert Apr 27 '21 at 08:35
  • Well what I'm missing is the XML version :) ! I don't own that documentation so I have no way to re-generate it myself. – benblo Apr 28 '21 at 11:32
  • What info exactly are you missing here? Maybe it is present in a newer version of doxygen. Maybe you should contact for the information, maybe they can upgrade to a newer version of doxygen and / or make the XML documentation available. – albert Apr 28 '21 at 11:41

0 Answers0