From 09026930f1cf207cddb243c8bc388e2c390ac940 Mon Sep 17 00:00:00 2001 From: Colm Donelan Date: Wed, 14 Sep 2022 18:04:00 +0100 Subject: IVGCVSW-6790 Adding runtime options to Doxygen. * Add a breakdown of the runtime options to the documentation. * Exclude test classes from Doxygen generation. * Limit the file extension selection for Doxygen generation. * Add the support library to be generated. * Fix some broken markups. Signed-off-by: Colm Donelan Change-Id: I81896f2d7fff503a1d51d6d4ac3876aa8b84118e --- src/backends/backendsCommon/MemoryManager.hpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/backends/backendsCommon') diff --git a/src/backends/backendsCommon/MemoryManager.hpp b/src/backends/backendsCommon/MemoryManager.hpp index 5113b231d3..58e8baa1f3 100644 --- a/src/backends/backendsCommon/MemoryManager.hpp +++ b/src/backends/backendsCommon/MemoryManager.hpp @@ -39,16 +39,16 @@ struct BufferStorage class MemoryManager { public: - /// Initialization method to store in @m_AllocatorBufferStoragePairVector all information needed. - /// @param[in] bufferStorageVector - Vector of @BufferStorage. - /// @param[in] customAllocator - Pointer to @ICustomAllocator. + /// Initialization method to store in m_AllocatorBufferStoragePairVector all information needed. + /// @param[in] bufferStorageVector - Vector of BufferStorage. + /// @param[in] customAllocator - Pointer to ICustomAllocator. /// @param[in] typeAlignment - Optional parameter. Value of which the size of each value has to be multiple of. void StoreMemToAllocate(std::vector bufferStorageVector, std::shared_ptr customAllocator, size_t typeAlignment = 0); - /// Allocate the amount of memory indicated by @m_BufferSize, and - /// point each @m_Data to each correspondent Tensor so that they are @m_Offset bytes separated. + /// Allocate the amount of memory indicated by m_BufferSize, and + /// point each m_Data to each correspondent Tensor so that they are m_Offset bytes separated. void Allocate(); /// Deallocate memory -- cgit v1.2.1