TSergey / intellij-javadocs

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

Path variables #51

Closed gumyns closed 4 years ago

gumyns commented 8 years ago

Some time ago Jetbrains added PathVariables into their products, and I think it could be good to have it there. Simple example: @since and @author annotations

Add APP_VER=1.0.1 and AUTHOR=someone to paths, then extend template with:

and it will end up as @since 1.0.1 @author someone