mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 13:39:36 +07:00
[java] supports @uses, @provides and @hidden tags in Javadoc inspection
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
class Test {
|
||||
/**
|
||||
* <warning descr="'throws' tag description is missing">@throws</warning>
|
||||
*/
|
||||
public void foo() {}
|
||||
|
||||
class SomeClass {}
|
||||
/**
|
||||
* <warning descr="'throws' tag description is missing"><warning descr="Class reference expected">@throws</warning></warning>
|
||||
*/
|
||||
public void foo() {}
|
||||
}
|
||||
Reference in New Issue
Block a user