[Doxygen-develop] Call / Caller graphs with smart pointers
Brought to you by:
dimitri
From: Jeffrey N. <jef...@gm...> - 2009-04-21 05:38:56
|
I asked the below question on the Doxygen-users group, and I'm assuming by the lack of responses I received that this functionality is not available. This is something that would be very useful to me, and I'm hoping it's relatively simple to add. Could anyone point me in the right direction on where I would start? Keep in mind that I've never looked at Doxygen's source. Either a pointer to some high-level documentation, or a few important classes would be great. Thanks! Jeff Newman From: [Doxygen-users] Call / Caller graphs with smart pointers Hello, Is there any way to get Doxygen's call and caller graphs to recognize calls made through a smart pointer in C++? The graphs that I currently have doxygen generating find calls made through a standard pointer or dot notation, but get lost with anything like an auto_ptr or shared_ptr. This makes the graphs much less useful, since my code base makes significant use of smart pointers like this. As a side question, I was trying to search this mailing list through sourceforge's archive, but couldn't find anything that was working. Is there a good way to search the archives? (My apologies if this question has already been asked). Any help is greatly appreciated! |