Mercurial > hg > octave-nkf
changeset 9517:a85dbf7b6ff9
fix some functions help markup
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Wed, 12 Aug 2009 07:20:47 +0200 |
parents | fb933db0c517 |
children | 113dba092d8c |
files | src/ChangeLog src/data.cc |
diffstat | 2 files changed, 8 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2009-08-12 Jaroslav Hajek <highegg@gmail.com> + + * data.cc (Fissorted, F__sort_rows_idx__, Fnorm): Mark as Built-in + Functions in the inline help. + 2009-08-11 John W. Eaton <jwe@octave.org> * DLD-FUNCTIONS/fftw.cc (Ffftw): Update for octave_fftw_planner
--- a/src/data.cc +++ b/src/data.cc @@ -4793,7 +4793,7 @@ DEFUN (norm, args, , "-*- texinfo -*-\n\ -@deftypefn {Function File} {} norm (@var{a}, @var{p}, @var{opt})\n\ +@deftypefn {Built-in Function} {} norm (@var{a}, @var{p}, @var{opt})\n\ Compute the p-norm of the matrix @var{a}. If the second argument is\n\ missing, @code{p = 2} is assumed.\n\ \n\ @@ -5825,7 +5825,7 @@ DEFUN (__sort_rows_idx__, args, , "-*- texinfo -*-\n\ -@deftypefn {Function File} {} __sort_rows_idx__ (@var{a}, @var{mode})\n\ +@deftypefn {Built-in Function} {} __sort_rows_idx__ (@var{a}, @var{mode})\n\ Undocumented internal function.\n\ @end deftypefn\n") { @@ -5872,7 +5872,7 @@ DEFUN (issorted, args, , "-*- texinfo -*-\n\ -@deftypefn {Function File} {} issorted (@var{a}, @var{rows})\n\ +@deftypefn {Built-in Function} {} issorted (@var{a}, @var{rows})\n\ Returns true if the array is sorted, ascending or descending.\n\ NaNs are treated as by @code{sort}. If @var{rows} is supplied and\n\ has the value \"rows\", checks whether the array is sorted by rows\n\