vote up 0 vote down star

Were defining a C# module to outsource (I dont like it either ...)

maintaining and evolving it will be done inhouse.

Is there any good way to define and autocheck the in-code documentation quality ?

thanks.

flag

2 Answers

vote up 2 vote down check

How about using FxCop to check to see if the assembly meets your documentation requirements (though this wont be able to check the grammar, spelling and relevance of the contents of the documentation - only you can check that).

link|flag
vote up 2 vote down

MS have released style cop to compliment FXCop http://blogs.msdn.com/sourceanalysis/ unlike fx cop this has better rules and can check amount of comments etc.

To spell check the comment see on my article on spell checking comments and source code for free.

link|flag

Your Answer

Get an OpenID
or
never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.