Has anyone hacked a converter to turn Visual Studio XML documentation into LaTeX?
On Jul 18, 12:40 am, "MC" wrote: > Has anyone hacked a converter to turn Visual Studio XML documentation into > LaTeX? Doxygen has had it for ages. See: http://www.stack.nl/~dimitri/doxygen/xmlcmds.html http://www.stack.nl/~dimitri/doxygen/output.html It does work directly on the source files, though, not on the .xml files produced by the compiler.
"Pavel Minaev" wrote in message news:f48180b4-9b98-4636-9eb9-8641c2e1e2c6@f40g2000pri.googlegroups.com... On Jul 18, 12:40 am, "MC" wrote: > Has anyone hacked a converter to turn Visual Studio XML documentation into > LaTeX? Doxygen has had it for ages. See: http://www.stack.nl/~dimitri/doxygen/xmlcmds.html http://www.stack.nl/~dimitri/doxygen/output.html It does work directly on the source files, though, not on the .xml files produced by the compiler. --- Thanks. Looks like just what I'm needing.