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/IBackendContext.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/armnn/backends/IBackendContext.hpp') diff --git a/include/armnn/backends/IBackendContext.hpp b/include/armnn/backends/IBackendContext.hpp index de9824956f..b12c99f733 100644 --- a/include/armnn/backends/IBackendContext.hpp +++ b/include/armnn/backends/IBackendContext.hpp @@ -16,11 +16,11 @@ protected: IBackendContext(const IRuntime::CreationOptions&) {} public: - // Before and after Load network events + /// Before and after Load network events virtual bool BeforeLoadNetwork(NetworkId networkId) = 0; virtual bool AfterLoadNetwork(NetworkId networkId) = 0; - // Before and after Unload network events + /// Before and after Unload network events virtual bool BeforeUnloadNetwork(NetworkId networkId) = 0; virtual bool AfterUnloadNetwork(NetworkId networkId) = 0; -- cgit v1.2.1