Hello,
I've been researching and testing some free tools that are able to extract code metrics, like Reflector.CodeMetrics and FXCop.
But I didn't find any tool that helps me with code documentation. I'd like a tool where I can analyze how much code is documented (something like how many methods or classes have documentation above its implementation: \\\).
Has anyone used a tool with this feature for a C# project, for example?
Regards,
João Carlos.