I am using DocFx to generate documentation about a WCF web-service. The target audience for the documentation is clients of the web-service. These clients obviously do not have access to the .NET binaries directly.
Documentation of the public interfaces and models, and their methods and properties, is important, but there is a lot of other information that is irrelevant to clients:
- Implements
- Inherited Members
- Assembly
- Syntax
- Constructors
To be clear - I am not wanting to filter out certain types or members (as described here) - I am wanting to filter out entire sections of the documentation of all types.