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,
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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,