aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorColm Donelan <colm.donelan@arm.com>2022-09-14 18:04:00 +0100
committerColm Donelan <colm.donelan@arm.com>2022-09-21 20:32:36 +0000
commit09026930f1cf207cddb243c8bc388e2c390ac940 (patch)
treec476612e57c5499d1273e68d9549a024862f17fa /src
parentde33dda47d4afec985dc84ebf9a7a18a5a27659c (diff)
downloadarmnn-09026930f1cf207cddb243c8bc388e2c390ac940.tar.gz
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 <colm.donelan@arm.com> Change-Id: I81896f2d7fff503a1d51d6d4ac3876aa8b84118e
Diffstat (limited to 'src')
-rw-r--r--src/backends/backendsCommon/MemoryManager.hpp10
1 files changed, 5 insertions, 5 deletions
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<BufferStorage> bufferStorageVector,
std::shared_ptr<ICustomAllocator> 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