@@ -23,11 +23,11 @@ * * @brief A protocol for locks. */ @protocol OFLocking /*! - * The name of the lock. + * @brief The name of the lock. */ @property OF_NULLABLE_PROPERTY (copy, nonatomic) OFString *name; /*! * @brief Locks the lock.