diff doc/src/api/module/Irccd.System/Irccd.System.name.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 91bc29e87399
line wrap: on
line diff
--- a/doc/src/api/module/Irccd.System/Irccd.System.name.md	Fri Dec 15 17:08:01 2017 +0100
+++ b/doc/src/api/module/Irccd.System/Irccd.System.name.md	Sun Dec 17 09:21:49 2017 +0100
@@ -1,7 +1,13 @@
----
-function: name
-js: true
-summary: "Get the operating system name. Usually Windows, FreeBSD, Linux and such."
-synopsis: "name = Irccd.System.name()"
-returns: "The operating system name."
----
+# Function Irccd.System.name
+
+Get the operating system name. Usually Windows, FreeBSD, Linux and such.
+
+# Synopsis
+
+```javascript
+name = Irccd.System.name()
+```
+
+# Returns
+
+The operating system name.