Mercurial > hg > octave-nkf
changeset 8433:3292bd1bbaa4
Cross reference between postpad and resize
author | Francesco Potortì <pot@gnu.org> |
---|---|
date | Fri, 26 Dec 2008 22:51:48 +0100 |
parents | c9cb8f0b8b4f |
children | 7ceb99b0abbf |
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-12-25 Jaroslav Hajek <highegg@gmail.com> * load-save.h (load_save_format_type, load_save_format_options): New
--- a/src/data.cc +++ b/src/data.cc @@ -4370,7 +4370,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;