aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2019-01-04 15:40:53 +0100
committerRomain Forlot <romain.forlot@iot.bzh>2019-01-04 15:40:53 +0100
commit761ea1c5756f0dc68264280172278123a3e38d15 (patch)
treea382765c07ac15fac5d24127c21f09891c2e365c
parent1f303e57dca42ec08a5402ecb4fbd1ff65dafdf0 (diff)
Add documentation about the afb-helpers library
https://jira.automotivelinux.org/browse/SPEC-2114 Bug-AGL: SPEC-2114 Change-Id: I73b3c6bd148c69fcd4bff2c5e9cc473d1eec38e8 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
-rw-r--r--content/tocs/devguides/fetched_files.yml22
-rw-r--r--content/tocs/devguides/toc_dev_en.yml12
2 files changed, 34 insertions, 0 deletions
diff --git a/content/tocs/devguides/fetched_files.yml b/content/tocs/devguides/fetched_files.yml
index 0e59017..dd10412 100644
--- a/content/tocs/devguides/fetched_files.yml
+++ b/content/tocs/devguides/fetched_files.yml
@@ -172,3 +172,25 @@ repositories:
label: Installation
- source: controllerConfig.md
label: Binding Configuration
+-
+ git_name: src/libafb-helpers
+ src_prefix: docs
+ dst_prefix: afb-helpers
+ git_commit: sandbox/claneys/docs
+ documents:
+ - source: usage.md
+ label: Usage
+ - source: afb-timer.md
+ label: AFB Timer
+ - source: curl-wrap.md
+ label: CURL wrapper
+ - source: escape.md
+ label: URL escaping
+ - source: filescan-utils.md
+ label: Filescan Utils
+ - source: qafbwebsocketclient.md
+ label: Qt AFB Websocket client
+ - source: json.md
+ label: JSON library for modern C++
+ - source: wrap-json.md
+ label: C JSON Wrapper
diff --git a/content/tocs/devguides/toc_dev_en.yml b/content/tocs/devguides/toc_dev_en.yml
index 394fa90..3c99142 100644
--- a/content/tocs/devguides/toc_dev_en.yml
+++ b/content/tocs/devguides/toc_dev_en.yml
@@ -245,6 +245,18 @@ children:
- url: reference/ctrler/configSample.html
-
+ name: AFB Helper functions reference
+ children:
+ - url: reference/afb-helpers/usage.html
+ - url: reference/afb-helpers/afb-timer.html
+ - url: reference/afb-helpers/curl-wrap.html
+ - url: reference/afb-helpers/escape.html
+ - url: reference/afb-helpers/filescan-utils.html
+ - url: reference/afb-helpers/qafbwebsocketclient.html
+ - url: reference/afb-helpers/json.html
+ - url: reference/afb-helpers/wrap-json.html
+
+-
name: "Continuous Integration - Automated Testing (CIAT)"
children:
-