Mercurial > hg > octave-jordi
changeset 18941:3136e3f8e631
linkaxes.m: Fix unbalanced parentheses warning in Texinfo.
* linkaxes.m: Fix unbalanced parentheses warning in docstring.
author | Rik <rik@octave.org> |
---|---|
date | Thu, 17 Jul 2014 19:51:21 -0700 |
parents | 9eec76b084c8 |
children | 714ce8ca71ea |
files | scripts/plot/util/linkaxes.m |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/scripts/plot/util/linkaxes.m +++ b/scripts/plot/util/linkaxes.m @@ -17,8 +17,8 @@ ## <http://www.gnu.org/licenses/>. ## -*- texinfo -*- -## @deftypefn {Function File} linkaxes (@var{hax}) -## @deftypefnx {Function File} linkaxes (@var{hax}, @var{optstr}) +## @deftypefn {Function File} {} linkaxes (@var{hax}) +## @deftypefnx {Function File} {} linkaxes (@var{hax}, @var{optstr}) ## Link the axis limits of 2-D plots such that a change in one is ## propagated to the others. ##