diff --git a/core/src/processing/data/Table.java b/core/src/processing/data/Table.java index 1ab041573..7b7166969 100644 --- a/core/src/processing/data/Table.java +++ b/core/src/processing/data/Table.java @@ -67,6 +67,9 @@ import processing.core.PConstants; *
File names should end with .csv if they're comma separated.
* * @webref data:composite + * @see PApplet#createTable() + * @see PApplet#loadTable(String) + * @see PApplet#saveTable(Table, String) */ public class Table { protected int rowCount;