summaryrefslogtreecommitdiff
path: root/src/resources/soundeffect.h
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2007-01-29 23:07:47 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2007-01-29 23:07:47 +0000
commita4e31503633c3029cb6c526275bc34d471a3c0d4 (patch)
treebab69782d480aaefb527bc07ad2f9730353a0279 /src/resources/soundeffect.h
parent457ce3e7b4a869f92d8aef31bdee1b6793587a93 (diff)
downloadmana-client-a4e31503633c3029cb6c526275bc34d471a3c0d4.tar.gz
mana-client-a4e31503633c3029cb6c526275bc34d471a3c0d4.tar.bz2
mana-client-a4e31503633c3029cb6c526275bc34d471a3c0d4.tar.xz
mana-client-a4e31503633c3029cb6c526275bc34d471a3c0d4.zip
Some trivial documentation work. Fixes all Doxygen warnings.
Diffstat (limited to 'src/resources/soundeffect.h')
-rw-r--r--src/resources/soundeffect.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/resources/soundeffect.h b/src/resources/soundeffect.h
index 92b0016a..007f5a77 100644
--- a/src/resources/soundeffect.h
+++ b/src/resources/soundeffect.h
@@ -45,6 +45,7 @@ class SoundEffect : public Resource
*
* @param buffer The memory buffer containing the sample data.
* @param bufferSize The size of the memory buffer in bytes.
+ * @param idPath The path identifying the resource.
*
* @return <code>NULL</code> if the an error occurred, a valid pointer
* otherwise.