[Plplot-devel] [PATCH] Add doxygen comments to plot3d.c plfplot3dcl()

2011-01-10 Thread David MacMahon
This is the first pass at adding some doxygen commentary to the new(-ish) functions that support arbitrary storage of 2-D data. Please let me know if this is on the right track. I think most of the related functions will have similarly worded explanations, so perhaps it would be better to docume

[Plplot-devel] [PATCH] Id keyword changes made when creating tag v5_9_7

2011-01-10 Thread David MacMahon
This patch adds the Id keyword changes that were presumably inadvertently committed during the creation of the v5_9_7 tag rather than on trunk. --- examples/f95/x26f.f90 |2 +- examples/f95/x27f.f90 |2 +- examples/tcl/x23 |2 +- examples/tcl/x28 |2 +- examples/tcl/x29

Re: [Plplot-devel] [PATCH] Add doxygen comments to plot3d.c plfplot3dcl()

2011-01-10 Thread Alan W. Irwin
On 2011-01-10 09:48-0800 David MacMahon wrote: > > This is the first pass at adding some doxygen commentary to the > new(-ish) functions that support arbitrary storage of 2-D data. Please > let me know if this is on the right track. I think most of the related > functions will have similarly wor

Re: [Plplot-devel] [PATCH] Id keyword changes made when creating tag v5_9_7

2011-01-10 Thread Alan W. Irwin
On 2011-01-10 10:09-0800 David MacMahon wrote: > > This patch adds the Id keyword changes that were presumably > inadvertently committed during the creation of the v5_9_7 tag rather > than on trunk. > --- > examples/f95/x26f.f90 |2 +- > examples/f95/x27f.f90 |2 +- > examples/tcl/x23 |

Re: [Plplot-devel] [PATCH] Id keyword changes made when creating tag v5_9_7

2011-01-10 Thread David MacMahon
Hi, Alan, I happened to notice (using gitk to view my local "git svn" clone of the plplot repo) the difference that this svn command shows... svn diff -x -u \ https://plplot.svn.sourceforge.net/svnroot/plplot/tr...@11241 \ https://plplot.svn.sourceforge.net/svnroot/plplot/tags/v5_...@11242 It's

[Plplot-devel] Octave status

2011-01-10 Thread Alan W. Irwin
I have made some more progress with my current Octave effort. * As of revision 11457, I created a (Unix) custom target called check_plplot_octave_def which creates a check version of plplot_octave_def using a sed script on bindings/swig-support/plplotcapi.i then compares that check version with th

Re: [Plplot-devel] [PATCH] Id keyword changes made when creating tag v5_9_7

2011-01-10 Thread Alan W. Irwin
On 2011-01-10 14:52-0800 David MacMahon wrote: > Hi, Alan, > I happened to notice (using gitk to view my local "git svn" clone of the plplot repo) the difference that this svn command shows... > > svn diff -x -u \ > https://plplot.svn.sourceforge.net/svnroot/plplot/tr...@11241 \ > https://plplot

Re: [Plplot-devel] [PATCH] Id keyword changes made when creating tag v5_9_7

2011-01-10 Thread David MacMahon
Hi, Alan, On Jan 10, 2011, at 4:50 PM, Alan W. Irwin wrote: > I confirm those Id difference as well with that svn diff command, e.g., > > -# $Id:$ > +# $Id$ > > That implies that colon was removed. And yet we have > > softw...@raven> grep Id examples/tcl/x24 > # $Id: x24 11447 2011-01-07 07:46

Re: [Plplot-devel] [PATCH] Add doxygen comments to plot3d.c plfplot3dcl()

2011-01-10 Thread Alan W. Irwin
On 2011-01-10 13:14-0800 Alan W. Irwin wrote: > [...]I think your > doxygen style (e.g., dropping the colons) is an improvement on what we > have done before so I will update the doxygen commentary in > pllegend.c, plpage.c, and plsym.c accordingly. DONE as of revision 11473. Alan __