changeset 14143:04dcbb8fb880 stable

fsolve.m: Move @seealso to bottom in docstring to silence warning.
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Tue, 03 Jan 2012 12:03:12 -0500
parents 6aa14605c6c0
children 834df9f10963
files scripts/optimization/fsolve.m
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/optimization/fsolve.m	Mon Jan 02 15:17:54 2012 -0500
+++ b/scripts/optimization/fsolve.m	Tue Jan 03 12:03:12 2012 -0500
@@ -86,7 +86,6 @@
 ##
 ## Note: If you only have a single nonlinear equation of one variable, using
 ## @code{fzero} is usually a much better idea.
-## @seealso{fzero, optimset}
 ##
 ## Note about user-supplied Jacobians:
 ## As an inherent property of the algorithm, Jacobian is always requested for a
@@ -121,10 +120,11 @@
 ## endif
 ## endfunction
 ##
-## ## @dots{}.
+## ## @dots{}
 ##
 ## fsolve (@@user_func, x0, optimset ("OutputFcn", @@user_func, @dots{}))
 ## @end example
+## @seealso{fzero, optimset}
 ## @end deftypefn
 
 ## PKG_ADD: ## Discard result to avoid polluting workspace with ans at startup.