On Fri, Aug 24, 2001 at 08:01:47PM +0200, Dimitri van Heesch wrote:
> On Thu, Aug 23, 2001 at 12:10:58PM -0700, Christian Hammond wrote:
> > I'm using the latest doxygen CVS as of 5 minutes ago. It is
> > generating a resulting XML file without end </para> tags inside the
> > <title>..</title> of a <parameterlist>. The resulting XML comes out
> > like this:
> >
> > <parameterlist kind="param"><title><para>
> > Parameters: </title> [snip]
>
> Please send an example that produces this output. Otherwise your bug report
> is of little use.
I've determined that this problem only occurres when JAVADOC_AUTOBRIEF
is set to YES. Here's some sourcecode that will fail:
/**
* @file bugtest.h Bug Test
*/
#ifndef _BUGTEST_H_
#define _BUGTEST_H_
/**
* This will cause an error in the XML output when JAVADOC_AUTOBRIEF
* is set to YES.
*
* @param param1 Parameter 1.
* @param param2 Parameter 2.
*
* @return 1.
*/
int bugtest(int param1, int param2);
#endif /* _BUGTEST_H_ */
> > Are there any plans for adding an option to the XML generator for
> > generating multiple files similar to the HTML generator instead of a
> > single doxygen.xml file? Also, what about doxygen tag file support and
> > dot graphs?
>
> All will come in due time. Hint: if you help and add one of these
> yourself developments will go faster.
I'll study the code a bit and see what I can do.
Christian
--
Christian Hammond <> Portal Web Design
ch...@po... <> http://www.portaldesign.net
There are two major products that come out of Berkeley: LSD and BSD [Unix].
We don't believe this to be a coincidence.
-- Jeremy S. Anderson
|