How do I mark Javadoc errors as warnings
I have done this 4-5 times and it is NEVER obvious - when I reinstall Idea on a new system it gets Javadoc errors as errors. I believe this is a poor default and
1) Can never find how to change it
2) Can never find how to set is as ALWAYS warnings
请先登录再写评论。
Hello lordjoe,
Settings | Errors, select your inspection profile, search for "javadoc",
change "severity" in "options" from "as error" to "as warning".
--
Dmitry Jemerov
Software Developer
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
I am not completely sure that this would mark javadoc errors as warnings ALWAYS,
but it is said so.
You go to Setting -> Errors, then select IDE Profiles, then in the search line type "javadoc" or choose Inspections -> General -> Declaration has problems in javadoc references
and to the left will be a "severity" dropdown where you can change the setting.