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