Re: [Doxygen-users] XML output in Doxygen-1.2.9.1
Brought to you by:
dimitri
From: Dimitri v. H. <di...@st...> - 2001-08-15 17:17:58
|
On Tue, Aug 14, 2001 at 01:17:33PM +1000, Tom Harris wrote: > > Hi, > > > > My apologies if this has already been noted, but I have just played with > > enabling XML output in version 1.2.9.1, and I find that the XML is broken, > > with tags being closed in the wrong order, eg > > > > <detaileddescription> > > <para> > > Blah blah... > > <simplesect> > > <title><bold>Returns: </bold></title> > > More blah. > > </para> > > </simplesect> > > <simplesect> > > <title> > > <para> > > <bold>Warning: </bold> > > </title>Even more blah. > > </para> > > </simplesect> > > </detaileddescription> This is a bug indeed (due to an uninitialized member variable). Will be fixed. Regards, Dimitri |