Mercurial > hg > octave-lyh
changeset 11912:4751f7502e9b release-3-0-x
Cross reference between postpad and resize
author | Francesco Potortì <pot@gnu.org> |
---|---|
date | Mon, 12 Jan 2009 10:57:46 +0100 |
parents | 7ca65d747250 |
children | a92a8cb0492e |
files | scripts/ChangeLog scripts/general/postpad.m src/ChangeLog src/data.cc |
diffstat | 4 files changed, 8 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,5 +1,7 @@ 2008-12-26 Francesco Potortì <pot@gnu.org> + * general/postpad.m: Use @seealso. Add reference to resize. + * statistics/base/statistics.m: Correct help string. * plot/hist.m: Doc string now mentions matrix input argument.
--- a/scripts/general/postpad.m +++ b/scripts/general/postpad.m @@ -19,7 +19,7 @@ ## -*- texinfo -*- ## @deftypefn {Function File} {} postpad (@var{x}, @var{l}, @var{c}) -## See prepad. +## @seealso{prepad, resize} ## @end deftypefn ## Author: Tony Richardson <arichard@stark.cc.oh.us>
--- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2008-12-26 Francesco Potortì <pot@gnu.org> + + * data.cc (resize): Add cross reference to postpad. + 2008-10-28 Brian Gough <bjg@gnu.org> * DLD-FUNCTIONS/besselj.cc: Added tests.
--- a/src/data.cc +++ b/src/data.cc @@ -2670,7 +2670,7 @@ dimensions of the result are given by the elements of @var{m}.\n\ If both @var{m} and @var{n} are scalars, then the dimensions of\n\ the result are @var{m}-by-@var{n}.\n\ -@seealso{reshape}\n\ +@seealso{reshape, postpad}\n\ @end deftypefn") { octave_value retval;