Add file and function header documentation across Model files

This commit is contained in:
Princy Jerin
2026-04-08 17:25:58 +05:30
parent 9a791eadcd
commit 21549b4c24
22 changed files with 163 additions and 0 deletions
@@ -1,5 +1,13 @@
/*
File: Room.cpp
* Description : Models a room entity that maintains room details and manages its bookings.
* Author : Trenser
* Created : 31 - Mar - 2026
*/
#include "Room.h"
//Getters and setters
const std::string& Room::getRoomId() const
{
return m_id;