From 9002ac2390c0f81dcec0a11fafe04cd7a72b6ae0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ya=C4=9F=C4=B1z=20Zengin?= Date: Tue, 2 Sep 2025 13:48:48 +0300 Subject: [PATCH] Updated Library Documentation (markdown) --- Library-Documentation.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Library-Documentation.md b/Library-Documentation.md index 392258a..fa0dab4 100644 --- a/Library-Documentation.md +++ b/Library-Documentation.md @@ -1,6 +1,12 @@ ## libhelper library It provides functions, classes and macros that will make your work easier when writing your string program, such as the name `libhelper`. + +### Namespaces + +#### Helper +Main namespace of the library. + ```c++ #include ```