You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The command line tool allows excluding types from comments with the option: --exclude-types
Is there any chance this can be extended to allow exclusion by namespace or full type name wildcard?
Side question:
The help for the option reads:
(Default: System.Object) Set to a comma delimited list of types to exclude from comments. Example: 'System.Object'
What is the correct interpretation of this info:
1 inheritdoc cref references to the excluded types will not be replaced
2 inheritdoc will not analyze the comments on the excluded types
Thanks
The text was updated successfully, but these errors were encountered:
The command line tool allows excluding types from comments with the option:
--exclude-types
Is there any chance this can be extended to allow exclusion by namespace or full type name wildcard?
The help for the option reads:
What is the correct interpretation of this info:
1 inheritdoc cref references to the excluded types will not be replaced
2 inheritdoc will not analyze the comments on the excluded types
Thanks
The text was updated successfully, but these errors were encountered: