Re: Preventing private member functions from appearing in the doxygen reference info
Steven Watanabe <[email protected]>
| Newsgroups | gmane.comp.lib.boost.documentation |
|---|---|
| Organization | Providere Consulting, Inc. |
| Message-ID | <[email protected]> |
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