$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] doxygen doc / STL container unit test
From: Kim Barrett (kab.conundrums_at_[hidden])
Date: 2009-09-16 11:20:21
At 5:48 PM +0200 9/16/09, Stefan Strasser wrote:
>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.
In case this hasn't already been checked, is doxygen's EXTRACT_PRIVATE
parameter set to NO?