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
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
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
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 |
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
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
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
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
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
__