Check for improper angle bracket usage (not in tags) in inline Javadoc

Answered

Pretty simple question: I often forget that using the less than and greater than symbols in Javadoc doesn't work without using the either a literal block or < or >, since they're treated as formatting tags. This subsequently causes my Jitpack build to fail. I use IntelliJ IDEA as my main Java IDE, which appears to give no warning when I use angle brackets in JavaDoc; Is there a way to check against improper usage of these symbols?

Apologies if this is the wrong place; I tried posting on StackOverflow but received nothing but vote downs.

0
2 comments
Avatar
Permanently deleted user

Thank you!

0

Please sign in to leave a comment.