Boost logo

Boost :

Subject: Re: [boost] doxygen doc / STL container unit test
From: Stefan Strasser (strasser_at_[hidden])
Date: 2009-09-16 11:48:12


Am Wednesday 16 September 2009 13:07:53 schrieb Paul A. Bristow:
> > -----Original Message-----
> > From: boost-bounces_at_[hidden]
> > [mailto:boost-bounces_at_[hidden]] On
>
> Behalf Of
>
> > Stefan Strasser
> > Sent: Tuesday, September 15, 2009 11:50 PM
> > To: boost_at_[hidden]
> > Subject: Re: [boost] doxygen doc / STL container unit test
> >
> > 2.
> > doxygen keeps ignoring my parameters.
> > my Jamfile.v2 looks exactly like yours below, I copied it from
> > boost.intrusive and changed it.
> > but private and undocumented members still show up in the output.
> > any hint on what could be the reason for that?
>
> I also find (for the SVG Plot docs) that not all the doxygen parameters
> seem to have the desired effect (though seem to).

the parameters in the jamfile do end up in the doxygen configuration file, but
it seems that doxygen ignores a lot of parameters for its XML output, like
hide undoc members. which makes sense, because a XML processor can take care
of that.
but it doesn't, so two libraries I've looked at encapsulate all private
declarations in /// @cond ... /// @endcond tags.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk