From 5bf8c4609fee869746e642e02b2a7c18ea31c5d3 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss <113760121+Amlal-ElMahrouss@users.noreply.github.com> Date: Fri, 15 Nov 2024 07:59:39 +0100 Subject: Update DeviceMgr.h Add documentation to DeviceInterface. --- dev/ZKAKit/KernelKit/DeviceMgr.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dev') diff --git a/dev/ZKAKit/KernelKit/DeviceMgr.h b/dev/ZKAKit/KernelKit/DeviceMgr.h index 7bee9119..8365e2f2 100644 --- a/dev/ZKAKit/KernelKit/DeviceMgr.h +++ b/dev/ZKAKit/KernelKit/DeviceMgr.h @@ -33,6 +33,10 @@ namespace Kernel template class DeviceInterface; + /***********************************************************************************/ + /// @brief Device interface class. + /// @note This is a class which represents an hardware device. + /***********************************************************************************/ template class DeviceInterface { -- cgit v1.2.3