From 4053c2b5466526212e4946da4448229fe75cf323 Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Mon, 3 Sep 2012 11:23:32 +0000 Subject: PostgresKit: Comments. --- Frameworks/PostgresKit/Source/FLXPostgresError.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Frameworks/PostgresKit/Source') diff --git a/Frameworks/PostgresKit/Source/FLXPostgresError.h b/Frameworks/PostgresKit/Source/FLXPostgresError.h index e9009ecb..58632f04 100644 --- a/Frameworks/PostgresKit/Source/FLXPostgresError.h +++ b/Frameworks/PostgresKit/Source/FLXPostgresError.h @@ -40,32 +40,32 @@ } /** - * @property errorSeverity + * @property errorSeverity The severity of the error. */ @property (readonly) NSString *errorSeverity; /** - * @property errorStateCode + * @property errorStateCode The errors state code. */ @property (readonly) NSString *errorStateCode; /** - * @property errorPrimaryMessage + * @property errorPrimaryMessage The primary error message. */ @property (readonly) NSString *errorPrimaryMessage; /** - * @property errorDetailMessage + * @property errorDetailMessage The detailed error message. */ @property (readonly) NSString *errorDetailMessage; /** - * @property errorMessageHint + * @property errorMessageHint The error message hint. */ @property (readonly) NSString *errorMessageHint; /** - * @property errorStatementPosition + * @property errorStatementPosition The position within the executed statement that caused the error. */ @property (readonly) NSUInteger errorStatementPosition; -- cgit v1.2.3