Add standardized documentation headers

This commit is contained in:
Avinash Rajesh
2026-05-22 11:27:49 +05:30
parent 7e9cc27f1c
commit 6ca659c573
6 changed files with 182 additions and 9 deletions
@@ -1,3 +1,11 @@
/*
File: InventoryManagementService.h
Description: Header file declaring the InventoryManagementService class,
which manages inventory items, stock updates, and notifications
related to low stock alerts. Inherits from NotificationManagementService.
Author: Trenser
Date:19-May-2026
*/
#pragma once
#include <string>
#include "Map.h"