aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sound/adpcm.h1
-rw-r--r--sound/aiff.h1
-rw-r--r--sound/flac.h1
-rw-r--r--sound/iff_sound.h1
-rw-r--r--sound/mods/infogrames.h1
-rw-r--r--sound/mods/protracker.h1
-rw-r--r--sound/mods/rjp1.h1
-rw-r--r--sound/mods/soundfx.h1
-rw-r--r--sound/mp3.h1
-rw-r--r--sound/vag.h8
-rw-r--r--sound/voc.h1
-rw-r--r--sound/vorbis.h1
-rw-r--r--sound/wave.h1
13 files changed, 17 insertions, 3 deletions
diff --git a/sound/adpcm.h b/sound/adpcm.h
index e54f03e55e..7801c5691b 100644
--- a/sound/adpcm.h
+++ b/sound/adpcm.h
@@ -24,6 +24,7 @@
*/
/**
+ * @file
* Sound decoder used in engines:
* - agos
* - saga
diff --git a/sound/aiff.h b/sound/aiff.h
index 78449e2434..b253b64e23 100644
--- a/sound/aiff.h
+++ b/sound/aiff.h
@@ -24,6 +24,7 @@
*/
/**
+ * @file
* Sound decoder used in engines:
* - saga
* - sword1
diff --git a/sound/flac.h b/sound/flac.h
index 3507123928..541b322d7a 100644
--- a/sound/flac.h
+++ b/sound/flac.h
@@ -24,6 +24,7 @@
*/
/**
+ * @file
* Sound decoder used in engines:
* - agos
* - kyra
diff --git a/sound/iff_sound.h b/sound/iff_sound.h
index 82106cb75e..01c9977c7c 100644
--- a/sound/iff_sound.h
+++ b/sound/iff_sound.h
@@ -24,6 +24,7 @@
*/
/**
+ * @file
* Sound decoder used in engines:
* - parallaction
*/
diff --git a/sound/mods/infogrames.h b/sound/mods/infogrames.h
index 169a590c7a..1f3d74f38b 100644
--- a/sound/mods/infogrames.h
+++ b/sound/mods/infogrames.h
@@ -24,6 +24,7 @@
*/
/**
+ * @file
* Sound decoder used in engines:
* - gob
*/
diff --git a/sound/mods/protracker.h b/sound/mods/protracker.h
index 6b0af912e9..dfcb0e6c51 100644
--- a/sound/mods/protracker.h
+++ b/sound/mods/protracker.h
@@ -24,6 +24,7 @@
*/
/**
+ * @file
* Sound decoder used in engines:
* - agos
* - parallaction
diff --git a/sound/mods/rjp1.h b/sound/mods/rjp1.h
index 7b5c2a14cd..e1960921b2 100644
--- a/sound/mods/rjp1.h
+++ b/sound/mods/rjp1.h
@@ -24,6 +24,7 @@
*/
/**
+ * @file
* Sound decoder used in engines:
* - queen
*/
diff --git a/sound/mods/soundfx.h b/sound/mods/soundfx.h
index 6b94ebf62f..f399193d54 100644
--- a/sound/mods/soundfx.h
+++ b/sound/mods/soundfx.h
@@ -22,6 +22,7 @@
*/
/**
+ * @file
* Sound decoder used in engines:
* - cine
*/
diff --git a/sound/mp3.h b/sound/mp3.h
index 08cf1639ec..2ea07ab0a8 100644
--- a/sound/mp3.h
+++ b/sound/mp3.h
@@ -24,6 +24,7 @@
*/
/**
+ * @file
* Sound decoder used in engines:
* - agos
* - kyra
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
diff --git a/sound/voc.h b/sound/voc.h
index 1f8d041405..eae09f2a4c 100644
--- a/sound/voc.h
+++ b/sound/voc.h
@@ -24,6 +24,7 @@
*/
/**
+ * @file
* Sound decoder used in engines:
* - agos
* - drascula
diff --git a/sound/vorbis.h b/sound/vorbis.h
index 710d168d86..0db4308b0d 100644
--- a/sound/vorbis.h
+++ b/sound/vorbis.h
@@ -24,6 +24,7 @@
*/
/**
+ * @file
* Sound decoder used in engines:
* - agos
* - kyra
diff --git a/sound/wave.h b/sound/wave.h
index 951a57b5f9..b89d87ae4b 100644
--- a/sound/wave.h
+++ b/sound/wave.h
@@ -24,6 +24,7 @@
*/
/**
+ * @file
* Sound decoder used in engines:
* - agos
* - gob