mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-02 09:22:02 +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
198 B
Java
8 lines
198 B
Java
|
|
|
|
/// [java.util.HashMap]
|
|
///
|
|
/// [The default empty collection][java.util.Collections#EMPTY_LIST]
|
|
///
|
|
/// [Test for context resolution][java.util.Collection#add(Object)]
|
|
class MarkdownCodeBlock {} |