Re: [Doxygen-projects] parse class function calls
Brought to you by:
dimitri
|
From: Denes M. <cs0...@ya...> - 2008-10-31 15:18:54
|
Sorry, it was my mistake.
Doxygen doesn't recognize the function,
if the declaration is not among the included files.
Sorry again for the extra traffic.
bye
Denes
--- On Fri, 10/31/08, Denes Matetelki <cs0...@ya...> wrote:
From: Denes Matetelki <cs0...@ya...>
Subject: [Doxygen-projects] parse class function calls
To: dox...@li...
Date: Friday, October 31, 2008, 3:37 PM
Hi!
I'd like to generate call/caller graphs for a c++ project.
Let's say I have a class with a function:
class cat{
public: void meow();
};
Now cat::meow() is threated as a function and documented,
but for example:
// cat *molly = new cat; ...
molly->meow(); is not.
Is it possible to make doxygen understand the second function occurrence also?
Because this way "meow()" function's caller graph is not complete.
Best Regards:
Denes
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's
challenge
Build the coolest Linux based applications with Moblin SDK & win great
prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/_______________________________________________
Doxygen-projects mailing list
Dox...@li...
https://lists.sourceforge.net/lists/listinfo/doxygen-projects
|