diff scripts/audio/@audioplayer/set.m @ 19530:a9c67ed90fc0

fix audioplayer docstrings to work with new texinfo * audioplayer.m, get.m, play.m, playblocking.m, set.m: fix docstrings using stand alone deftypefnx tags
author Vytautas Jančauskas <unaudio@gmail.com>
date Fri, 20 Sep 2013 00:46:16 +0300
parents ee3ec3f02358
children 8bb399569393
line wrap: on
line diff
--- a/scripts/audio/@audioplayer/set.m	Fri Sep 20 00:37:06 2013 +0300
+++ b/scripts/audio/@audioplayer/set.m	Fri Sep 20 00:46:16 2013 +0300
@@ -1,11 +1,14 @@
 ## -*- texinfo -*-
 ## @deftypefn{Function File} set (@var{playerObj}, @var{Name}, @var{Value})
 ## Set the value of property specified by @var{Name} to a given @var{Value}.
-## @deftypefnx{Function File} set (@var{playerObj}, @var{CellOfNames}, @var{CellOfValues})
+## @end deftypefn
+## @deftypefn{Function File} set (@var{playerObj}, @var{CellOfNames}, @var{CellOfValues})
 ## Given a cell array of property names and a cell array of values, set each property to a corresponding value.
-## @deftypefnx{Function File} set (@var{playerObj}, @var{StructOfProperties})
+## @end deftypefn
+## @deftypefn{Function File} set (@var{playerObj}, @var{StructOfProperties})
 ## Given a structure where fields are property names, set the value of those properties for an audioplayer object to corresponding values.
-## @deftypefnx{Function File} @var{settableProperties} = set (@var{playerObj})
+## @end deftypefn
+## @deftypefn{Function File} @var{settableProperties} = set (@var{playerObj})
 ## Returns a structure of settable properties.
 ## @end deftypefn