comparison doc/src/api/module/Irccd.Timer/index.md @ 614:ebdc614db066

Docs: get rid of metadata
author David Demelier <markand@malikania.fr>
date Sun, 17 Dec 2017 09:21:49 +0100
parents bb9771fb5f44
children
comparison
equal deleted inserted replaced
613:0c7241258289 614:ebdc614db066
1 --- 1 # Module Irccd.Timer
2 module: Irccd.Timer
3 js: true
4 ---
5 2
6 ## Usage 3 # Usage
7 4
8 Create repetitive or one-shot timers. 5 Create repetitive or one-shot timers.
9 6
10 ## Constants 7 # Constants
11 8
12 The following properties are defined: 9 The following properties are defined:
13 10
14 - **Single**: (int) the timer is single-shot, 11 - **Single**: (int) the timer is single-shot,
15 - **Repeat**: (int) the timer is looping. 12 - **Repeat**: (int) the timer is looping.
16 13
17 ## Methods 14 # Methods
18 15
19 - [(constructor)](Irccd.Timer.prototype.constructor.html) 16 - [(constructor)](Irccd.Timer.prototype.constructor.html)
20 - [start](Irccd.Timer.prototype.start.html) 17 - [start](Irccd.Timer.prototype.start.html)
21 - [stop](Irccd.Timer.prototype.stop.html) 18 - [stop](Irccd.Timer.prototype.stop.html)