Add package-info.java checking to "Declaration has problems in Javadoc references" inspection

This commit is contained in:
Bas Leijdekkers
2013-10-07 15:13:09 +02:00
parent 53c1eff0ba
commit 4684ba71e0
3 changed files with 27 additions and 6 deletions

View File

@@ -0,0 +1,5 @@
/**
* {@linkplain <error descr="Cannot resolve symbol 'File'">File</error>} {@link <error descr="Cannot resolve symbol 'Set'">Set</error>}
* @see <error descr="Cannot resolve symbol 'List'">List</error>
*/
package pkg;