Added webrefs to enable reference page generation

This commit is contained in:
alignedleft
2012-09-12 16:50:33 +00:00
parent 7deaccfd0b
commit a89ae7c3bc
2 changed files with 89 additions and 6 deletions

View File

@@ -59,6 +59,8 @@ import processing.core.PConstants;
* often with the data in quotes. TSV files use tabs as separators, and usually
* don't bother with the quotes.</p>
* <p>File names should end with .csv if they're comma separated.</p>
*
* @webref data:composite
*/
public class Table implements Iterable<TableRow> {
protected int rowCount;