Updated Library Documentation (markdown)
@@ -1,6 +1,12 @@
|
|||||||
## libhelper library
|
## libhelper library
|
||||||
It provides functions, classes and macros that will make your work easier when writing your string program, such as the name `libhelper`.
|
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++
|
```c++
|
||||||
#include <libhelper/lib.hpp>
|
#include <libhelper/lib.hpp>
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user