comparison scripts/plot/backend.m @ 9143:74d5c1a4ca96

Eliminate 'unbalanced parentheses in @def...' error during texi2pdf. Fixed four .m files with incorrect @deftypefn macro usage.
author Rik <rdrider0-list@yahoo.com>
date Tue, 21 Apr 2009 10:00:11 -0700
parents dbd0c77e575e
children 16f53d29049f
comparison
equal deleted inserted replaced
9142:b38c45d1fc08 9143:74d5c1a4ca96
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} backend (@var{name}) 20 ## @deftypefn {Function File} {} backend (@var{name})
21 ## @deftypefnx {Function File} backend (@var{hlist}, @var{name}) 21 ## @deftypefnx {Function File} {} backend (@var{hlist}, @var{name})
22 ## Change the default graphics backend to @var{name}. If the backend is 22 ## Change the default graphics backend to @var{name}. If the backend is
23 ## not already loaded, it is first initialized (initialization is done 23 ## not already loaded, it is first initialized (initialization is done
24 ## through the execution of __init_@var{name}__). 24 ## through the execution of __init_@var{name}__).
25 ## 25 ##
26 ## @var{hlist} is a list of figure handles. When given, this function 26 ## @var{hlist} is a list of figure handles. When given, this function