@@ -33,16 +33,16 @@ int8_t _type; OFData *_data; } /*! - * The MessagePack extension type. + * @brief The MessagePack extension type. */ @property (readonly, nonatomic) int8_t type; /*! - * @return The data of the extension. + * @brief The data of the extension. */ @property (readonly, nonatomic) OFData *data; /*! * @brief Creates a new OFMessagePackRepresentation with the specified type and