aboutsummaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorEugene Sandulenko2010-01-01 15:35:12 +0000
committerEugene Sandulenko2010-01-01 15:35:12 +0000
commit5ebadb10d483864bd70350f41d264c35d5f1a37e (patch)
treee9f8593b7e5c27f624266ebae38201fe52c3cbee /sound
parent7bb18a018aba0c2bd49abe9c44eb9b13c5b8e1b7 (diff)
downloadscummvm-rg350-5ebadb10d483864bd70350f41d264c35d5f1a37e.tar.gz
scummvm-rg350-5ebadb10d483864bd70350f41d264c35d5f1a37e.tar.bz2
scummvm-rg350-5ebadb10d483864bd70350f41d264c35d5f1a37e.zip
Extend doxygen comment for setNumLoops()
svn-id: r46832
Diffstat (limited to 'sound')
-rw-r--r--sound/audiostream.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sound/audiostream.h b/sound/audiostream.h
index f8efbf1c6f..5f3091292d 100644
--- a/sound/audiostream.h
+++ b/sound/audiostream.h
@@ -102,7 +102,10 @@ public:
kUnknownPlayTime = -1
};
- /** Set number of times the stream is supposed to get looped, 0 - infinite times */
+ /**
+ * Sets number of times the stream is supposed to get looped
+ * @param numLoops number of loops to play, 0 - infinite
+ */
virtual void setNumLoops(uint numLoops = 1) {};
/**