Mercurial > hg > octave-lyh
diff scripts/general/gradient.m @ 7650:eb7bdde776f2
Texinfo fixes
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Wed, 26 Mar 2008 16:27:14 -0400 |
parents | a2174fb073d4 |
children | cadc73247d65 |
line wrap: on
line diff
--- a/scripts/general/gradient.m +++ b/scripts/general/gradient.m @@ -17,10 +17,10 @@ ## <http://www.gnu.org/licenses/>. ## -*- texinfo -*- -## @deftypefn {Function File} {@var{x} = } gradient (@var{M}) -## @deftypefnx {Function File} {[@var{x}, @var{y}, @dots{}] = } gradient (@var{M}) -## @deftypefnx {Function File} {[@dots{}] = } gradient (@var{M}, @var{s}) -## @deftypefnx {Function File} {[@dots{}] = } gradient (@var{M}, @var{dx}, @var{dy}, @dots{}) +## @deftypefn {Function File} {@var{x} =} gradient (@var{M}) +## @deftypefnx {Function File} {[@var{x}, @var{y}, @dots{}] =} gradient (@var{M}) +## @deftypefnx {Function File} {[@dots{}] =} gradient (@var{M}, @var{s}) +## @deftypefnx {Function File} {[@dots{}] =} gradient (@var{M}, @var{dx}, @var{dy}, @dots{}) ## ## Calculates the gradient. @code{@var{x} = gradient (@var{M})} ## calculates the one dimensional gradient if @var{M} is a vector. If