diff options
Diffstat (limited to 'Private/CFKit')
| -rw-r--r-- | Private/CFKit/Property.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Private/CFKit/Property.hpp b/Private/CFKit/Property.hpp index ea427481..10c8ebf0 100644 --- a/Private/CFKit/Property.hpp +++ b/Private/CFKit/Property.hpp @@ -15,6 +15,7 @@ namespace NewOS { using PropertyId = Int; +/// @brief Kernel property class. class Property { public: explicit Property(const StringView &sw) : fName(sw) {} |
