From: <i7...@us...> - 2012-06-12 15:09:19
|
Revision: 10627 http://octave.svn.sourceforge.net/octave/?rev=10627&view=rev Author: i7tiol Date: 2012-06-12 15:09:09 +0000 (Tue, 12 Jun 2012) Log Message: ----------- Small fix to format of documentation. Modified Paths: -------------- trunk/octave-forge/main/optim/inst/nonlin_min.m Modified: trunk/octave-forge/main/optim/inst/nonlin_min.m =================================================================== --- trunk/octave-forge/main/optim/inst/nonlin_min.m 2012-06-12 14:56:43 UTC (rev 10626) +++ trunk/octave-forge/main/optim/inst/nonlin_min.m 2012-06-12 15:09:09 UTC (rev 10627) @@ -54,8 +54,8 @@ ## @var{settings}: ## ## @code{Algorithm}: String specifying the backend. Currently available -## are @{"lm_feasible"} (default) and @code{"siman"}. They are described -## in separate sections below. +## are @code{"lm_feasible"} (default) and @code{"siman"}. They are +## described in separate sections below. ## ## @code{objf_grad}: Function computing the gradient of the objective ## function with respect to the parameters, assuming residuals are This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |