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/au-learningdoxygen/#fig1).

Any config issue I have overlooked? Your help is appreciated!

Best
J.


------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to