On Feb 8, 2007, at 5:09 PM, Alan W. Irwin wrote: > I suggest we document both the full API and the redacted API for > each of the > PLplot functions where there is a difference. This amounts to > simply an > extra listing of the function call, for example, > > full API: plline(n, x, y) > redacted API: plline(x, y)
This sounds good. I think we might need one line per language though, as some interfaces like Perl/PDL also change the order of the arguments. So, something like: c: plline(n, x, y) ... current documentation ... f77: plline(n,x,y) f95: plline(n,x,y) c++: plline(n,x,y) java: plline(x,y) perl: plline(x,y) python: plline(x,y) tcl/tk: plline(x,y) This function is used in examples x,y,z That looks pretty redundant though, so maybe c:, redacted: and variants by language if necessary? I'll volunteer to make this happen. -Hazen ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier. Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Plplot-devel mailing list Plplot-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/plplot-devel