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 ```