# HG changeset patch # User Vytautas JanĨauskas # Date 1379449747 -10800 # Node ID 480407a8d22620851f09892f2f9a06f20b2a7a3e # Parent 316a5606f74f503cf3ba011afb2bc36b229788e5 added module.mk to scripts/audiorecorder * audioplayer.txi: changed the way docstrings are used * module.mk: new file containing a list of method function for the @audiorecorder class diff -r 316a5606f74f -r 480407a8d226 doc/interpreter/audioplayer.txi --- a/doc/interpreter/audioplayer.txi Tue Sep 17 23:09:58 2013 +0300 +++ b/doc/interpreter/audioplayer.txi Tue Sep 17 23:29:07 2013 +0300 @@ -1,5 +1,5 @@ @node Audio Player @section Audio Player -@DOCSTRING(@audioplayer/audioplayer) -@DOCSTRING(@audioplayer/play) \ No newline at end of file +@DOCSTRING(@@audioplayer/audioplayer) +@DOCSTRING(@@audioplayer/play) \ No newline at end of file diff -r 316a5606f74f -r 480407a8d226 doc/interpreter/audiorecorder.txi --- a/doc/interpreter/audiorecorder.txi Tue Sep 17 23:09:58 2013 +0300 +++ b/doc/interpreter/audiorecorder.txi Tue Sep 17 23:29:07 2013 +0300 @@ -1,5 +1,5 @@ @node Audio Recorder @section Audio Recorder -@DOCSTRING("@audioplayer/audiorecorder") -@DOCSTRING("@audioplayer/record") \ No newline at end of file +@DOCSTRING(@audiorecorder/audiorecorder) +@DOCSTRING(@audiorecorder/record) \ No newline at end of file diff -r 316a5606f74f -r 480407a8d226 scripts/@audiorecorder/module.mk --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/scripts/@audiorecorder/module.mk Tue Sep 17 23:29:07 2013 +0300 @@ -0,0 +1,25 @@ +FCN_FILE_DIRS += @audiorecorder + +@audiorecorder_FCN_FILES = \ + @audiorecorder/getproperties.m \ + @audiorecorder/audiorecorder.m \ + @audiorecorder/display.m \ + @audiorecorder/get.m \ + @audiorecorder/getaudiodata.m \ + @audiorecorder/getplayer.m \ + @audiorecorder/isrecording.m \ + @audiorecorder/pause.m \ + @audiorecorder/play.m \ + @audiorecorder/record.m \ + @audiorecorder/recordblocking.m \ + @audiorecorder/resume.m \ + @audiorecorder/set.m \ + @audiorecorder/stop.m \ + @audiorecorder/subsasgn.m \ + @audiorecorder/susbref.m + +FCN_FILES += $(@audiorecorder_FCN_FILES) + +PKG_ADD_FILES += @audiorecorder/PKG_ADD + +DIRSTAMP_FILES += @audiorecorder/$(octave_dirstamp)