Anonymous - 2009-11-12

Hi,

I'm developing a tool that reports some information collected by Doxygen. It's called Doxyparse (http://gitorious.org/doxygen/mainline/commits/doxyparse).

Recently, I'm trying to collect information about method internals such as Cyclomatic Complexity. Is that possible? Having the MemberDef or the Definition of the method, can I at least get its source code?

Thanks,