changeset 19521:480407a8d226

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
author Vytautas Jančauskas <unaudio@gmail.com>
date Tue, 17 Sep 2013 23:29:07 +0300
parents 316a5606f74f
children ee3ec3f02358
files doc/interpreter/audioplayer.txi doc/interpreter/audiorecorder.txi scripts/@audiorecorder/module.mk
diffstat 3 files changed, 29 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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
--- /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)