mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-28 19:16:40 +07:00
This commit also fixes broken links in nested classes (cherry picked from commit 44443df5abd7646168124452ad25679e6570166d) # Conflicts: # community/java/java-tests/testData/codeInsight/javadocIG/markdownReferenceLink.html GitOrigin-RevId: d1423dba7bdac8426ec7eae286abea3a45e18bb9
8 lines
99 B
Java
8 lines
99 B
Java
class Outside {
|
|
void outside(){}
|
|
|
|
class Inside {
|
|
/// [#outside()]
|
|
void inside(){}
|
|
}
|
|
} |