diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2019-01-04 14:31:42 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2019-01-16 08:45:56 +0000 |
commit | b7e6dbef56913fa43ea23b842ebe2933d9e0477e (patch) | |
tree | 06292d4cbc5acf1eb8da4ca9eabec10dafc274b3 /book.json | |
parent | 2e36a74fa8ae2a4b8e06f7752c3876f32a8dcbb3 (diff) |
Add functions reference documentationguppy_6.99.4guppy/6.99.46.99.4
Only JSON helpers functions were documented before this commits. This add a description
for every function of the afb-helpers library.
Bug-AGL: SPEC-2114
Change-Id: I3ae941841ef4ad8e345dd4cd6bc012f6596eadc2
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'book.json')
-rw-r--r-- | book.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/book.json b/book.json new file mode 100644 index 0000000..e0ae0b5 --- /dev/null +++ b/book.json @@ -0,0 +1,11 @@ +{ + "title": "AFB Helpers Reference", + "subtitle": "Developer Documentation", + "description": "This is the utilisation guide for the AFB helpers functions", + "keywords": "AGL, Development, Iotbzh, afb-helpers, helpers, afb", + "author": "IoT.Bzh Team", + "website": "http://iot.bzh", + "published": "January 2019", + "version": "1.0", + "pdf_filename": "AFB_Helpers_reference" +} |