From fd5dbe98c780ae7bd390fae536c2dc636e7b61cc Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Wed, 21 Jun 2023 16:00:31 +0100 Subject: Doxygen: Fix XML parsing error in Arm NN Doxygen * Currently Doxygen was failing with error XML Parsing Error: duplicate attribute in main. This is due to an obsolete align attribute * Fixed some minor warnings by closing the Third part tools table Signed-off-by: Nikhil Raj Change-Id: I08a0d734ee07aef6617aa23c6fbbc05fb20bdfe5 --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index b071e7dd92..df332ed7b3 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@
-
- Arm NN Logo -
+ + Arm NN Logo + * [Quick Start Guides](#quick-start-guides) * [Pre-Built Binaries](#pre-built-binaries) @@ -152,15 +152,15 @@ If you find something that concerns you, please email terms@arm.com ## Third-party Third party tools used by Arm NN: -| Tool | License (SPDX ID) | Description | Version | Provenience -|----------------|-------------------|------------------------------------------------------------------|-------------|------------------- -| cxxopts | MIT | A lightweight C++ option parser library | SHA 12e496da3d486b87fa9df43edea65232ed852510 | https://github.com/jarro2783/cxxopts -| doctest | MIT | Header-only C++ testing framework | 2.4.6 | https://github.com/onqtam/doctest -| fmt | MIT | {fmt} is an open-source formatting library providing a fast and safe alternative to C stdio and C++ iostreams. | 7.0.1 | https://github.com/fmtlib/fmt -| ghc | MIT | A header-only single-file std::filesystem compatible helper library | 1.3.2 | https://github.com/gulrak/filesystem -| half | MIT | IEEE 754 conformant 16-bit half-precision floating point library | 1.12.0 | http://half.sourceforge.net -| mapbox/variant | BSD | A header-only alternative to 'boost::variant' | 1.1.3 | https://github.com/mapbox/variant -| stb | MIT | Image loader, resize and writer | 2.16 | https://github.com/nothings/stb +| Tool | License (SPDX ID) | Description | Version | Provenience | +|----------------|-------------------|------------------------------------------------------------------|-------------|--------------------------------------| +| cxxopts | MIT | A lightweight C++ option parser library | SHA 12e496da3d486b87fa9df43edea65232ed852510 | https://github.com/jarro2783/cxxopts | +| doctest | MIT | Header-only C++ testing framework | 2.4.6 | https://github.com/onqtam/doctest | +| fmt | MIT | {fmt} is an open-source formatting library providing a fast and safe alternative to C stdio and C++ iostreams. | 7.0.1 | https://github.com/fmtlib/fmt | +| ghc | MIT | A header-only single-file std::filesystem compatible helper library | 1.3.2 | https://github.com/gulrak/filesystem | +| half | MIT | IEEE 754 conformant 16-bit half-precision floating point library | 1.12.0 | http://half.sourceforge.net | +| mapbox/variant | BSD | A header-only alternative to 'boost::variant' | 1.1.3 | https://github.com/mapbox/variant | +| stb | MIT | Image loader, resize and writer | 2.16 | https://github.com/nothings/stb | ## Build Flags -- cgit v1.2.1