summaryrefslogtreecommitdiff
path: root/orkbasecxx/AudioTape.h
diff options
context:
space:
mode:
Diffstat (limited to 'orkbasecxx/AudioTape.h')
-rw-r--r--orkbasecxx/AudioTape.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/orkbasecxx/AudioTape.h b/orkbasecxx/AudioTape.h
index cb0eaea..5d329ba 100644
--- a/orkbasecxx/AudioTape.h
+++ b/orkbasecxx/AudioTape.h
@@ -68,9 +68,9 @@ public:
bool IsStoppedAndValid();
void AddCaptureEvent(CaptureEventRef eventRef, bool send = true);
void GetMessage(MessageRef& msg);
- /** Returns an identifier for the tape which corresponds to the filename without extension */
+ /// Returns an identifier for the tape which corresponds to the filename without extension
CStdString GetIdentifier();
- /** Returns the full filename (including relative path) to the post-compression audio file */
+ /// Returns the full filename (including relative path) to the post-compression audio file
CStdString GetFilename();
CStdString GetPath();
AudioFileRef GetAudioFileRef();