comparison src/DLD-FUNCTIONS/tril.cc @ 10846:a4f482e66b65

Grammarcheck more of the documentation. Use @noindent macro appropriately. Limit line length to 80 characters.
author Rik <octave@nomad.inbox5.com>
date Sun, 01 Aug 2010 20:22:17 -0700
parents 89f4d7e294cc
children 2c356a35d7f5
comparison
equal deleted inserted replaced
10845:c0ffe159ba1a 10846:a4f482e66b65
384 1 1 1\n\ 384 1 1 1\n\
385 @end group\n\ 385 @end group\n\
386 @end example\n\ 386 @end example\n\
387 \n\ 387 \n\
388 If the option \"pack\" is given as third argument, the extracted elements\n\ 388 If the option \"pack\" is given as third argument, the extracted elements\n\
389 are not inserted into a matrix, but rather stacked column-wise one above other.\n\ 389 are not inserted into a matrix, but rather stacked column-wise one above\n\
390 other.\n\
390 @seealso{triu, diag}\n\ 391 @seealso{triu, diag}\n\
391 @end deftypefn") 392 @end deftypefn")
392 { 393 {
393 return do_trilu ("tril", args); 394 return do_trilu ("tril", args);
394 } 395 }