diff options
author | stuconnolly <stuart02@gmail.com> | 2012-07-14 12:06:06 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2012-07-14 12:06:06 +0000 |
commit | dd2c7e34d265c7a4a66b7583a186456095b545ee (patch) | |
tree | fe046a01868dc84995f57e901dfde0fa238ecc18 /Frameworks | |
parent | 0e0e65f864a4c14c0336613a00f61704dcebc168 (diff) | |
download | sequelpro-dd2c7e34d265c7a4a66b7583a186456095b545ee.tar.gz sequelpro-dd2c7e34d265c7a4a66b7583a186456095b545ee.tar.bz2 sequelpro-dd2c7e34d265c7a4a66b7583a186456095b545ee.zip |
Comments (missing from previous commit).
Diffstat (limited to 'Frameworks')
-rw-r--r-- | Frameworks/QueryKit/Source/QKQuery.m | 4 |
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 { |