diff options
author | Max Horn | 2009-11-25 10:55:25 +0000 |
---|---|---|
committer | Max Horn | 2009-11-25 10:55:25 +0000 |
commit | 413a048a0605a4d43b33dddd0883face5e2c257c (patch) | |
tree | 858a8723545b4f0eff99dfa75b6955d787a1e46f | |
parent | 9a391357588a52fb798417f6705141b5fe51abe0 (diff) | |
download | scummvm-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
-rw-r--r-- | sound/adpcm.h | 1 | ||||
-rw-r--r-- | sound/aiff.h | 1 | ||||
-rw-r--r-- | sound/flac.h | 1 | ||||
-rw-r--r-- | sound/iff_sound.h | 1 | ||||
-rw-r--r-- | sound/mods/infogrames.h | 1 | ||||
-rw-r--r-- | sound/mods/protracker.h | 1 | ||||
-rw-r--r-- | sound/mods/rjp1.h | 1 | ||||
-rw-r--r-- | sound/mods/soundfx.h | 1 | ||||
-rw-r--r-- | sound/mp3.h | 1 | ||||
-rw-r--r-- | sound/vag.h | 8 | ||||
-rw-r--r-- | sound/voc.h | 1 | ||||
-rw-r--r-- | sound/vorbis.h | 1 | ||||
-rw-r--r-- | sound/wave.h | 1 |
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 |