aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks/QueryKit/Source/QKQuery.m
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2012-07-14 12:06:06 +0000
committerstuconnolly <stuart02@gmail.com>2012-07-14 12:06:06 +0000
commitdd2c7e34d265c7a4a66b7583a186456095b545ee (patch)
treefe046a01868dc84995f57e901dfde0fa238ecc18 /Frameworks/QueryKit/Source/QKQuery.m
parent0e0e65f864a4c14c0336613a00f61704dcebc168 (diff)
downloadsequelpro-dd2c7e34d265c7a4a66b7583a186456095b545ee.tar.gz
sequelpro-dd2c7e34d265c7a4a66b7583a186456095b545ee.tar.bz2
sequelpro-dd2c7e34d265c7a4a66b7583a186456095b545ee.zip
Comments (missing from previous commit).
Diffstat (limited to 'Frameworks/QueryKit/Source/QKQuery.m')
-rw-r--r--Frameworks/QueryKit/Source/QKQuery.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/Frameworks/QueryKit/Source/QKQuery.m b/Frameworks/QueryKit/Source/QKQuery.m
index 35d53102..3834bd82 100644
--- a/Frameworks/QueryKit/Source/QKQuery.m
+++ b/Frameworks/QueryKit/Source/QKQuery.m
@@ -310,8 +310,8 @@ static NSString *QKNoQueryTableException = @"QKNoQueryTable";
/**
* Convenience method for adding more than one field to the query's ORDER BY clause.
*
- * @param fields
- * @param descending
+ * @param fields An array of fields to ORDER BY.
+ * @param descending Indicates whether the ORDER BY should be descending.
*/
- (void)orderByFields:(NSArray *)fields descending:(BOOL)descending
{