diff options
author | Einar Johan Trøan Sømåen | 2014-08-29 03:28:26 +0200 |
---|---|---|
committer | Einar Johan Trøan Sømåen | 2014-08-29 03:28:26 +0200 |
commit | 1506f6049e6a7ad7c9aedd2a48ffd0d360783d96 (patch) | |
tree | d581b528f1cff608aa9cf6054579b41f2e6322e3 /backends | |
parent | b7c5ce879fc386d815654fb128bf1c9a5973eefb (diff) | |
download | scummvm-rg350-1506f6049e6a7ad7c9aedd2a48ffd0d360783d96.tar.gz scummvm-rg350-1506f6049e6a7ad7c9aedd2a48ffd0d360783d96.tar.bz2 scummvm-rg350-1506f6049e6a7ad7c9aedd2a48ffd0d360783d96.zip |
BACKENDS: Fix some Doxygen comments that seem wrong.
Diffstat (limited to 'backends')
-rw-r--r-- | backends/audiocd/audiocd.h | 4 | ||||
-rw-r--r-- | backends/graphics/opengl/opengl-graphics.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/backends/audiocd/audiocd.h b/backends/audiocd/audiocd.h index db9a15505a..6eae8e096b 100644 --- a/backends/audiocd/audiocd.h +++ b/backends/audiocd/audiocd.h @@ -58,8 +58,8 @@ public: /** * Start audio CD playback * @param track the track to play. - * @param num_loops how often playback should be repeated (-1 = infinitely often). - * @param start_frame the frame at which playback should start (75 frames = 1 second). + * @param numLoops how often playback should be repeated (-1 = infinitely often). + * @param startFrame the frame at which playback should start (75 frames = 1 second). * @param duration the number of frames to play. * @param only_emulate determines if the track should be emulated only */ diff --git a/backends/graphics/opengl/opengl-graphics.h b/backends/graphics/opengl/opengl-graphics.h index d16f92d148..dde21533b0 100644 --- a/backends/graphics/opengl/opengl-graphics.h +++ b/backends/graphics/opengl/opengl-graphics.h @@ -131,7 +131,7 @@ protected: * * @param defaultFormat The new default format for the game screen * (this is used for the CLUT8 game screens). - * @param defaultFromatAlpha The new default format with an alpha channel + * @param defaultFormatAlpha The new default format with an alpha channel * (this is used for the overlay and cursor). */ void notifyContextCreate(const Graphics::PixelFormat &defaultFormat, const Graphics::PixelFormat &defaultFormatAlpha); |