Hi,
I'm developing a tool that reports some information collected by Doxygen.
It's called Doxyparse (
http://gitorious.org/doxygen/mainline/commits/doxyparse).
It's used to calculate metrics such as number of functions, number of public
functions, coupling, depth of inheritance tree and number of childs.
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,
|