summaryrefslogtreecommitdiffhomepage
path: root/dev/CompilerKit/Defines.h
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-11-19 09:20:51 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-11-19 09:20:51 +0100
commita48098479269cdace4d9ce32264a73eef76994dc (patch)
tree43025631e922b4d61b4b19e0f84cde8b7dd785b2 /dev/CompilerKit/Defines.h
parentd0df8d6dd397b175047db6764e4d64dc1d6d3118 (diff)
feat: new documented codebase and improvements.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/CompilerKit/Defines.h')
-rw-r--r--dev/CompilerKit/Defines.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/dev/CompilerKit/Defines.h b/dev/CompilerKit/Defines.h
index 56e8dd3..34b43d6 100644
--- a/dev/CompilerKit/Defines.h
+++ b/dev/CompilerKit/Defines.h
@@ -7,6 +7,12 @@
#ifndef __NECTI_DEFINES_H__
#define __NECTI_DEFINES_H__
+/// =========================================================== ///
+/// @file Defines.h
+/// @author Amlal El Mahrouss
+/// @brief Basic defines and types for CompilerKit.
+/// =========================================================== ///
+
#ifndef Yes
#define Yes true
#endif // ifndef Yes