mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 00:11:26 +07:00
IDEA-172119 Quick doc is unavailable in dumb mode
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
<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>C</b>
|
||||
extends java.lang.Object</PRE>
|
||||
some text
|
||||
|
||||
<DD><DL><DT><b>See Also:</b><DD>System.out</DD></DL></DD></body></html>
|
||||
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* some text
|
||||
*
|
||||
* @see System#out
|
||||
*/
|
||||
class <caret>C {}
|
||||
Reference in New Issue
Block a user