docfx icon indicating copy to clipboard operation
docfx copied to clipboard

[Feature Request] Generate docs ONLY for stuff with the /// comment.

Open GarfieldJiang opened this issue 9 months ago • 2 comments

Is your feature request related to a problem? Please describe. I want to hide some public APIs in the documentation. I want to include only those with the /// comments.

Describe the solution you'd like Hope filter rules (apiRules in filterConfig.yml) have some option like

- apiRules:
- include:
    uidRegex: ^MyNamespace$
    type: Namespace
- exclude:
    withTripleSlashComment: false

Or options in docfx.json.

Describe alternatives you've considered None.

Additional context None.

GarfieldJiang avatar Jun 03 '24 08:06 GarfieldJiang