diff scripts/optimization/fsolve.m @ 9143:74d5c1a4ca96

Eliminate 'unbalanced parentheses in @def...' error during texi2pdf. Fixed four .m files with incorrect @deftypefn macro usage.
author Rik <rdrider0-list@yahoo.com>
date Tue, 21 Apr 2009 10:00:11 -0700
parents 7b35d3b21c1c
children 5247e89688e1
line wrap: on
line diff
--- a/scripts/optimization/fsolve.m
+++ b/scripts/optimization/fsolve.m
@@ -19,8 +19,8 @@
 ## Author: Jaroslav Hajek <highegg@gmail.com>
 
 ## -*- texinfo -*-
-## @deftypefn{Function File} {} fsolve (@var{fcn}, @var{x0}, @var{options})
-## @deftypefnx{Function File} {[@var{x}, @var{fvec}, @var{info}, @var{output}, @var{fjac}]} = fsolve (@var{fcn}, @dots{})
+## @deftypefn  {Function File} {} fsolve (@var{fcn}, @var{x0}, @var{options})
+## @deftypefnx {Function File} {[@var{x}, @var{fvec}, @var{info}, @var{output}, @var{fjac}]} = fsolve (@var{fcn}, @dots{})
 ## Solve a system of nonlinear equations defined by the function @var{fcn}.
 ## @var{fcn} should accepts a vector (array) defining the unknown variables,
 ## and return a vector of left-hand sides of the equations.  Right-hand sides