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/ErrorID.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'dev/CompilerKit/ErrorID.h') diff --git a/dev/CompilerKit/ErrorID.h b/dev/CompilerKit/ErrorID.h index 7c76f86..c16f682 100644 --- a/dev/CompilerKit/ErrorID.h +++ b/dev/CompilerKit/ErrorID.h @@ -11,6 +11,12 @@ #include +/// =========================================================== /// +/// @file ErrorID.h +/// @author Amlal El Mahrouss +/// @brief Error IDs for CompilerKit. +/// =========================================================== /// + #define NECTI_SUCCESS 0 #define NECTI_EXEC_ERROR -30 #define NECTI_FILE_NOT_FOUND -31 -- cgit v1.2.3