RE: [Doxygen-develop] Adding of new (all) HTML entities?
Brought to you by:
dimitri
From: Michael L. <li...@ea...> - 2001-07-20 05:10:03
|
Hi Petr, you wish the XML feature. Have you an idea of the XML output format ? I think the format shall be like this: <DOXYGEN> <file path="..."> <comment> <line>x</line> <column>y</column> <brief>...</brief> <detail>...</detail> ... </comment> <includes> <include identifier="include_path"> <line>x</line> <column>y</column> </include> ... </includes> <macros> <macro identifier="..."> <comment> <line>x</line> <column>y</column> <brief>...</brief> <detail>...</detail> ... </comment> <line>x</line> <column>y</column> <argument identifier="..."> <comment> <line>x</line> <column>y</column> <brief>...</brief> <detail>...</detail> ... </comment> <line>x</line> <column>y</column> </argument> ...more arguments <tokenstring> <!CDATA[... the macro definition ...]]> </tokenstring> </macro> ... </macros> <classes>...</classes> <functions>...</functions> </file> ... </DOXYGEN> Have you another idea ? Bye, Michael Lindig |