summaryrefslogtreecommitdiffstats
path: root/docs/part-1/3-Plugins.md
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2017-09-19 19:06:35 +0200
committerRomain Forlot <romain.forlot@iot.bzh>2017-12-14 11:00:25 +0100
commit5a611d1db55ce07908e232e5a9afd8843bc1a59c (patch)
treeb1450a9b166a98593975bd31388f17392bb63104 /docs/part-1/3-Plugins.md
parentc415c90d476da982876837f1dd496c8f4f4d91e7 (diff)
Documentation format
Change-Id: I4feb44fffce727419660c8ac38c77283b52c695d Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'docs/part-1/3-Plugins.md')
-rw-r--r--docs/part-1/3-Plugins.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/part-1/3-Plugins.md b/docs/part-1/3-Plugins.md
index 1cfb580..cbc7284 100644
--- a/docs/part-1/3-Plugins.md
+++ b/docs/part-1/3-Plugins.md
@@ -1,4 +1,6 @@
# Plugins
-Plugins are C/C++ shared library that is loaded by the binding to execute some simple routine. Routine could be on reception of a new signal or at sources
-initialization time or signal subscription with the respective JSON field **onReceived**, **init** and **getSignals**.
+Plugins are C/C++ shared library that is loaded by the binding to execute some
+simple routine. Routine could be on reception of a new signal or at sources
+initialization time or signal subscription with the respective JSON field
+**onReceived**, **init** and **getSignals**.