Mercurial > hg > octave-lyh
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 +++ b/scripts/plot/backend.m @@ -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}__).