diff doc/src/js/module/Irccd.System/Irccd.System.sleep.md @ 817:ebe561276c33

doc: start reworking, continue #752 @8h
author David Demelier <markand@malikania.fr>
date Mon, 19 Nov 2018 07:04:42 +0100
parents doc/src/api/module/Irccd.System/Irccd.System.sleep.md@ebdc614db066
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/doc/src/js/module/Irccd.System/Irccd.System.sleep.md	Mon Nov 19 07:04:42 2018 +0100
@@ -0,0 +1,13 @@
+# Function Irccd.System.sleep
+
+Sleep for seconds. Suspend the execution thread.
+
+# Synopsis
+
+```javascript
+Irccd.System.sleep(sec)
+```
+
+# Arguments
+
+- sec: the number of seconds.