mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-05 10:21:05 +07:00
[tests] javadoc highlighting tests merger and cleanup
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
class Test {
|
||||
/**
|
||||
* Test.
|
||||
* @param s my string
|
||||
* <warning descr="Duplicate @param tag for parameter 's'">@param</warning> s another string
|
||||
*/
|
||||
void test(String s) {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user