Add file and function header documentation across Model files
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user