quick doc: do not escape - leave it as in javadoc tool

This commit is contained in:
anna
2012-01-13 19:59:15 +01:00
parent cbaefc9774
commit 46a1d47c02
4 changed files with 14 additions and 1 deletions
@@ -0,0 +1,3 @@
<html><head> <style type="text/css"> #error { background-color: #eeeeee; margin-bottom: 10px; } p { margin: 5px 0; } </style></head><body><PRE>class <b>Pattern</b>
extends <a href="psi_element://java.lang.Object"><code>Object</code></a></PRE>
\W \u03A9</body></html>
@@ -0,0 +1,5 @@
/**
* \W \u03A9
*/
class Pattern {
}