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

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -