TNG/ngqp

Exclude directive constructors from API documentation

Airblader opened this issue · 0 comments

Constructors for things like QueryParamNameDirective are currently listed in the API documentation, listing the injectables they expect which essentially leaks information about implementation details such as the group service.

We should hide these from the API documentation (@internal).