mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-04 12:17:12 +07:00
[javadoc] Update JavadocDeclarationInspection for fragment references
#IDEA-379008 Fixed GitOrigin-RevId: bc90a975bae732a505d9bae1550f4fa475ea0ec7
This commit is contained in:
committed by
intellij-monorepo-bot
parent
7c4d92e4d5
commit
c4c3151607
@@ -0,0 +1,19 @@
|
||||
/**
|
||||
* @see <warning descr="Label expected after URI fragment">##id</warning>
|
||||
* @see <warning descr="Label expected after URI fragment">C##id</warning>
|
||||
* @see ##id label
|
||||
* @see C##id label
|
||||
*
|
||||
* {@link <warning descr="Label expected after URI fragment">##id</warning>}
|
||||
* {@link <warning descr="Label expected after URI fragment">C##id</warning>}
|
||||
* {@link ##id label}
|
||||
* {@link C##id label}
|
||||
*/
|
||||
class C {
|
||||
int f;
|
||||
|
||||
/**
|
||||
* <p id=id></p>
|
||||
*/
|
||||
void foo() {}
|
||||
}
|
||||
Reference in New Issue
Block a user