diff options
Diffstat (limited to 'Frameworks/QueryKit/QKQueryUtilities.h')
-rw-r--r-- | Frameworks/QueryKit/QKQueryUtilities.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Frameworks/QueryKit/QKQueryUtilities.h b/Frameworks/QueryKit/QKQueryUtilities.h index 6dfaf110..352c5533 100644 --- a/Frameworks/QueryKit/QKQueryUtilities.h +++ b/Frameworks/QueryKit/QKQueryUtilities.h @@ -32,6 +32,13 @@ #import "QKQueryOperators.h" +/** + * @class QKQueryUtilities QKQueryUtilities.h + * + * @author Stuart Connolly http://stuconnolly.com/ + * + * QueryKit utilities class. + */ @interface QKQueryUtilities : NSObject + (NSString *)operatorRepresentationForType:(QKQueryOperator)operator; |