changeset 19714:890ff06d84ce

record.m: Remove seealso link to @audiorecorder which stops docs building. * record.m: Remove seealso link to @audiorecorder which stops docs building.
author Rik <rik@octave.org>
date Sun, 08 Feb 2015 12:10:05 -0800
parents f1270e5a3117
children 35bca657d74d
files scripts/audio/record.m
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/audio/record.m	Sun Feb 08 10:33:56 2015 -0800
+++ b/scripts/audio/record.m	Sun Feb 08 12:10:05 2015 -0800
@@ -25,7 +25,6 @@
 ## @var{fs} is given, it specifies the sampling rate for recording.
 ##
 ## For more control over audio recording, use the @code{audiorecorder} class.
-## @seealso{@audiorecorder/audiorecorder}
 ## @end deftypefn
 
 function x = record (sec, fs)