-
-
Notifications
You must be signed in to change notification settings - Fork 419
Closed
Description
Overview of the feature
Similar to the existing --disableLifeCycleHooks
a new CLI option --disableConstructors
would ignore constructors for documentation and documentation coverage.
Motivation for or Use Case
Many Angular projects don't use the constructor for more than dependency injection, therefore it just creates an overhead to include it in the documentation.
Implementation idea
In the same way as cleanLifecycleHooksFromMethods()
works, a new function could be implemented which filters the method called constructor
.