# HG changeset patch # User Rik # Date 1293204585 28800 # Node ID 2d7a478544c72a3d094c6dc2bee3505b98c1c731 # Parent 2df163be223ef4b3e2bb415510e038db1e8c2f9c setaudio.m: Re-write docstring. diff --git a/scripts/ChangeLog b/scripts/ChangeLog --- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,7 @@ +2010-12-24 Rik + + * audio/setaudio.m: Re-write docstring. + 2010-12-23 Soren Hauberg * signal/detrend.m: Also accept polynomial order as a string ("constant" or "linear") for compatibility with Matlab. diff --git a/scripts/audio/setaudio.m b/scripts/audio/setaudio.m --- a/scripts/audio/setaudio.m +++ b/scripts/audio/setaudio.m @@ -17,8 +17,11 @@ ## . ## -*- texinfo -*- -## @deftypefn {Function File} {} setaudio ([@var{w_type} [, @var{value}]]) -## Execute the shell command @samp{mixer [@var{w_type} [, @var{value}]]} +## @deftypefn {Function File} {} setaudio () +## @deftypefnx {Function File} {} setaudio (@var{w_type}) +## @deftypefnx {Function File} {} setaudio (@var{w_type}, @var{value}) +## Execute the shell command @samp{mixer}, possibly with optional +## arguments @var{w_type} and @var{value}. ## @end deftypefn ## Author: AW