diff scripts/special-matrix/pascal.m @ 12448:f2c080bbd8a5

Fix documentation bugs uncovered while rewriting munge-texi. Add missing commas to @seealso macro calls for some script functions. Remove @DOCSTRING references to functions without help text references.
author Rik <octave@nomad.inbox5.com>
date Mon, 14 Feb 2011 17:23:04 -0800
parents 1577c6f80926
children 139f993936af
line wrap: on
line diff
--- a/scripts/special-matrix/pascal.m	Tue Feb 15 01:28:11 2011 +0100
+++ b/scripts/special-matrix/pascal.m	Mon Feb 14 17:23:04 2011 -0800
@@ -30,7 +30,7 @@
 ## @code{pascal (@var{n}, 1)}, which is the cube-root of the identity
 ## matrix.  That is @code{pascal (@var{n}, 2) ^ 3 == eye (@var{n})}.
 ##
-## @seealso{hankel, vander, sylvester_matrix, hilb, invhilb, toeplitz
+## @seealso{hankel, vander, sylvester_matrix, hilb, invhilb, toeplitz,
 ##          hadamard, wilkinson, compan, rosser}
 ## @end deftypefn