blob: 40187a97053c81614647f491e76c9f72f26a30bb [file] [log] [blame]
Jean-Baptiste Querub56ea2a2013-01-08 11:11:20 -08001<html>
2<body>
3Reports any Javadoc <b>@see</b>,
4<b>{@link}</b> and <b>{@linkplain}</b>
5tags which reference the method owning the comment, the super method of the
6method owning the comment or the class containing the comment. Such links are
7unnecessary and can be safely removed using this inspections quickfix. The
8quickfix will remove the entire Javadoc comment if the link is its only content.
9<!-- tooltip end -->
10<p>
11Use the checkbox below to ignore inline links (<b>{@link}</b> and <b>{@linkplain}</b>)
12to super methods. While a link to all super methods is automatically added by the
13Javadoc tool, an inline link to the super method can occasionally be needed in
14the text of the Javadoc.
Tor Norbyec1ace1f2013-07-08 11:26:24 -070015
Jean-Baptiste Querub56ea2a2013-01-08 11:11:20 -080016</body>
17</html>