There is qtdoc generator plugin that has QtDocGenerator class that uses
QtDocParser from apiextractor and QtXmlToSphinx.
qtdoc generator plugin claims support for doxygen:
"documentation-data-dir", "Directory with XML files generated by
documentation tool (qdoc3 or Doxygen)"
But it doesn't support input with xml files generated by doxygen.

There is DoxygenParser in apiextractor that is also derrived from DocParser.

But DoxygenParser is not used, there is no generator, that
uses DoxygenParser.

The problem is that our project has sources commented not in qdoc, but in
doxygen. And we like the idea to generate sphinx online documentation for
python users of our bindings. Because doxygen is not very good for
pythonists :)

Any suggestions?

Thank You.
Regards.
Dennis.
_______________________________________________
PySide mailing list
PySide@lists.pyside.org
http://lists.pyside.org/listinfo/pyside

Reply via email to