Fixed processing/processing-web#275 by relocating saveTable() from input:files section of Reference index page to output:files section

This commit is contained in:
Scott Murray
2013-11-02 15:24:06 -07:00
parent 8a35861f3c
commit f775018a30
+1 -1
View File
@@ -6377,7 +6377,7 @@ public class PApplet extends Applet
/**
* @webref input:files
* @webref output:files
* @param table the Table object to save to a file
* @param filename the filename to which the Table should be saved
* @see Table