Boost logo

Boost :

Subject: Re: [boost] [tweener] Doxygen documentation issues
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2013-02-28 13:23:41


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


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