Add file and function header documentation across Controller, DataStore and Utility files

This commit is contained in:
Ajmal Jalaludeen
2026-04-08 17:27:22 +05:30
parent 21549b4c24
commit 2757e5ca98
13 changed files with 377 additions and 2 deletions
@@ -1,3 +1,10 @@
/*
* File: Validator.h
* Description: Validates inputs like phone number, email, password
* Author: Trenser
* Created: 01-Apr-2026
*/
#pragma once
#include<string>
#include<algorithm>