[java-inspections] JavaDocReferenceInspection: highlight non-existing regions

GitOrigin-RevId: 9c7a2f9e1ac551f72d594f4bc9dc689969f6c795
This commit is contained in:
Tagir Valeev
2023-03-21 15:01:36 +01:00
committed by intellij-monorepo-bot
parent 5ab495db61
commit 4084f2a0c5
3 changed files with 12 additions and 0 deletions

View File

@@ -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 {
}