Checking completeness of documentation using coverage #215
Description
Hi guys,
I have no idea if this is the correct section to ask this I have a couple of questions, feel free to close this if this is not appropriate to do so here.
I am very interested in the "coverage" part of the tool. I would like to check that all documentation is up to date and complete. Now when I create a test class with some methods and play around with the method signatures but keep the old documentation (this either doesn't have the correct parameters anymore or names have changed/new ones are added) the coverage still tells me that it's 100% as long as there is anything documented.
I would like to ask if there is a possibility to check that the documentation is present and all parameters are documented (and no "old" parameters are documented).
It would also be really nice if there would be an option to also include non public methods/classes in the coverage report, maybe with a separate flag?
Many thanks for all the effort that has been put into this project!