aboutsummaryrefslogtreecommitdiff
path: root/docs/05_04_supportlibrary.dox
diff options
context:
space:
mode:
authorColm Donelan <colm.donelan@arm.com>2022-09-14 18:04:00 +0100
committerColm Donelan <colm.donelan@arm.com>2022-09-21 20:32:36 +0000
commit09026930f1cf207cddb243c8bc388e2c390ac940 (patch)
treec476612e57c5499d1273e68d9549a024862f17fa /docs/05_04_supportlibrary.dox
parentde33dda47d4afec985dc84ebf9a7a18a5a27659c (diff)
downloadarmnn-09026930f1cf207cddb243c8bc388e2c390ac940.tar.gz
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 <colm.donelan@arm.com> Change-Id: I81896f2d7fff503a1d51d6d4ac3876aa8b84118e
Diffstat (limited to 'docs/05_04_supportlibrary.dox')
-rw-r--r--docs/05_04_supportlibrary.dox27
1 files changed, 27 insertions, 0 deletions
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