Skip to content

Commit cf147f5

Browse files
committed
iox-#842 Fix documentation after rename
Signed-off-by: Mathias Kraus <[email protected]>
1 parent 7375900 commit cf147f5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

iceoryx_posh/include/iceoryx_posh/internal/roudi/memory/mempool_collection_memory_block.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class MemPoolCollectionMemoryBlock final : public MemoryBlock
5959
cxx::optional<mepoo::MemoryManager*> memoryManager() const noexcept;
6060

6161
protected:
62-
/// @copydoc MemoryBlock::memoryAvailable
62+
/// @copydoc MemoryBlock::onMemoryAvailable
6363
/// @note This will create the MemPools at the location `memory` points to
6464
void onMemoryAvailable(cxx::not_null<void*> memory) noexcept override;
6565

iceoryx_posh/include/iceoryx_posh/internal/roudi/memory/mempool_segment_manager_memory_block.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class MemPoolSegmentManagerMemoryBlock : public MemoryBlock
5454
cxx::optional<mepoo::SegmentManager<>*> segmentManager() const noexcept;
5555

5656
protected:
57-
/// @copydoc MemoryBlock::memoryAvailable
57+
/// @copydoc MemoryBlock::onMemoryAvailable
5858
/// @note This will create the SegmentManager at the location `memory` points to
5959
void onMemoryAvailable(cxx::not_null<void*> memory) noexcept override;
6060

iceoryx_posh/include/iceoryx_posh/internal/roudi/memory/port_pool_memory_block.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class PortPoolMemoryBlock : public MemoryBlock
5454
cxx::optional<PortPoolData*> portPool() const noexcept;
5555

5656
protected:
57-
/// @copydoc MemoryBlock::memoryAvailable
57+
/// @copydoc MemoryBlock::onMemoryAvailable
5858
/// @note This will create the ports at the location `memory` points to
5959
void onMemoryAvailable(cxx::not_null<void*> memory) noexcept override;
6060

0 commit comments

Comments
 (0)