
Am Wednesday 16 September 2009 13:07:53 schrieb Paul A. Bristow:
-----Original Message----- From: boost-bounces@lists.boost.org [mailto:boost-bounces@lists.boost.org] On
Behalf Of
Stefan Strasser Sent: Tuesday, September 15, 2009 11:50 PM To: boost@lists.boost.org 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.