Annotations update

This commit is contained in:
Insality
2023-10-17 21:09:45 +03:00
parent 7fc76ed8c0
commit 86b92f90a7
56 changed files with 540 additions and 574 deletions

View File

@@ -88,7 +88,7 @@
</tr>
<tr>
<td class="name" nowrap><a href="#init">init(self, keys, callback[, callback_argument])</a></td>
<td class="summary">Component init function</td>
<td class="summary">The <a href="../modules/Hotkey.html#">Hotkey</a> constructor</td>
</tr>
</table>
<h2><a href="#Tables">Tables</a></h2>
@@ -144,7 +144,7 @@
that have to be pressed before key pressed to activate
</li>
<li><span class="parameter">callback_argument</span>
<span class="types"><span class="type">value</span></span>
<span class="types"><span class="type">any</span></span>
The argument to pass into the callback function
(<em>optional</em>)
</li>
@@ -160,7 +160,7 @@
<strong>init(self, keys, callback[, callback_argument])</strong>
</dt>
<dd>
Component init function
The <a href="../modules/Hotkey.html#">Hotkey</a> constructor
<h3>Parameters:</h3>
@@ -178,7 +178,7 @@
The callback function
</li>
<li><span class="parameter">callback_argument</span>
<span class="types"><span class="type">value</span></span>
<span class="types"><span class="type">any</span></span>
The argument to pass into the callback function
(<em>optional</em>)
</li>