1
0
Fork 0
mirror of https://github.com/Reuh/ubiquitousse.git synced 2025-10-27 17:19:31 +00:00

Update doc

This commit is contained in:
Étienne Fildadut 2021-12-27 16:25:40 +01:00
parent 7e0c41bb04
commit bfa73f6dd0
11 changed files with 31 additions and 31 deletions

View file

@ -89,19 +89,19 @@
<h2><a href="#Timer_objects">Timer objects </a></h2>
<table class="function_list">
<tr>
<td class="name" nowrap><a href="#Timer:after">Timer:after ([, time])</a></td>
<td class="name" nowrap><a href="#Timer:after">Timer:after ([time])</a></td>
<td class="summary">Wait time seconds before running the function.</td>
</tr>
<tr>
<td class="name" nowrap><a href="#Timer:every">Timer:every ([, time])</a></td>
<td class="name" nowrap><a href="#Timer:every">Timer:every ([time])</a></td>
<td class="summary">Run the function every time millisecond.</td>
</tr>
<tr>
<td class="name" nowrap><a href="#Timer:times">Timer:times ([, count])</a></td>
<td class="name" nowrap><a href="#Timer:times">Timer:times ([count])</a></td>
<td class="summary">The function will not execute more than count times.</td>
</tr>
<tr>
<td class="name" nowrap><a href="#Timer:during">Timer:during ([, time])</a></td>
<td class="name" nowrap><a href="#Timer:during">Timer:during ([time])</a></td>
<td class="summary">The timer will be active for a time duration.</td>
</tr>
</table>
@ -331,7 +331,7 @@
<dl class="function">
<dt>
<a name = "Timer:after"></a>
<strong>Timer:after ([, time])</strong>
<strong>Timer:after ([time])</strong>
</dt>
<dd>
Wait time seconds before running the function.
@ -364,7 +364,7 @@
</dd>
<dt>
<a name = "Timer:every"></a>
<strong>Timer:every ([, time])</strong>
<strong>Timer:every ([time])</strong>
</dt>
<dd>
Run the function every time millisecond.
@ -397,7 +397,7 @@
</dd>
<dt>
<a name = "Timer:times"></a>
<strong>Timer:times ([, count])</strong>
<strong>Timer:times ([count])</strong>
</dt>
<dd>
The function will not execute more than count times.
@ -430,7 +430,7 @@
</dd>
<dt>
<a name = "Timer:during"></a>
<strong>Timer:during ([, time])</strong>
<strong>Timer:during ([time])</strong>
</dt>
<dd>
The timer will be active for a time duration.
@ -1153,7 +1153,7 @@
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
<i style="float:right;">Last updated 2021-12-27 14:09:51 </i>
<i style="float:right;">Last updated 2021-12-27 16:25:25 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>