From a3887b0695ffc83d2541d2ad8124e0d02f45ceae Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 18 Nov 2025 06:42:53 +0100 Subject: fix: meta: codebase improvements. Signed-off-by: Amlal El Mahrouss --- dev/CompilerKit/src/Frontend/CCompilerARM64.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev/CompilerKit/src/Frontend/CCompilerARM64.cc') diff --git a/dev/CompilerKit/src/Frontend/CCompilerARM64.cc b/dev/CompilerKit/src/Frontend/CCompilerARM64.cc index 9d1fd87..c9fee19 100644 --- a/dev/CompilerKit/src/Frontend/CCompilerARM64.cc +++ b/dev/CompilerKit/src/Frontend/CCompilerARM64.cc @@ -28,7 +28,7 @@ /* This is part of the CompilerKit. */ /* (c) Amlal El Mahrouss */ -/// @author El Mahrouss Amlal (amlel) +/// @author Amlal El Mahrouss (amlal@nekernel.org) /// @file ARM64-cc.cc /// @brief ARM64 C Compiler. @@ -60,7 +60,7 @@ struct CompilerRegisterMap final { }; // \brief Map for C structs -// \author amlel +// \author amlal@nekernel.org struct CompilerStructMap final { // 'my_foo' std::string fName; -- cgit v1.2.3