c# - How to get 'Missing XML comment' warnings only for public methods (not protected methods) -


i'd warning every public method without documentation. problem: don't want write documentation für protected methods...

using #pragma warning disable 1591 or 'suppress warnings: 1591' in project properties, can disable warnings both protected , public methods.

is there way warning public methods missing documentation?


Comments

Popular posts from this blog

android - Pass an Serializable object in AIDL -

php - Improving script execution time -

How to provide Authorization & Authentication using Asp.net, C#? -