TSergey / intellij-javadocs

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

Add type data after @param name to conform with java8 doclint #66

Closed DwordPtr closed 4 years ago

DwordPtr commented 8 years ago

I'm having an issue where I have to update a bunch of old javadocs to the much stricter java8 javadoc standard. so @param id the id would better be @param id String

TSergey commented 4 years ago

You can change default template to any format you need, Try that in new 4.01 version