diff options
Diffstat (limited to 'Private/KernelKit/DeviceManager.hpp')
| -rw-r--r-- | Private/KernelKit/DeviceManager.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Private/KernelKit/DeviceManager.hpp b/Private/KernelKit/DeviceManager.hpp index 4c9c7970..4eada620 100644 --- a/Private/KernelKit/DeviceManager.hpp +++ b/Private/KernelKit/DeviceManager.hpp @@ -14,9 +14,9 @@ #pragma once -/* HCore */ -/* File: KernelKit/Device.hpp */ -/* Device abstraction and I/O buffer. */ +/* HCore device interface manager. */ +/* @file KernelKit/DeviceManager.hpp */ +/* @brief Device abstraction and I/O buffer. */ #include <NewKit/ErrorOr.hpp> #include <NewKit/Ref.hpp> |
