diff 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
line wrap: on
line diff
--- a/scripts/plot/backend.m	Mon Apr 20 17:30:16 2009 -0700
+++ b/scripts/plot/backend.m	Tue Apr 21 10:00:11 2009 -0700
@@ -17,8 +17,8 @@
 ## <http://www.gnu.org/licenses/>.
 
 ## -*- texinfo -*-
-## @deftypefn {Function File} backend (@var{name})
-## @deftypefnx {Function File} backend (@var{hlist}, @var{name})
+## @deftypefn  {Function File} {} backend (@var{name})
+## @deftypefnx {Function File} {} backend (@var{hlist}, @var{name})
 ## Change the default graphics backend to @var{name}.  If the backend is
 ## not already loaded, it is first initialized (initialization is done
 ## through the execution of __init_@var{name}__).