From 7af55de43d2f1c5e976b8a0fd8fcae5324556c83 Mon Sep 17 00:00:00 2001 From: David Rowe Date: Tue, 16 Apr 2019 14:20:40 +1200 Subject: [PATCH] Messages JSDoc update --- libraries/networking/src/MessagesClient.h | 40 +++++++++++------------ 1 file changed, 19 insertions(+), 21 deletions(-) diff --git a/libraries/networking/src/MessagesClient.h b/libraries/networking/src/MessagesClient.h index 255487f0bb..f3f9387566 100644 --- a/libraries/networking/src/MessagesClient.h +++ b/libraries/networking/src/MessagesClient.h @@ -24,11 +24,11 @@ #include "ReceivedMessage.h" /**jsdoc - *

The Messages API enables text and data to be sent between scripts over named "channels". A channel can have an arbitrary - * name to help separate messaging between different sets of scripts.

+ *

The Messages API enables text and data to be sent between scripts over named "channels". A channel can have + * an arbitrary name to help separate messaging between different sets of scripts.

* - *

Note: If you want to call a function in another script, you should use one of the following rather than - * sending a message:

+ *

Note: To call a function in another script, you should use one of the following rather than sending a + * message:

*