From 09026930f1cf207cddb243c8bc388e2c390ac940 Mon Sep 17 00:00:00 2001 From: Colm Donelan Date: Wed, 14 Sep 2022 18:04:00 +0100 Subject: IVGCVSW-6790 Adding runtime options to Doxygen. * Add a breakdown of the runtime options to the documentation. * Exclude test classes from Doxygen generation. * Limit the file extension selection for Doxygen generation. * Add the support library to be generated. * Fix some broken markups. Signed-off-by: Colm Donelan Change-Id: I81896f2d7fff503a1d51d6d4ac3876aa8b84118e --- docs/05_04_supportlibrary.dox | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 docs/05_04_supportlibrary.dox (limited to 'docs/05_04_supportlibrary.dox') diff --git a/docs/05_04_supportlibrary.dox b/docs/05_04_supportlibrary.dox new file mode 100644 index 0000000000..689b8af018 --- /dev/null +++ b/docs/05_04_supportlibrary.dox @@ -0,0 +1,27 @@ +/// Copyright (c) 2022 ARM Limited and Contributors. All rights reserved. +/// +/// SPDX-License-Identifier: MIT +/// + +namespace armnn +{ +/** +@page supportlibrary NNAPI Support Library +@tableofcontents + + +@section supportlibraryintro About the NNAPI Support Library + +If you need help building the Arm NN NNAPI Support Library, please take a look at our [build guide](shim/BuildGuideShimSupportLibrary.md). + + +@section slsupport Supported Operators +This reference guide provides a list of TensorFlow Lite operators the Arm NN SDK currently supports. + + +@section sloptions Support Library Options + +The general list of runtime options are described in @subpage runtimeoptions + +**/ +} \ No newline at end of file -- cgit v1.2.1