mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 15:41:26 +07:00
IDEA-148027 recognize html links to package summary in javadoc
This commit is contained in:
+29
@@ -0,0 +1,29 @@
|
||||
<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="Interface SimpleInterface" class="title">Interface SimpleInterface</h2>
|
||||
</div>
|
||||
<div class="contentContainer">
|
||||
<DL><br>
|
||||
<pre>public interface <span class="typeNameLabel">SimpleInterface</span></pre>
|
||||
<div class="block">Doc here with <a href="psi_element://com.jetbrains###ref">link</a></div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
</HTML>
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -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><small><b>pack</b></small><PRE>class <b>A</b>
|
||||
extends <a href="psi_element://java.lang.Object"><code>Object</code></a></PRE>
|
||||
<a href="psi_element://pack###section2">link</a></body></html>
|
||||
@@ -0,0 +1,6 @@
|
||||
package pack;
|
||||
|
||||
/**
|
||||
* <a href="package-summary.html#section2">link</a>
|
||||
*/
|
||||
class A {}
|
||||
Reference in New Issue
Block a user