TSergey / intellij-javadocs

Intellij-idea javadocs generator
http://tsergey.github.io/intellij-javadocs/
Apache License 2.0
235 stars 93 forks source link

generate comments on private fields #82

Closed CamiloMontoyaAdc closed 4 years ago

CamiloMontoyaAdc commented 5 years ago

Is it possible to configure plugin in such a way that it will generate comments on private fields, methods, etc.?

schittli commented 5 years ago

It's a great and very useful Plugin, thanks a lot!

It looks like the only issue is the missing note in the JavaDoc2 Doc:

I guess that JavaDoc2 is configured here in IntelliJ: Settings » Other Settings » JavaDoc It this is true, then it should be mentioned in the Introduction Page.

There, we can configure templates and enable the generator for private class items. It looks like the Plugin generates Comments if the Visibiliy Private is enabled.

TSergey commented 4 years ago

Fixed in 4.0.1 version

schittli commented 4 years ago

Thank you very much!