Context :
I try to use doxygen to generate a python documentation, primary because I love using it with my c++ work. The result was no pleasing, I think it's because doxygen only parse the code and don't import it.

Question :
After recherche, I find in the documentation an announcement to a xml intermediate language :
http://www.stack.nl/~dimitri/doxygen/manual/arch.html

The specification of this language has been published?
If it is the case I can try to write or adapt a library using python introspection to generate a compatible xml.