From 730b76e1aae96f9a5cafc13634d6f014e598abaf Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sat, 15 Nov 2025 22:35:55 +0100 Subject: feat: API and codebase tweaks. Signed-off-by: Amlal El Mahrouss --- dev/CompilerKit/Ref.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dev/CompilerKit/Ref.h') diff --git a/dev/CompilerKit/Ref.h b/dev/CompilerKit/Ref.h index 381b628..10082b3 100644 --- a/dev/CompilerKit/Ref.h +++ b/dev/CompilerKit/Ref.h @@ -13,8 +13,8 @@ #include namespace CompilerKit { -// @author EL Mahrouss Amlal -// @brief Reference holder class, refers to a pointer of data in static memory. +/// @author El Mahrouss Amlal +/// @brief Reference holder class, refers to a pointer of data in static memory. template class Ref final { public: @@ -54,7 +54,7 @@ class Ref final { Bool m_Strong{false}; }; -// @author EL Mahrouss Amlal +// @author El Mahrouss Amlal // @brief Non null Reference holder class, refers to a pointer of data in static memory. template class NonNullRef final { -- cgit v1.2.3