mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-11 02:39:37 +07:00
[java] allows @author tag on method Javadoc (IDEA-159020)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* @author me
|
||||
*/
|
||||
class Foo {
|
||||
/**
|
||||
* @author me again
|
||||
*/
|
||||
void m() { }
|
||||
}
|
||||
Reference in New Issue
Block a user