diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-19 09:21:48 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-19 09:21:48 +0100 |
| commit | 281bef7f35e63a9c5daf37cca5bb8eea64c12693 (patch) | |
| tree | 43025631e922b4d61b4b19e0f84cde8b7dd785b2 /dev/CompilerKit/ErrorID.h | |
| parent | 893c7e2169bfce6211a23e865a1f7efb43d025c7 (diff) | |
| parent | a48098479269cdace4d9ce32264a73eef76994dc (diff) | |
Merge pull request #23 from nekernel-org/dev
feat: new documented codebase and improvements.
Diffstat (limited to 'dev/CompilerKit/ErrorID.h')
| -rw-r--r-- | dev/CompilerKit/ErrorID.h | 6 |
1 files changed, 6 insertions, 0 deletions
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 <CompilerKit/Defines.h> +/// =========================================================== /// +/// @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 |
