| 48 | * isNgModule | Whether the doc is for an NgModule |
| 49 | */ |
| 50 | export class Categorizer implements Processor { |
| 51 | $runBefore = ['docs-processed', 'entryPointGrouper']; |
| 52 | |
| 53 | constructor( |
nothing calls this directly
no outgoing calls
no test coverage detected