Mercurial > hg > octave-lyh
changeset 12062:26fb50dc7401 release-3-2-x
fix some functions help markup
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Sun, 23 Aug 2009 11:10:05 +0200 |
parents | 9b9aaacf194d |
children | 4c7b51b2541d |
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-10 John W. Eaton <jwe@octave.org> * DLD-FUNCTIONS/dlmread.cc (Fdlmread): Perform tilde expansion on
--- 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\ @@ -5763,7 +5763,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") { @@ -5810,7 +5810,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\