summaryrefslogtreecommitdiffhomepage
path: root/dev/CompilerKit/ErrorOr.h
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-11-19 09:21:48 +0100
committerGitHub <noreply@github.com>2025-11-19 09:21:48 +0100
commit281bef7f35e63a9c5daf37cca5bb8eea64c12693 (patch)
tree43025631e922b4d61b4b19e0f84cde8b7dd785b2 /dev/CompilerKit/ErrorOr.h
parent893c7e2169bfce6211a23e865a1f7efb43d025c7 (diff)
parenta48098479269cdace4d9ce32264a73eef76994dc (diff)
Merge pull request #23 from nekernel-org/dev
feat: new documented codebase and improvements.
Diffstat (limited to 'dev/CompilerKit/ErrorOr.h')
-rw-r--r--dev/CompilerKit/ErrorOr.h6
1 files changed, 6 insertions, 0 deletions
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 <CompilerKit/StringKit.h>
#include <CompilerKit/Defines.h>
#include <CompilerKit/ErrorID.h>