RE: [Doxygen-users] XML documentation
Brought to you by:
dimitri
From: Catenacci, O. <Ono...@co...> - 2003-02-20 18:25:15
|
Define "compatible". If you mean that the xml output from Doxygen must use the same xml tags as the xml output from the MS C# compiler, then I'd say your simplest answer would be to use custom xml tags in your C# code that match those output by Doxygen. Or you could feed Doxygen's xml output through an XSLT transformation and make it look like the xml output by the MS C# compiler. I've looked at both the MS C# xml and Doxygen's output. Doxygen's output is superior to the MS C# xml, in my opinion. The MS C# xml seems to have been an afterthought. I'd use Doxygen to document my C# code if I were you. Just my opinion. -- Onorio Catenacci I don't speak for my company. -----Original Message----- From: Andre Loker [mailto:lo...@gm...] Sent: Thursday, February 20, 2003 9:58 AM To: Doxygen Mailing list Subject: [Doxygen-users] XML documentation Hi there! I would like to create XML documentation from C++ sources. The generated files have to be compatible with C# XML-documentation generated by the MS C# compiler. Is it possible to tweak doxygen in such a way? I am quite new to XML, does the solution lie in DTD or XML-schema? Thanks in advance - Andre Loker The contents of this e-mail are intended for the named addressee only. It contains information that may be confidential. Unless you are the named addressee or an authorized designee, you may not copy or use it, or disclose it to anyone else. If you received it in error please notify us immediately and then destroy it. |