Results 2 issues of Theo Dale

### Describe the feature Currently, it appears that you have to specify each file for which you want to override the compiler: ``` overrides: { "contracts/my-protocol/my-contract.sol": { // override settings...

type:feature
status:ready
area:config

Could we have an config option to only generate docs for items with natspec documentation, i.e. contracts, interfaces, libraries, functions, and events. I comment all these accordingly, but often have...