Mercurial > hg > octave-nkf
comparison scripts/plot/private/__print_parse_opts__.m @ 14130:e13bfbc2c4c5 stable
__print_parse_opts__.m: Fix doc string and copyright.
author | Ben Abbott <bpabbott@mac.com> |
---|---|
date | Sun, 01 Jan 2012 19:17:02 -0500 |
parents | 47f803279384 |
children | 72c96de7a403 |
comparison
equal
deleted
inserted
replaced
14128:6258e5cd0f56 | 14130:e13bfbc2c4c5 |
---|---|
1 ## Copyright (C) 2008-2011 David Bateman | 1 ## Copyright (C) 2010-2011 Shai Ayal |
2 ## | 2 ## |
3 ## This file is part of Octave. | 3 ## This file is part of Octave. |
4 ## | 4 ## |
5 ## Octave is free software; you can redistribute it and/or modify it | 5 ## Octave is free software; you can redistribute it and/or modify it |
6 ## under the terms of the GNU General Public License as published by | 6 ## under the terms of the GNU General Public License as published by |
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} {[@var{x}, @var{y}, @var{buttons}] =} ginput (@var{n}) | 20 ## @deftypefn {Function File} {@var{args} =} __print_parse_opts__ (@var{propname}, @var{propvalue}) |
21 ## Return which mouse buttons were pressed and keys were hit on the current | 21 ## @deftypefnx {Function File} {@var{args} =} __print_parse_opts__ (@var{struct}) |
22 ## figure. If @var{n} is defined, then wait for @var{n} mouse clicks | 22 ## Undocumented internal function. |
23 ## before returning. If @var{n} is not defined, then @code{ginput} will | |
24 ## loop until the return key is pressed. | |
25 ## @end deftypefn | 23 ## @end deftypefn |
26 | 24 |
27 function arg_st = __print_parse_opts__ (varargin) | 25 function arg_st = __print_parse_opts__ (varargin) |
28 | 26 |
29 persistent warn_on_missing_binary = true | 27 persistent warn_on_missing_binary = true |