fix for a couple methods not being generated for the docs.

This commit is contained in:
Randall Luecke
2011-02-22 19:48:53 -05:00
parent e4093ac3ae
commit 033663f2cf
+2 -2
View File
@@ -1351,7 +1351,7 @@ CPTableViewFirstColumnOnlyAutoresizingStyle = 5;
[self selectColumnIndexes:[CPIndexSet indexSet] byExtendingSelection:NO];
}
/*
/*!
Returns the number of columns in the table
*/
- (int)numberOfColumns
@@ -1359,7 +1359,7 @@ CPTableViewFirstColumnOnlyAutoresizingStyle = 5;
return NUMBER_OF_COLUMNS();
}
/*
/*!
Returns the number of rows in the receiver.
*/
- (int)numberOfRows