aboutsummaryrefslogtreecommitdiff
path: root/audio/audiostream.h
diff options
context:
space:
mode:
authorEinar Johan Trøan Sømåen2014-08-29 03:29:13 +0200
committerEinar Johan Trøan Sømåen2014-08-29 03:29:13 +0200
commit06c3a7328964d39cbafab3867b0f590f9da4b161 (patch)
treee23a32f527d0e68d779f55827c9e62741d833946 /audio/audiostream.h
parente34a8fe9eb3b53e00a4be0fde51929b853854c42 (diff)
downloadscummvm-rg350-06c3a7328964d39cbafab3867b0f590f9da4b161.tar.gz
scummvm-rg350-06c3a7328964d39cbafab3867b0f590f9da4b161.tar.bz2
scummvm-rg350-06c3a7328964d39cbafab3867b0f590f9da4b161.zip
AUDIO: Fix some Doxygen comments that seem wrong.
Diffstat (limited to 'audio/audiostream.h')
-rw-r--r--audio/audiostream.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/audio/audiostream.h b/audio/audiostream.h
index 5202a4711c..347a37b9dc 100644
--- a/audio/audiostream.h
+++ b/audio/audiostream.h
@@ -125,8 +125,6 @@ public:
/**
* Returns number of loops the stream has played.
- *
- * @param numLoops number of loops to play, 0 - infinite
*/
uint getCompleteIterations() const { return _completeIterations; }
private: