@@ -35,11 +35,11 @@ * OFArray and OFDictionary, this will generate invalid JSON, as JSON * requires all data to be encapsulated in an array or a dictionary! */ @protocol OFJSONRepresentation /*! - * The JSON representation of the object as a string. + * @brief The JSON representation of the object as a string. */ @property (readonly, nonatomic) OFString *JSONRepresentation; /*! * @brief Returns the JSON representation of the object as a string.