From 2bbfaa784c0ea2e2b239470cfbe633026d53c9cb Mon Sep 17 00:00:00 2001 From: Ryan OShea Date: Wed, 12 Feb 2020 16:15:27 +0000 Subject: IVGCVSW-3726 Doxygen touch-up * Doxygen comment touch-ups * Fixed markup in .dox files * Fixed stylesheet * Doxyfile changes * Added logo file * Added header file Signed-off-by: Ryan OShea Change-Id: I94c7f5a6923a0bbb5c6ed610f1f55d57e2bb8a49 --- include/armnn/backends/ITensorHandle.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/armnn/backends/ITensorHandle.hpp') diff --git a/include/armnn/backends/ITensorHandle.hpp b/include/armnn/backends/ITensorHandle.hpp index 73b902eb7c..3002115957 100644 --- a/include/armnn/backends/ITensorHandle.hpp +++ b/include/armnn/backends/ITensorHandle.hpp @@ -61,7 +61,7 @@ public: /// \return a TensorShape filled with the number of elements for each dimension. virtual TensorShape GetShape() const = 0; - // Testing support to be able to verify and set tensor data content + /// Testing support to be able to verify and set tensor data content virtual void CopyOutTo(void* memory) const = 0; virtual void CopyInFrom(const void* memory) = 0; -- cgit v1.2.1