diff scripts/specfun/pow2.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 95ecf219a582
children eb63fbe60fab
line wrap: on
line diff
--- a/scripts/specfun/pow2.m
+++ b/scripts/specfun/pow2.m
@@ -26,18 +26,18 @@
 ##  $2^x$
 ## @end tex
 ## @end iftex
-## @ifinfo
+## @ifnottex
 ##  2 .^ x
-## @end ifinfo
+## @end ifnottex
 ## for each element of @var{x}.  With two arguments, returns
 ## @iftex
 ## @tex
 ##  $f \cdot 2^e$.
 ## @end tex
 ## @end iftex
-## @ifinfo
+## @ifnottex
 ##  f .* (2 .^ e).
-## @end ifinfo
+## @end ifnottex
 ## @seealso{nextpow2}
 ## @end deftypefn