-
Notifications
You must be signed in to change notification settings - Fork 710
New issue
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
Documentation coverage analysis #240
Comments
What would be completeness for you? Every class has a comment block? Every method? You could however write a plugin which adds this feature, then every-1 can chose to use it or not. E.g. I avoid writing documentation if the name of a method is clean (Like |
Yes, surely it would be an opt-in, and in no way as a mandatory check. Hope this clearifies the intent, nonetheless, I agree with all you've said. |
Of course I am looking forward to seeing this. Would be nice, to switch it on for classes, interfaces, methods and properties in seperate. Maybe you also want to add a 'needsNoComment'-Tag, which works like a suppress warning in a linter? |
Perhaps this should be a tslint feature, not a typedoc feature? |
Now that TSLint is deprecated and the |
TypeDoc can do this today - apparently it slipped through the cracks and isn't documented in the website though. PR welcome to fix, or I'll be doing a review of all the options when revisiting the docs for 0.23, so should get it there.
|
Excellent! 🙌🏻 Let me play around with it to gain a better understanding of how it works before I update the documentation. |
Hi, it would be completely awesome to include some kind of metrics or summary for documentation coverage, in a similar way as this.
I would do my best to create a pull request (but it would take me a while) with the idea if you find it useful, so please let me know!
The text was updated successfully, but these errors were encountered: