diff scripts/plot/util/linkaxes.m @ 18942: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
line wrap: on
line diff
--- a/scripts/plot/util/linkaxes.m	Fri Jul 18 03:19:04 2014 +0100
+++ b/scripts/plot/util/linkaxes.m	Thu Jul 17 19:51:21 2014 -0700
@@ -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.
 ##