From b7e6dbef56913fa43ea23b842ebe2933d9e0477e Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Fri, 4 Jan 2019 14:31:42 +0100 Subject: Add functions reference documentation 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 --- docs/SUMMARY.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 docs/SUMMARY.md (limited to 'docs/SUMMARY.md') diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md new file mode 100644 index 0000000..26fca90 --- /dev/null +++ b/docs/SUMMARY.md @@ -0,0 +1,10 @@ +# Summary + +* [Usage Guide](usage.md) +* [AFB Timer](afb-timer.md) +* [Curl Wrap](curl-wrap.md) +* [Escape](escape.md) +* [Filescan Utils](filescan-utils.md) +* [Qt AFB Websockets client](qafbwebsocketclient.md) +* [JSON for modern C++](json.md) +* [Wrap-JSON](wrap-json.md) -- cgit 1.2.3-korg