diff doc/html/api/event/onMessage.md @ 24:392778b6d3c9

Docs: arguments are now in bold, #423
author David Demelier <markand@malikania.fr>
date Tue, 16 Feb 2016 13:36:46 +0100
parents 8d74eeb81184
children 904ee87bc808
line wrap: on
line diff
--- a/doc/html/api/event/onMessage.md	Sun Feb 14 16:15:48 2016 +0100
+++ b/doc/html/api/event/onMessage.md	Tue Feb 16 13:36:46 2016 +0100
@@ -3,8 +3,8 @@
 summary: "This event is triggered when someone said something on a specific channel."
 synopsis: "function onMessage(server, origin, channel, message)"
 arguments:
-  - "server, the current server,"
-  - "origin, the person who said something,"
-  - "channel, the channel,"
-  - "message, the message sent."
+  - "**server**: the current server,"
+  - "**origin**: the person who said something,"
+  - "**channel**: the channel,"
+  - "**message**: the message sent."
 ---