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
Post a Comment