aboutsummaryrefslogtreecommitdiff
path: root/docs/Doxyfile
diff options
context:
space:
mode:
authorJan Eilers <jan.eilers@arm.com>2021-01-28 09:13:24 +0000
committerJan Eilers <jan.eilers@arm.com>2021-02-02 09:44:14 +0000
commitb65781933fb8fa5cf73a37b65c984cac8db16ca4 (patch)
tree0748eb52534a167ccb5c8f6bc8c6b326405f282f /docs/Doxyfile
parent06fabe12d7d115045517880bae78a4b973af7547 (diff)
downloadarmnn-b65781933fb8fa5cf73a37b65c984cac8db16ca4.tar.gz
IVGCVSW-5605 Doxygen: Integrate parsers into Software Tools section
* Creates new section in doxygen called "Software Tools" * Moves the Parser page into Software Tools Signed-off-by: Jan Eilers <jan.eilers@arm.com> Change-Id: I19643074226d7c2e73e560e3abb52f519af1a7b2
Diffstat (limited to 'docs/Doxyfile')
-rw-r--r--docs/Doxyfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Doxyfile b/docs/Doxyfile
index e769e01b52..a0d6593be5 100644
--- a/docs/Doxyfile
+++ b/docs/Doxyfile
@@ -813,7 +813,8 @@ WARN_LOGFILE =
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
# Note: If this tag is empty the current directory is searched.
-INPUT = ./docs/01_parsers.dox \
+INPUT = ./docs/00_software_tools.dox \
+ ./docs/01_parsers.dox \
./docs/02_deserializer_serializer.dox \
./docs/03_converter_quantizer.dox \
./docs/04_backends.dox \
@@ -821,7 +822,6 @@ INPUT = ./docs/01_parsers.dox \
./include/ \
./src/ \
./tests/ \
- ./docs/ \
./delegate/include \
./delegate/src/armnn_external_delegate.cpp \
./README.md \