IDEA-64131 support for links in comments

This commit is contained in:
Maxim.Mossienko
2014-12-22 13:09:46 +01:00
parent 477204696e
commit 2f73716a0e
6 changed files with 158 additions and 7 deletions

View File

@@ -0,0 +1,8 @@
/**
* <a href="http://www.unicode.org/unicode/standard/standard.html">
* <i>The Unicode Standard</i></a>
*/
class LinksInJavaDoc {
// Since Java 7 classloading is parallel on parallel capable classloader (http://docs.oracle.com/javase/7/docs/technotes/guides/lang/cl-mt.html)
// Parallel classloading avoids deadlocks like https://youtrack.jetbrains.com/issue/IDEA-131621,
}