Auto comment all public members in a file

Posted by ooo on Stack Overflow See other posts from Stack Overflow or by ooo
Published on 2009-04-27T03:49:29Z Indexed on 2010/06/16 14:22 UTC
Read the original article Hit count: 185

Filed under:
|
|
|

I have turned on warnings as errors and now i need to XML comment all of my public methods.

just to get my program compiling, i just want to put placeholders for now.

Is there anyway to automatically add XML comments to all of the public members in a class or a file.

I see ghost doc which gives you good autogenerated XML comments but it still looks like it only does one member at a time.

© Stack Overflow or respective owner

Related posts about c#

Related posts about Xml