comparison doc/html/api/module/Irccd.Timer/index.md @ 263:48676ca7071c

Docs: use less hierarchy for less indexes
author David Demelier <markand@malikania.fr>
date Thu, 15 Sep 2016 13:16:05 +0200
parents 904ee87bc808
children
comparison
equal deleted inserted replaced
262:4c191ecfb94a 263:48676ca7071c
14 - **Single**: (int) the timer is single-shot, 14 - **Single**: (int) the timer is single-shot,
15 - **Repeat**: (int) the timer is looping. 15 - **Repeat**: (int) the timer is looping.
16 16
17 ## Methods 17 ## Methods
18 18
19 - [(constructor)](method/constructor.html) 19 - [(constructor)](Irccd.Timer.prototype.constructor.html)
20 - [start](method/start.html) 20 - [start](Irccd.Timer.prototype.start.html)
21 - [stop](method/stop.html) 21 - [stop](Irccd.Timer.prototype.stop.html)