From 06c3a7328964d39cbafab3867b0f590f9da4b161 Mon Sep 17 00:00:00 2001 From: Einar Johan Trøan Sømåen Date: Fri, 29 Aug 2014 03:29:13 +0200 Subject: AUDIO: Fix some Doxygen comments that seem wrong. --- audio/audiostream.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'audio/audiostream.h') 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: -- cgit v1.2.3