mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 20:42:52 +07:00
IDEA-144356 Recognize relative HTML links with anchors when parsing external Javadoc
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
<HTML><base href="placeholder"><style type="text/css"> ul.inheritance {
|
||||
margin:0;
|
||||
padding:0;
|
||||
}
|
||||
ul.inheritance li {
|
||||
display:inline;
|
||||
list-style:none;
|
||||
}
|
||||
ul.inheritance li ul.inheritance {
|
||||
margin-left:15px;
|
||||
padding-left:15px;
|
||||
padding-top:1px;
|
||||
}
|
||||
</style><!-- ======== START OF CLASS DATA ======== -->
|
||||
<div class="header">
|
||||
<div class="subTitle">com.jetbrains</div>
|
||||
<h2 title="Class ClassWithRefLink" class="title">Class ClassWithRefLink</h2>
|
||||
</div>
|
||||
<div class="contentContainer">
|
||||
<ul class="inheritance">
|
||||
<li>java.lang.Object</li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li>com.jetbrains.ClassWithRefLink</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<DL><br>
|
||||
<pre>public class <span class="typeNameLabel">ClassWithRefLink</span>
|
||||
extends java.lang.Object</pre>
|
||||
<div class="block"><a href="psi_element://com.jetbrains.Test###someRef">link</a></div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
</HTML>
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user