Re: [Doxygen-users] class inheritance issue (with example)

2013-08-23 Thread Dimitri van Heesch
On Aug 23, 2013, at 15:19 , Jannick wrote: > Jannick gmail.com> writes: > >> >> Dimitri van Heesch gmail.com> writes: >> >>> >>> Since member variable 'd' is (implicitly) private, make sure HAVE_DOT and >> EXTRACT_PRIVATE are both set to YES. >>> >>> Regards, >>> Dimitri >> >> Thx for y

Re: [Doxygen-users] class inheritance issue (with example)

2013-08-23 Thread Jannick
Jannick gmail.com> writes: > > Dimitri van Heesch gmail.com> writes: > > > > > Since member variable 'd' is (implicitly) private, make sure HAVE_DOT and > EXTRACT_PRIVATE are both set to YES. > > > > Regards, > > Dimitri > > Thx for your very quick reply! > > Config already set as you pr

Re: [Doxygen-users] class inheritance issue (with example)

2013-08-22 Thread Jannick
Dimitri van Heesch gmail.com> writes: > > > On Aug 22, 2013, at 13:37 , Jannick gmail.com> wrote: > > > Hi, > > > > given the .cpp used as single doxygen input > > > > struct D { > > int d; > > }; > > > > class A { > > int a; > > }; > > > > class B : public A { > > int b; > > }; > > >

Re: [Doxygen-users] class inheritance issue (with example)

2013-08-22 Thread Dimitri van Heesch
On Aug 22, 2013, at 13:37 , Jannick wrote: > Hi, > > given the .cpp used as single doxygen input > > struct D { > int d; > }; > > class A { > int a; > }; > > class B : public A { > int b; > }; > > class C : public B { > int c; >D d; > }; > > the class dependency diagram does not sh

[Doxygen-users] class inheritance issue (with example)

2013-08-22 Thread Jannick
Hi, given the .cpp used as single doxygen input struct D { int d; }; class A { int a; }; class B : public A { int b; }; class C : public B { int c; D d; }; the class dependency diagram does not show the dotted arrow C -> D (cf. example http://www.ibm.com/developerworks/aix/library