diff scripts/general/nextpow2.m @ 8517:81d6ab3ac93c

Allow documentation tobe built for other formats than tex and info
author sh@sh-laptop
date Wed, 14 Jan 2009 20:44:25 -0500
parents a1dbe9d80eee
children eb63fbe60fab
line wrap: on
line diff
--- a/scripts/general/nextpow2.m
+++ b/scripts/general/nextpow2.m
@@ -25,9 +25,9 @@
 ##  $2^n \ge |x|$.
 ## @end tex
 ## @end iftex
-## @ifinfo
+## @ifnottex
 ##  2^n >= abs (x).
-## @end ifinfo
+## @end ifnottex
 ##
 ## If @var{x} is a vector, return @code{nextpow2 (length (@var{x}))}.
 ## @seealso{pow2}