mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-17 20:11:25 +07:00
[java-inspections] JavaDocReferenceInspection: highlight non-existing regions
GitOrigin-RevId: 9c7a2f9e1ac551f72d594f4bc9dc689969f6c795
This commit is contained in:
committed by
intellij-monorepo-bot
parent
5ab495db61
commit
4084f2a0c5
@@ -9,6 +9,7 @@ package pkg;
|
||||
* {@snippet class='sub.Test' region="reg"}
|
||||
* {@snippet class=<error descr="Snippet file is not found">'sub.Test2'</error>}
|
||||
* {@snippet file="sub/test.txt"}
|
||||
* {@snippet file="sub/test.txt" region=<error descr="Region is not found">"notfound"</error>}
|
||||
*/
|
||||
public class SnippetRefs {
|
||||
}
|
||||
Reference in New Issue
Block a user