@@ -20,11 +20,11 @@ #include OF_ASSUME_NONNULL_BEGIN -/*! +/** * @class OFGetWindowsRegistryValueFailedException \ * OFGetWindowsRegistryValueFailedException.h \ * ObjFW/OFGetWindowsRegistryValueFailedException.h * * @brief An exception indicating that getting a Windows registry value failed. @@ -35,26 +35,26 @@ OFString *_Nullable _value; DWORD _flags; LSTATUS _status; } -/*! +/** * @brief The registry key on which getting the value at the key path failed. */ @property (readonly, nonatomic) OFWindowsRegistryKey *registryKey; -/*! +/** * @brief The value which could not be retrieved. */ @property OF_NULLABLE_PROPERTY (readonly, nonatomic) OFString *value; -/*! +/** * @brief The status returned by RegGetValueEx(). */ @property (readonly, nonatomic) LSTATUS status; -/*! +/** * @brief Creates a new, autoreleased get Windows registry value failed * exception. * * @param registryKey The registry key on which getting the value at the sub * key path failed @@ -66,11 +66,11 @@ value: (nullable OFString *)value status: (LSTATUS)status; - (instancetype)init OF_UNAVAILABLE; -/*! +/** * @brief Initializes an already allocated get Windows registry value failed * exception. * * @param registryKey The registry key on which getting the value at the sub * key path failed