diff options
author | Johannes Schickel | 2014-08-30 14:14:31 +0200 |
---|---|---|
committer | Johannes Schickel | 2014-08-30 14:14:31 +0200 |
commit | ec634ea07c24143e3e1736fec8934d120018fbd6 (patch) | |
tree | 5b97922243f19e49f7f9d544502a00eeaf8a4510 /backends/audiocd | |
parent | 1859f8e8e56e2a18ee166e86ae5b0b95df43c9aa (diff) | |
parent | 06c3a7328964d39cbafab3867b0f590f9da4b161 (diff) | |
download | scummvm-rg350-ec634ea07c24143e3e1736fec8934d120018fbd6.tar.gz scummvm-rg350-ec634ea07c24143e3e1736fec8934d120018fbd6.tar.bz2 scummvm-rg350-ec634ea07c24143e3e1736fec8934d120018fbd6.zip |
Merge pull request #495 from somaen/docuFix
Doxygen-fixes
Diffstat (limited to 'backends/audiocd')
-rw-r--r-- | backends/audiocd/audiocd.h | 4 |
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 */ |