Mercurial > hg > octave-image
changeset 859:9e4ecfd52273
imgradient.m: fix typo on Texinfo
author | Carnë Draug <carandraug@octave.org> |
---|---|
date | Wed, 08 Jan 2014 12:27:35 +0000 |
parents | af3c7946534b |
children | 86f0632d379b |
files | inst/imgradient.m |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/inst/imgradient.m +++ b/inst/imgradient.m @@ -15,7 +15,7 @@ ## -*- texinfo -*- ## @deftypefn {Function File} {[@var{gradMag}, @var{gradDir}] =} imgradient (@var{img}) -## @deftypefn {Function File} {[@var{gradMag}, @var{gradDir}] =} imgradient (@var{img}, @var{method}) +## @deftypefnx {Function File} {[@var{gradMag}, @var{gradDir}] =} imgradient (@var{img}, @var{method}) ## @deftypefnx {Function File} {[@var{gradMag}, @var{gradDir}] =} imgradient (@var{gx}, @var{gy}) ## Compute the gradient magnitude and direction in degrees for an image. ##