Listing all classes/methods etc in a project that lack a ScalaDoc /JavaDoc description
Answered
Could you please advise?
We have a project that contains classes, objects and methods and only some of these have JavaDoc/ScalaDoc comments written.
We wanted to extract a list of all items that are lacking this information.
I found this advice:
https://stackoverflow.com/questions/28831267/find-methods-without-javadoc-in-intellij
but I can’t seem to get it to work. I have played with the ‘severity’ level but that doesn’t seem to make any difference..
Hugh
Please sign in to leave a comment.
It should work as described in the SO answer. If it doesn't work for you, please provide the sample project and the exact steps to reproduce it. The best way to do it would be at https://youtrack.jetbrains.com/issues/IDEA.