nunit / docs

Documentation for all active NUnit projects
https://docs.nunit.org
MIT License
602 stars 153 forks source link

Filter out NUnit.Framework.Internal namespace from API docs #859

Closed SeanKilleen closed 10 months ago

SeanKilleen commented 10 months ago

Follow up to the addition of the API docs.

This should be able to be done through a filter config, a filter YAML file, and a regex om uid. I think.

Reference: https://hellosnow.github.io/docfx/tutorial/howto_filter_out_unwanted_apis.html

SeanKilleen commented 10 months ago

Per discussion on https://github.com/nunit/nunit/issues/4578