Add standardized documentation headers
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
/*
|
||||
File: Controller.h
|
||||
Description: Header file declaring the Controller class, which coordinates
|
||||
authentication, user management, service management, inventory,
|
||||
and notifications across the Vehicle Service System.
|
||||
Author: Trenser
|
||||
Date:19-May-2026
|
||||
*/
|
||||
#pragma once
|
||||
#include "Map.h"
|
||||
#include <string>
|
||||
|
||||
Reference in New Issue
Block a user