@@ -23,7 +23,12 @@ #ifdef __cplusplus } #endif @interface OFDataArray (MessagePackValue) +/*! + * @brief Parses the MessagePack representation and returns it as an object. + * + * @return The MessagePack representation as an object + */ - (id)messagePackValue; @end