From a48098479269cdace4d9ce32264a73eef76994dc Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Wed, 19 Nov 2025 09:20:51 +0100 Subject: feat: new documented codebase and improvements. Signed-off-by: Amlal El Mahrouss --- dev/CompilerKit/ErrorOr.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'dev/CompilerKit/ErrorOr.h') diff --git a/dev/CompilerKit/ErrorOr.h b/dev/CompilerKit/ErrorOr.h index d5a1c08..66a90ee 100644 --- a/dev/CompilerKit/ErrorOr.h +++ b/dev/CompilerKit/ErrorOr.h @@ -9,6 +9,12 @@ #pragma once +/// =========================================================== /// +/// @file ErrorOr.h +/// @author Amlal El Mahrouss +/// @brief ErrorOr for CompilerKit. +/// =========================================================== /// + #include #include #include -- cgit v1.2.3