Custom Javadoc tags - where is the config?

Where is the config for custom javadoc tags?

I added a custom tag many months ago for @version.
A fresh install of IDEA flags Javadoc comments with @version as errors/warnings.

I cant see a way to add a custom javadoc tag anymore - where does the config screen live?

0
Avatar
Permanently deleted user

Nick Pratt wrote:

I cant see a way to add a custom javadoc tag anymore - where does the
config screen live?


IDE Settings > Errors > General > Unknown javadoc tags


Bas

0
Avatar
Permanently deleted user

Nick Pratt wrote:

Where is the config for custom javadoc tags?


It's in the error highlighting configuration settings.

0

Thanks - that's only the switch to turn it on/off.
Where is the config screen to let me add my "@version" tag as a "known" javadoc tag?

My IDEA does not highlight @version as unknown.
However, a colleague of mine who is trying IDEA, has @version highlighted as a warning.

I have warnings for unknown Javadoc tags turned on.

0
Avatar
Permanently deleted user

Nick Pratt wrote:

Thanks - that's only the switch to turn it on/off.
Where is the config screen to let me add my "@version" tag as a "known" javadoc tag?


What version of IDEA are you on? In Irida at least that the place to add
additional javadoc tags.

Bas

0
Avatar
Permanently deleted user

In article <27600599.1110301917333.JavaMail.itn@is.intellij.net>,
Nick Pratt <no_mail@jetbrains.com> wrote:

Thanks - that's only the switch to turn it on/off.


Not right under that, if you turn it on, and you have to be in your own
profile, not default, then you can add them manually.

That said, when you hit a java doc error, why don't you hit option+enter
(osx) or alt+enter (windows) and tell idea to add it?

R

0

请先登录再写评论。