diff options
| author | Amlal El Mahrouss <113760121+Amlal-ElMahrouss@users.noreply.github.com> | 2024-11-15 07:59:39 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-15 07:59:39 +0100 |
| commit | 5bf8c4609fee869746e642e02b2a7c18ea31c5d3 (patch) | |
| tree | 6bc3937d2432e62fe97003203ae4a3b72ef2d206 /dev | |
| parent | 3a8ce9524133f3cf8748d81e17556dff84b98b48 (diff) | |
Update DeviceMgr.h
Add documentation to DeviceInterface.
Diffstat (limited to 'dev')
| -rw-r--r-- | dev/ZKAKit/KernelKit/DeviceMgr.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 <typename T> class DeviceInterface; + /***********************************************************************************/ + /// @brief Device interface class. + /// @note This is a class which represents an hardware device. + /***********************************************************************************/ template <typename T> class DeviceInterface { |
