Update extensive code documentation

This commit is contained in:
speedie 2023-07-03 19:17:16 +02:00
parent 683c227b21
commit d1e1e5e851

View file

@ -38,6 +38,8 @@ would be greatly appreciated.
│   ├── history.h - Declares functions for handling the history buffer
│   ├── img.c - Contains functions for drawing and handling images
│   ├── img.h - Declares functions for drawing and handling images
│   ├── icon.c - Contains functions for drawing and handling icons
│   ├── icon.h - Declares functions for drawing and handling icons
│   ├── keybinds.h - Contains keybind arrays for X11 and Wayland
│   ├── main.c - Contains core functions like ecalloc, sp_strncpy and die
│   ├── main.h - Declares core functions like ecalloc, sp_strncpy and die