IDEA-140025 Ignore incorrect inline tags in doc comments, include all characters till whitespace in tag name, like javadoc tool does,

This commit is contained in:
Dmitry Batrak
2015-05-18 11:36:18 +03:00
parent 5bd7697d8f
commit 4fb41addc4
6 changed files with 219 additions and 207 deletions
@@ -0,0 +1,2 @@
<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>Foo</b>
extends <a href="psi_element://java.lang.Object"><code>Object</code></a></PRE> foobar</body></html>
@@ -0,0 +1,2 @@
/** foo{@literal@tag}bar */
class Foo {}