Closed
Description
Feature Request: Support for skipping synthesized symbols
Description:
The Swift compiler supports a -skip-synthesized-members
argument which excludes synthesized symbols from symbol graph files. Synthesized symbols can lead to a large increase in number of documentation pages for some frameworks. We should have a way of generating documentation without synthesized symbols from the DocC plugin.