aboutsummaryrefslogtreecommitdiff
path: root/sound/vag.h
diff options
context:
space:
mode:
authorMax Horn2009-11-25 10:55:25 +0000
committerMax Horn2009-11-25 10:55:25 +0000
commit413a048a0605a4d43b33dddd0883face5e2c257c (patch)
tree858a8723545b4f0eff99dfa75b6955d787a1e46f /sound/vag.h
parent9a391357588a52fb798417f6705141b5fe51abe0 (diff)
downloadscummvm-rg350-413a048a0605a4d43b33dddd0883face5e2c257c.tar.gz
scummvm-rg350-413a048a0605a4d43b33dddd0883face5e2c257c.tar.bz2
scummvm-rg350-413a048a0605a4d43b33dddd0883face5e2c257c.zip
Fix 'randomly placed' doxygen comments (which lead to incorrect documentation, e.g. some of those ended up as doxygen comment for various namespaces, such as Common)
svn-id: r46136
Diffstat (limited to 'sound/vag.h')
-rw-r--r--sound/vag.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/sound/vag.h b/sound/vag.h
index f6f79d2b81..3bbda156e7 100644
--- a/sound/vag.h
+++ b/sound/vag.h
@@ -23,9 +23,11 @@
*
*/
-/* Sound decoder used in engines:
- * sword1 (PSX port of the game)
- * sword2 (PSX port of the game)
+/**
+ * @file
+ * Sound decoder used in engines:
+ * - sword1 (PSX port of the game)
+ * - sword2 (PSX port of the game)
*/
#ifndef SOUND_VAG_H