Mercurial > hg > octave-nkf
comparison 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 |
comparison
equal
deleted
inserted
replaced
19131:9eec76b084c8 | 19132:3136e3f8e631 |
---|---|
15 ## You should have received a copy of the GNU General Public License | 15 ## You should have received a copy of the GNU General Public License |
16 ## along with Octave; see the file COPYING. If not, see | 16 ## along with Octave; see the file COPYING. If not, see |
17 ## <http://www.gnu.org/licenses/>. | 17 ## <http://www.gnu.org/licenses/>. |
18 | 18 |
19 ## -*- texinfo -*- | 19 ## -*- texinfo -*- |
20 ## @deftypefn {Function File} linkaxes (@var{hax}) | 20 ## @deftypefn {Function File} {} linkaxes (@var{hax}) |
21 ## @deftypefnx {Function File} linkaxes (@var{hax}, @var{optstr}) | 21 ## @deftypefnx {Function File} {} linkaxes (@var{hax}, @var{optstr}) |
22 ## Link the axis limits of 2-D plots such that a change in one is | 22 ## Link the axis limits of 2-D plots such that a change in one is |
23 ## propagated to the others. | 23 ## propagated to the others. |
24 ## | 24 ## |
25 ## The axes handles to be linked are passed as the first argument @var{hax}. | 25 ## The axes handles to be linked are passed as the first argument @var{hax}. |
26 ## | 26 ## |