aboutsummaryrefslogtreecommitdiff
path: root/docs/Doxyfile
diff options
context:
space:
mode:
authorJan Eilers <jan.eilers@arm.com>2021-01-28 15:38:09 +0000
committerJan Eilers <jan.eilers@arm.com>2021-02-02 11:25:49 +0000
commit0919e3b7944333b640332e9e2ac3c62929a2ecd5 (patch)
treecb464af2f2ce23ede1afa8e48cd0644dcdd59364 /docs/Doxyfile
parent1ed388f6b400056f5f260163b4b500cfbbd17c28 (diff)
downloadarmnn-0919e3b7944333b640332e9e2ac3c62929a2ecd5.tar.gz
IVGCVSW-5605 Doxygen: Move Converter and Quantizer to Software Tools
* Using README.md files directly to reduce duplications Signed-off-by: Jan Eilers <jan.eilers@arm.com> Change-Id: I6bd6f6326e608939ac244cc32b329e32bb4802f7
Diffstat (limited to 'docs/Doxyfile')
-rw-r--r--docs/Doxyfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/Doxyfile b/docs/Doxyfile
index a0d6593be5..a50d38112b 100644
--- a/docs/Doxyfile
+++ b/docs/Doxyfile
@@ -816,9 +816,10 @@ WARN_LOGFILE =
INPUT = ./docs/00_software_tools.dox \
./docs/01_parsers.dox \
./docs/02_deserializer_serializer.dox \
- ./docs/03_converter_quantizer.dox \
./docs/04_backends.dox \
./docs/05_other_tools.dox \
+ ./src/armnnQuantizer/README.md \
+ ./src/armnnConverter/README.md \
./include/ \
./src/ \
./tests/ \