aboutsummaryrefslogtreecommitdiff
path: root/backends/audiocd
diff options
context:
space:
mode:
authorEinar Johan Trøan Sømåen2014-08-29 03:28:26 +0200
committerEinar Johan Trøan Sømåen2014-08-29 03:28:26 +0200
commit1506f6049e6a7ad7c9aedd2a48ffd0d360783d96 (patch)
treed581b528f1cff608aa9cf6054579b41f2e6322e3 /backends/audiocd
parentb7c5ce879fc386d815654fb128bf1c9a5973eefb (diff)
downloadscummvm-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/audiocd')
-rw-r--r--backends/audiocd/audiocd.h4
1 files changed, 2 insertions, 2 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
*/