From 836b3c0b74accc5494d7877a22b4a45b5450b6f3 Mon Sep 17 00:00:00 2001 From: José Bollo Date: Fri, 24 Jun 2016 16:19:36 +0200 Subject: improves doc for new usages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Idb1ae01484d1181904e91d57abafe7bdb8230179 Signed-off-by: José Bollo --- doc/afb-daemon-vocabulary.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'doc/afb-daemon-vocabulary.html') 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 @@

Vocabulary for AFB-DAEMON

José Bollo

-

23 juin 2016

+

24 juin 2016

Vocabulary for AFB-DAEMON

-
version: 1
-Date:    27 mai 2016
-Author:  José Bollo

Binding

A shared library object intended to be add a functionnality to an afb-daemon instance. It implements an API. It may provide a service.

Binding made for services can have specific entry point called after initialisation and before serving.

-- cgit 1.2.3-korg