comparison src/DLD-FUNCTIONS/tril.cc @ 12546:39ca02387a32

Improve docstrings for a number of functions.
author Rik <octave@nomad.inbox5.com>
date Mon, 28 Mar 2011 16:38:13 -0700
parents 12df7854fa7c
children 4d777e05d47c
comparison
equal deleted inserted replaced
12545:e4a22302dc97 12546:39ca02387a32
398 DEFUN_DLD (triu, args, , 398 DEFUN_DLD (triu, args, ,
399 "-*- texinfo -*-\n\ 399 "-*- texinfo -*-\n\
400 @deftypefn {Function File} {} triu (@var{A})\n\ 400 @deftypefn {Function File} {} triu (@var{A})\n\
401 @deftypefnx {Function File} {} triu (@var{A}, @var{k})\n\ 401 @deftypefnx {Function File} {} triu (@var{A}, @var{k})\n\
402 @deftypefnx {Function File} {} triu (@var{A}, @var{k}, @var{pack})\n\ 402 @deftypefnx {Function File} {} triu (@var{A}, @var{k}, @var{pack})\n\
403 @xref{tril}.\n\ 403 See the documentation for the @code{tril} function (@pxref{tril}).\n\
404 @end deftypefn") 404 @end deftypefn")
405 { 405 {
406 return do_trilu ("triu", args); 406 return do_trilu ("triu", args);
407 } 407 }
408 408