Re: [Boost-docs] Preventing private member functions from appearing in the doxygen reference info

Subject: Re: [Boost-docs] Preventing private member functions from appearing in the doxygen reference info
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2011-12-13 22:08:38


AMDG

On 12/08/2011 10:59 AM, Paul A. Bristow wrote:
> I'm struggling to stop private member functions from appearing in the Doxygen reference section of
> Quickbook generated stuff.
>
> private member functions do not appear in the Standalone Doxygen docs, and I've tried to set the
> corresponding <doxygen:param> settings in the jamfile.
>
> <doxygen:param>EXTRACT_ALL=NO
> <doxygen:param>EXTRACT_PRIVATE=NO
> <doxygen:param>EXTRACT_STATIC=NO <doxygen:param>HIDE_UNDOC_MEMBERS=YES
> <doxygen:param>HIDE_UNDOC_MEMBERS=YES
> <doxygen:param>HIDE_UNDOC_CLASSES=YES
>
> but I'm still getting the private members listed.
>
> Please can anyone confirm that they have seen this working as expected, supressing private members?
>

Nope. I remember trying all these
years ago. It seems like Doxygen
ignores them for XML output.

> (This will confirm that I am missing something).
>
> Or any others suggestions on tracing this?
>

In Christ,
Steven Watanabe


This archive was generated by hypermail 2.1.7 : 2017-11-11 08:50:41 UTC