aboutsummaryrefslogtreecommitdiff
path: root/docs/Doxyfile
diff options
context:
space:
mode:
authorJan Eilers <jan.eilers@arm.com>2021-01-29 14:18:13 +0000
committerJan Eilers <jan.eilers@arm.com>2021-02-03 09:11:51 +0000
commit31a7c890207f80afc866f706d797267d78d05a0d (patch)
tree8b133170fbdf0d87a0a8a5b72c6eaf73fcbb2391 /docs/Doxyfile
parent74a3cf5755b801cf258177e8e55b4cda64a0c351 (diff)
downloadarmnn-31a7c890207f80afc866f706d797267d78d05a0d.tar.gz
IVGCVSW-5605 Doxygen: Add the TfLite Delegate to Doxygen docu
* Moves TensorFlowLiteDelegateSupport.md to doxygen * Renames a few .dox files to represent the structure of the documentation * Adds sections for build and use guides * Integrates markdown guides for the delegate into doxygen Signed-off-by: Jan Eilers <jan.eilers@arm.com> Change-Id: I68b7a29239be88c0617da9bdfce5323ebf26f5bc
Diffstat (limited to 'docs/Doxyfile')
-rw-r--r--docs/Doxyfile11
1 files changed, 8 insertions, 3 deletions
diff --git a/docs/Doxyfile b/docs/Doxyfile
index 3cf4ac5517..09ad2327ff 100644
--- a/docs/Doxyfile
+++ b/docs/Doxyfile
@@ -813,9 +813,12 @@ WARN_LOGFILE =
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
# Note: If this tag is empty the current directory is searched.
-INPUT = ./docs/00_software_tools.dox \
- ./docs/01_parsers.dox \
- ./docs/02_deserializer_serializer.dox \
+INPUT = ./docs/01_00_software_tools.dox \
+ ./docs/01_01_parsers.dox \
+ ./docs/01_03_delegate.dox \
+ ./docs/01_02_deserializer_serializer.dox \
+ ./docs/02_build_guides.dox \
+ ./docs/03_use_guides.dox \
./docs/04_backends.dox \
./src/armnnQuantizer/README.md \
./src/armnnConverter/README.md \
@@ -828,6 +831,8 @@ INPUT = ./docs/00_software_tools.dox \
./tests/ \
./delegate/include \
./delegate/src/armnn_external_delegate.cpp \
+ ./delegate/BuildGuideNative.md \
+ ./delegate/IntegrateDelegateIntoPython.md \
./README.md \
./docs/FAQ.md