Mercurial > hg > octave-nkf
diff scripts/plot/util/linkaxes.m @ 19132: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 | 65f19ac3cd1b |
children | 4197fc428c7d |
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. ##