Re: [Doxygen-users] Collaboration diagram does not show private members in 1.8.x

2013-09-05 Thread Petr Prikryl
Yongwei Wu wrote: > >> I really like to be able to show all data members in the diagram > >> without documenting them > > > > Then you should set EXTRACT_PRIVATE to YES. > > You missed the "without documenting them" part :-). > > It is arguable that the original behaviour might be better. Peo

Re: [Doxygen-users] Collaboration diagram does not show private members in 1.8.x

2013-09-05 Thread Yongwei Wu
On 5 September 2013 23:33, Dimitri van Heesch wrote: > > On Sep 5, 2013, at 15:59 , Yongwei Wu wrote: > >> In Doxygen 1.6.x and earlier, the collaboration diagram will show all >> members regardless its visibility. I have found that 1.8.x does not >> show the private members, unless EXTRACT_PRIVA

Re: [Doxygen-users] Collaboration diagram does not show private members in 1.8.x

2013-09-05 Thread Dimitri van Heesch
On Sep 5, 2013, at 15:59 , Yongwei Wu wrote: > In Doxygen 1.6.x and earlier, the collaboration diagram will show all > members regardless its visibility. I have found that 1.8.x does not > show the private members, unless EXTRACT_PRIVATE is set to YES. Is > this an intentional change? Yes that

[Doxygen-users] Collaboration diagram does not show private members in 1.8.x

2013-09-05 Thread Yongwei Wu
In Doxygen 1.6.x and earlier, the collaboration diagram will show all members regardless its visibility. I have found that 1.8.x does not show the private members, unless EXTRACT_PRIVATE is set to YES. Is this an intentional change? I really like to be able to show all data members in the diagram