
AMDG On 02/28/2013 10:17 AM, Julien Jorge wrote:
Le mardi 26 février 2013 à 20:47 -0800, Steven Watanabe a écrit :
On 02/26/2013 01:28 PM, Julien Jorge wrote:
Moreover, if I remove the ipp files, the generation of the documentation does not fail but the doxygen documentation is not extracted, except for the private members. So, how can I also disable the extraction of the private members in the documentation?
Doxygen XML is a bit annoying about that. Last time I tried, it seemed to ignore the option that's supposed to hide private members. What we usually use is /** INTERNAL ONLY */ which will cause BoostBook to strip it out.
I will search another workaround since this one is a bit intrusive. Thanks for the tip.
I've also used /// \cond show_private_members private stuff /// \endcond In Christ, Steven Watanabe