# HG changeset patch # User Ben Abbott # Date 1325463422 18000 # Node ID e13bfbc2c4c582fdbb27c3b0c4b7bd0cc8dfdbf2 # Parent 6258e5cd0f5667df95cdfd52778e119815492ddb __print_parse_opts__.m: Fix doc string and copyright. diff -r 6258e5cd0f56 -r e13bfbc2c4c5 scripts/plot/private/__print_parse_opts__.m --- a/scripts/plot/private/__print_parse_opts__.m Sun Jan 01 13:51:22 2012 -0500 +++ b/scripts/plot/private/__print_parse_opts__.m Sun Jan 01 19:17:02 2012 -0500 @@ -1,4 +1,4 @@ -## Copyright (C) 2008-2011 David Bateman +## Copyright (C) 2010-2011 Shai Ayal ## ## This file is part of Octave. ## @@ -17,11 +17,9 @@ ## . ## -*- texinfo -*- -## @deftypefn {Function File} {[@var{x}, @var{y}, @var{buttons}] =} ginput (@var{n}) -## Return which mouse buttons were pressed and keys were hit on the current -## figure. If @var{n} is defined, then wait for @var{n} mouse clicks -## before returning. If @var{n} is not defined, then @code{ginput} will -## loop until the return key is pressed. +## @deftypefn {Function File} {@var{args} =} __print_parse_opts__ (@var{propname}, @var{propvalue}) +## @deftypefnx {Function File} {@var{args} =} __print_parse_opts__ (@var{struct}) +## Undocumented internal function. ## @end deftypefn function arg_st = __print_parse_opts__ (varargin)