mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Java: don't produce NUL characters in Convert to Markdown documentation output (IDEA-374488)
GitOrigin-RevId: b96d7cc559b0ffbc5130131961b8a530b9baba9c
This commit is contained in:
committed by
intellij-monorepo-bot
parent
666f6f44c6
commit
e6e401fbe1
+5
-1
@@ -383,4 +383,8 @@ interface Foo<T, B, P, I>
|
||||
///
|
||||
/// </Pre>
|
||||
/// end
|
||||
class Preformatted {}
|
||||
class Preformatted {
|
||||
|
||||
/// <pre>`x`</pre>
|
||||
protected void beginParsing() {}
|
||||
}
|
||||
|
||||
+7
-1
@@ -408,4 +408,10 @@ interface Foo<T, B, P, I>
|
||||
* </Pre>
|
||||
* end
|
||||
*/
|
||||
class Preformatted {}
|
||||
class Preformatted {
|
||||
|
||||
<warning descr="Javadoc comment can be Markdown documentation comment">/**</warning>
|
||||
* <pre>{@code x}</pre>
|
||||
*/
|
||||
protected void beginParsing() {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user