diff scripts/specfun/betaln.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 6f2d95255911
children eb63fbe60fab
line wrap: on
line diff
--- a/scripts/specfun/betaln.m
+++ b/scripts/specfun/betaln.m
@@ -26,12 +26,12 @@
 ## $$
 ## @end tex
 ## @end iftex
-## @ifinfo
+## @ifnottex
 ##
 ## @example
 ## betaln (a, b) = gammaln (a) + gammaln (b) - gammaln (a + b)
 ## @end example
-## @end ifinfo
+## @end ifnottex
 ## @seealso{beta, betainc, gammaln}
 ## @end deftypefn