IDEA-161410 Quick Documentation: double opening angle brackets are printed as single brackets

This commit is contained in:
Dmitry Batrak
2016-09-29 10:58:44 +03:00
parent 6b53f1c71e
commit 1d6f2daa8d
5 changed files with 37 additions and 33 deletions
@@ -0,0 +1,3 @@
<html><head><base href="placeholder"> <style type="text/css"> #error { background-color: #eeeeee; margin-bottom: 10px; } p { margin: 5px 0; } </style></head><body><PRE>class <b>C</b>
extends <a href="psi_element://java.lang.Object"><code>Object</code></a></PRE>
a &lt;&lt; b</body></html>
@@ -0,0 +1,4 @@
/**
* a << b
*/
class C {}