mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-05 16:36:56 +07:00
It's not necessary as in Quick Documentation a definition is wrapped in <pre/> tag according to new guide lines, and in tooltips line breaks are preserved thanks to UIUtil.getHtmlBody() used in HintUtil.prepareHintText().
4 lines
552 B
HTML
4 lines
552 B
HTML
<html><body><div class='definition'><pre><a href="psi_element://#module#OverloadsAndImplementation">OverloadsAndImplementation</a><br>def <b>foo</b>(param: <a href="psi_element://#typename#bool">bool</a>) -> <a href="psi_element://#typename#bool">bool</a>
|
|
Possible types:
|
|
• (param: <a href="psi_element://#typename#str">str</a>) -> <a href="psi_element://#typename#str">str</a>
|
|
• (param: <a href="psi_element://#typename#int">int</a>) -> <a href="psi_element://#typename#int">int</a></pre></div></body></html> |