mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-03 02:25:56 +07:00
Also fixes some jdoc parsing and rendering issues. Also fixed some translation issues from the first shot related to said issue. #IDEA-379405 Fixed GitOrigin-RevId: 1daea4e1b9fd809a8f98ac7bfed1e5b09eb7e89a
12 lines
301 B
Java
12 lines
301 B
Java
/// [java.base/]
|
|
///
|
|
/// [java.base/java.lang.String]
|
|
///
|
|
/// [java.base/java.lang.String#toString()]
|
|
///
|
|
/// [java.util.HashMap]
|
|
///
|
|
/// [The default empty collection][java.util.Collections#EMPTY_LIST]
|
|
///
|
|
/// [Test for context resolution][java.util.Collection#add(Object)]
|
|
class MarkdownCodeBlock {} |