aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks/QueryKit/QKQueryOperators.h
diff options
context:
space:
mode:
Diffstat (limited to 'Frameworks/QueryKit/QKQueryOperators.h')
-rw-r--r--Frameworks/QueryKit/QKQueryOperators.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/Frameworks/QueryKit/QKQueryOperators.h b/Frameworks/QueryKit/QKQueryOperators.h
index 5d9852b3..247496fd 100644
--- a/Frameworks/QueryKit/QKQueryOperators.h
+++ b/Frameworks/QueryKit/QKQueryOperators.h
@@ -31,8 +31,12 @@
// More info at <http://code.google.com/p/sequel-pro/>
/**
- * Note that this is by no means complete list of available operators, only the most commonly used ones. Other
- * operators can be added as and when they are required.
+ * @enum QKQueryOperator
+ *
+ * Used to specify the operator to use for a specific query parameter.
+ *
+ * Note that this is by no means a complete list of available operators, only the most commonly used ones.
+ * Other operators can be added as and when they are required.
*/
typedef enum
{
@@ -49,4 +53,4 @@ typedef enum
QKGreaterThanOrEqualOperator,
QKLessThanOrEqualOperator
}
-QKQueryOperator; \ No newline at end of file
+QKQueryOperator;