@@ -47,12 +47,11 @@ * @note This is platform-dependent! */ @property (readonly, nonatomic) size_t frameLength; /*! - * @brief Creates a new, autoreleased OFMethodSignature with the specified - * ObjC types. + * @brief Creates a new OFMethodSignature with the specified ObjC types. * * @param types The ObjC types of the method * @return A new, autoreleased OFMethodSignature */ + (instancetype)signatureWithObjCTypes: (const char *)types; @@ -79,12 +78,11 @@ * specified index. * * @note This is platform-dependent! * * @param index The index of the argument for which to return the offset - * @returns The offset on the stack frame of the argument at the - * specified index + * @return The offset on the stack frame of the argument at the specified index */ - (size_t)argumentOffsetAtIndex: (size_t)index; @end #ifdef __cplusplus