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/StringKit.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'dev/CompilerKit/StringKit.h') diff --git a/dev/CompilerKit/StringKit.h b/dev/CompilerKit/StringKit.h index 69efb9c..0fbe58a 100644 --- a/dev/CompilerKit/StringKit.h +++ b/dev/CompilerKit/StringKit.h @@ -13,6 +13,12 @@ #include #include +/// =========================================================== /// +/// @file StringKit.h +/// @author Amlal El Mahrouss +/// @brief StringKit for CompilerKit. +/// =========================================================== /// + namespace CompilerKit { class StringBuilder; class BasicString; -- cgit v1.2.3