diff scripts/specfun/betaln.m @ 10821:693e22af08ae

Grammarcheck documentation of m-files Add newlines between @item fields for readability.
author Rik <octave@nomad.inbox5.com>
date Mon, 26 Jul 2010 21:25:36 -0700
parents a8ce6bdecce5
children fd0a3ac60b0e
line wrap: on
line diff
--- a/scripts/specfun/betaln.m	Mon Jul 26 07:41:23 2010 -0400
+++ b/scripts/specfun/betaln.m	Mon Jul 26 21:25:36 2010 -0700
@@ -29,6 +29,7 @@
 ## @example
 ## betaln (a, b) = gammaln (a) + gammaln (b) - gammaln (a + b)
 ## @end example
+## 
 ## @end ifnottex
 ## @seealso{beta, betainc, gammaln}
 ## @end deftypefn