| 25 | * since members from those can also be merged with public-facing API docs. |
| 26 | */ |
| 27 | export class ResolveInheritedDocs implements Processor { |
| 28 | $runBefore = ['docs-private-filter', 'parsing-tags']; |
| 29 | |
| 30 | constructor( |
nothing calls this directly
no outgoing calls
no test coverage detected