diff options
Diffstat (limited to 'dev/CompilerKit/StringKit.h')
| -rw-r--r-- | dev/CompilerKit/StringKit.h | 6 |
1 files changed, 6 insertions, 0 deletions
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 <CompilerKit/Defines.h> #include <CompilerKit/ErrorOr.h> +/// =========================================================== /// +/// @file StringKit.h +/// @author Amlal El Mahrouss +/// @brief StringKit for CompilerKit. +/// =========================================================== /// + namespace CompilerKit { class StringBuilder; class BasicString; |
