prisonerjohn / processing-web

0 stars 0 forks source link

[CLOSED] loadXML(): either missing parameter documentation or nonexistent signature listed #77

Open prisonerjohn opened 10 years ago

prisonerjohn commented 10 years ago

Issue by teo1978 Sunday Mar 17, 2013 at 11:14 GMT Originally opened as https://github.com/processing/processing-web/issues/77


http://processing.org/reference/loadXML_.html

Syntax
loadXML(filename) loadXML(filename, options) Parameters
filename String: name of a file in the data folder or a URL. Returns XML

Does the options parameter exist or not? If it exists it lacks documentation, if it doesn't exist, the loadXML(filename,options) syntax should be removed.

It certainly does not exist in Processing.js but I don't know about standard Processing.

prisonerjohn commented 10 years ago

Comment by alignedleft Wednesday Apr 03, 2013 at 16:02 GMT


Good catch. There is a loadXML(filename, options) in the source, but currently the options part doesn’t do anything. I’m looking into suppressing it’s display on the page.