We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi EnterTheNameHere, when i use a decorator inside a class, the generated docs has a devaluation of code coverage.
input:
/** * Injected service for process management. * * @author Oliver Schmidt < [email protected] * @since 1.0.0 * @version 1.0.0 * * @type {ServiceClass} */ @ServiceInjection 'ProcessManager': ServiceClass;
output:
Following output, when i remove the usage:
I works with node.js19 and typescript.
The text was updated successfully, but these errors were encountered:
EnterTheNameHere
No branches or pull requests
Hi EnterTheNameHere,
when i use a decorator inside a class, the generated docs has a devaluation of code coverage.
input:
output:
Following output, when i remove the usage:
I works with node.js19 and typescript.
The text was updated successfully, but these errors were encountered: