It appears that this posting did not make its way to gmane via email, thus
posted again (directly via gmane):

What is the config to have Doxygen show the call and caller graphs across
namespaces?

Here a sandbox example where the call edge A:fa -> B.fb should be generated
by Doxygen. If this is not possible, is there are call graph feature on
namespace level?

namespace A{
    int fa(int x){
        return B.fb;
    };
};

namespace B{
    int fb(){
        return 5;
    };
};

Your help is much 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