From b65781933fb8fa5cf73a37b65c984cac8db16ca4 Mon Sep 17 00:00:00 2001 From: Jan Eilers Date: Thu, 28 Jan 2021 09:13:24 +0000 Subject: 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 Change-Id: I19643074226d7c2e73e560e3abb52f519af1a7b2 --- docs/00_software_tools.dox | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 docs/00_software_tools.dox (limited to 'docs/00_software_tools.dox') 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 + +**/ +} + + -- cgit v1.2.1