From 15f443eeec536832e25465365908bf412e85c86b Mon Sep 17 00:00:00 2001
From: "VKMTHD\\haraldmartini" <harald.martini@student.tugraz.at>
Date: Fri, 2 Sep 2022 12:40:59 +0200
Subject: [PATCH] added comment for GetVehicleType

---
 VectoCommon/VectoCommon/Models/VehicleCategory.cs | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/VectoCommon/VectoCommon/Models/VehicleCategory.cs b/VectoCommon/VectoCommon/Models/VehicleCategory.cs
index b0ecd41cea..db929cf9f5 100644
--- a/VectoCommon/VectoCommon/Models/VehicleCategory.cs
+++ b/VectoCommon/VectoCommon/Models/VehicleCategory.cs
@@ -63,6 +63,11 @@ namespace TUGraz.VectoCommon.Models
 			CompletedBus,
 			Van
 		};
+		/// <summary>
+		/// Returns the SuperCategory for the VehicleCategory
+		/// </summary>
+		/// <param name="category"></param>
+		/// <returns></returns>
 		public static string GetVehicleType(this VehicleCategory category)
 		{
 			switch (category) {
-- 
GitLab