Remove invalid param Appledoc statement

This commit is contained in:
Blake Watters
2012-11-01 20:26:42 -04:00
parent 0ead6122d8
commit 5479103169

View File

@@ -46,7 +46,6 @@
Serializes and returns a UTF-8 encoded data representation of the given Foundation object in the format supported by the receiver (i.e. JSON, XML, etc).
@param object The object to be serialized.
@param A pointer to an `NSError` object.
@param error A pointer to an NSError object.
@return A data representation of the given object in UTF-8 encoding, or nil if an error occurred.
*/