escape initializer text for quick javadoc (IDEA-114911)

This commit is contained in:
anna
2013-10-21 18:34:57 +02:00
parent d86e31fff5
commit 835549ca5f
4 changed files with 11 additions and 5 deletions
@@ -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 = &quot;A&lt;BLANK&gt;B&quot;</b></PRE></body></html>
@@ -0,0 +1,3 @@
class A {
public String strings = "A<BLANK>B";
}