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
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
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;
> > };
> >
>
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
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