aboutsummaryrefslogtreecommitdiff
path: root/docs/00_software_tools.dox
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/00_software_tools.dox
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/00_software_tools.dox')
-rw-r--r--docs/00_software_tools.dox19
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/00_software_tools.dox b/docs/00_software_tools.dox
new file mode 100644
index 0000000000..a970c91062
--- /dev/null
+++ b/docs/00_software_tools.dox
@@ -0,0 +1,19 @@
+/// Copyright (c) 2021 ARM Limited and Contributors. All rights reserved.
+///
+/// SPDX-License-Identifier: MIT
+///
+
+namespace armnn
+{
+/**
+@page swtools Software Tools
+
+On this page you can find all software tools contained in the ArmNN repository. You will find links to how-to guides and
+other helpful information in each section.
+
+@subpage parsers
+
+**/
+}
+
+