diff options
author | José Bollo <jose.bollo@iot.bzh> | 2016-06-24 16:19:36 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2016-06-24 16:20:27 +0200 |
commit | 836b3c0b74accc5494d7877a22b4a45b5450b6f3 (patch) | |
tree | 2f67e08d17e9dc2c135ebae92e438e251cae68ad /doc/afb-daemon-vocabulary.html | |
parent | f2584b67445ca63d3ec8e4a11202a19250434fc8 (diff) |
improves doc for new usages
Change-Id: Idb1ae01484d1181904e91d57abafe7bdb8230179
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'doc/afb-daemon-vocabulary.html')
-rw-r--r-- | doc/afb-daemon-vocabulary.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/afb-daemon-vocabulary.html b/doc/afb-daemon-vocabulary.html index bffe91f6..282be6b4 100644 --- a/doc/afb-daemon-vocabulary.html +++ b/doc/afb-daemon-vocabulary.html @@ -16,7 +16,7 @@ <header> <h1 class="title">Vocabulary for AFB-DAEMON</h1> <h2 class="author">José Bollo</h2> -<h3 class="date">23 juin 2016</h3> +<h3 class="date">24 juin 2016</h3> </header> <nav id="TOC"> <ul> @@ -38,9 +38,6 @@ </ul> </nav> <h1 id="vocabulary-for-afb-daemon">Vocabulary for AFB-DAEMON</h1> -<pre><code>version: 1 -Date: 27 mai 2016 -Author: José Bollo</code></pre> <h2 id="binding">Binding</h2> <p>A shared library object intended to be add a functionnality to an afb-daemon instance. It implements an API. It may provide a service.</p> <p>Binding made for services can have specific entry point called after initialisation and before serving.</p> |