mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-04 20:30:42 +07:00
javadoc inspection: check missed type parameters javadoc (IDEA-192696)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
class Test {
|
||||
|
||||
<warning descr="Required tag '@param' is missing for parameter 'T'">/**</warning>
|
||||
* period.
|
||||
*/
|
||||
public <T> void f() {}
|
||||
}
|
||||
Reference in New Issue
Block a user