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 /sound/mods | |
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
Diffstat (limited to 'sound/mods')
-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 |
4 files changed, 4 insertions, 0 deletions
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 */ |