c# - Auto comment all public members in a file -
I have started warnings as errors and now I need XML comments on all my public ways.
Just to compile my program, I just want to place placeholders for now.
Do all the public members in any class or file have to add XML comments automatically.
I see the ghost doctor who gives you a good autogenerated XML comment but it still shows that it is only a member at one time.
You can turn off specific warnings due to lack of comments.
Comments
Post a Comment