mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 03:13:40 +07:00
escape initializer text for quick javadoc (IDEA-114911)
This commit is contained in:
@@ -0,0 +1 @@
|
||||
<html><head> <style type="text/css"> #error { background-color: #eeeeee; margin-bottom: 10px; } p { margin: 5px 0; } </style></head><body><small><b><a href="psi_element://A"><code>A</code></a></b></small><PRE>public <a href="psi_element://java.lang.String"><code>String</code></a> <b>strings = "A<BLANK>B"</b></PRE></body></html>
|
||||
@@ -0,0 +1,3 @@
|
||||
class A {
|
||||
public String strings = "A<BLANK>B";
|
||||
}
|
||||
Reference in New Issue
Block a user