aboutsummaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorMax Horn2004-10-30 21:52:57 +0000
committerMax Horn2004-10-30 21:52:57 +0000
commit5f4575ccd09790ed7bd9d59403b7cf2c866567a4 (patch)
treefaf7c0eb47757e1a464cf6c5c493d1a7a2ace661 /sound
parent40d9601b615993763252abeea13621a0a629bd88 (diff)
downloadscummvm-rg350-5f4575ccd09790ed7bd9d59403b7cf2c866567a4.tar.gz
scummvm-rg350-5f4575ccd09790ed7bd9d59403b7cf2c866567a4.tar.bz2
scummvm-rg350-5f4575ccd09790ed7bd9d59403b7cf2c866567a4.zip
Doxygen fixes
svn-id: r15699
Diffstat (limited to 'sound')
-rw-r--r--sound/mixer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/mixer.h b/sound/mixer.h
index 523e47fb6f..ae5055616b 100644
--- a/sound/mixer.h
+++ b/sound/mixer.h
@@ -100,8 +100,8 @@ public:
* samples (i.e. len * 4 bytes). The endianness of these samples shall be
* the native endianness.
*
- * @obsolete Instead of this, use the other setupPremix method which
- * takes an AudioStream.
+ * @deprecated Instead of this, use the other setupPremix method which
+ * takes an AudioStream.
*/
void setupPremix(PremixProc *proc, void *param);