Hi all.


I have something like this (simplified):



class Foo

{

private:

       class  Bar

       {

       };

};



However unlike private member functions and private member variables the
private class still gets added to the docs, even when options EXTRACT_ALL
and EXTRACT_PRIVATE  are both unchecked.



Have I overseen some option or will I have to explicitly remove such
private inner classes one by one with @cond @endcond blocks?



Thanks in advance for your help,

Stefan.
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to