fix doxygen-comment mistakes

svn-id: r13286
This commit is contained in:
Max Horn 2004-03-15 00:55:44 +00:00
parent a5e01a42b1
commit f8610cd1c5
3 changed files with 3 additions and 6 deletions

View file

@ -181,7 +181,7 @@ public:
/**
* Switch to the graphics mode with the given name. If 'name' is unknown,
* or if switching to the new mode failed, this method returns false.
* @param mode the name of the new graphics mode
* @param name the name of the new graphics mode
* @return true if the switch was successful, false otherwise
* @note This is implemented via the setGraphicsMode(int) method, as well
* as getSupportedGraphicsModes() and getDefaultGraphicsMode().

View file

@ -379,10 +379,7 @@ bool AnimationState::decodeFrame() {
/**
* Plays an animated cutscene.
* @param filename the file name of the cutscene file
* @param text the subtitles and voiceovers for the cutscene
* @param musicOut lead-out music
*/
void MoviePlayer::play(const char *filename) {
#ifdef USE_MPEG2
AnimationState *anim = new AnimationState(_scr, _snd, _sys);

View file

@ -606,8 +606,8 @@ void Graphics::startRenderCycle(void) {
/**
* This function should be called at the end of the render cycle.
* @param end the function sets this to true if the render cycle is to be
* terminated, or false if it should continue
* @return true if the render cycle is to be terminated,
* or false if it should continue
*/
bool Graphics::endRenderCycle(void) {