diff scripts/general/nextpow2.m @ 3407:5e0a0b1cba43

[project @ 2000-01-06 03:13:55 by jwe]
author jwe
date Thu, 06 Jan 2000 03:14:17 +0000
parents 6923abb04e16
children f8dde1807dee
line wrap: on
line diff
--- a/scripts/general/nextpow2.m	Wed Jan 05 20:51:47 2000 +0000
+++ b/scripts/general/nextpow2.m	Thu Jan 06 03:14:17 2000 +0000
@@ -28,8 +28,7 @@
 ## 
 ## If @var{x} is a vector, return @code{nextpow2 (length (@var{x}))}.
 ## @end deftypefn
-
-## See also: pow2
+## @seealso{pow2}
 
 ## Author: KH <Kurt.Hornik@ci.tuwien.ac.at>
 ## Created: 7 October 1994