fix doxygen-comment mistakes
svn-id: r13286
This commit is contained in:
parent
a5e01a42b1
commit
f8610cd1c5
3 changed files with 3 additions and 6 deletions
|
@ -181,7 +181,7 @@ public:
|
||||||
/**
|
/**
|
||||||
* Switch to the graphics mode with the given name. If 'name' is unknown,
|
* 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.
|
* 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
|
* @return true if the switch was successful, false otherwise
|
||||||
* @note This is implemented via the setGraphicsMode(int) method, as well
|
* @note This is implemented via the setGraphicsMode(int) method, as well
|
||||||
* as getSupportedGraphicsModes() and getDefaultGraphicsMode().
|
* as getSupportedGraphicsModes() and getDefaultGraphicsMode().
|
||||||
|
|
|
@ -379,10 +379,7 @@ bool AnimationState::decodeFrame() {
|
||||||
/**
|
/**
|
||||||
* Plays an animated cutscene.
|
* Plays an animated cutscene.
|
||||||
* @param filename the file name of the cutscene file
|
* @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) {
|
void MoviePlayer::play(const char *filename) {
|
||||||
#ifdef USE_MPEG2
|
#ifdef USE_MPEG2
|
||||||
AnimationState *anim = new AnimationState(_scr, _snd, _sys);
|
AnimationState *anim = new AnimationState(_scr, _snd, _sys);
|
||||||
|
|
|
@ -606,8 +606,8 @@ void Graphics::startRenderCycle(void) {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This function should be called at the end of the render cycle.
|
* 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
|
* @return true if the render cycle is to be terminated,
|
||||||
* terminated, or false if it should continue
|
* or false if it should continue
|
||||||
*/
|
*/
|
||||||
|
|
||||||
bool Graphics::endRenderCycle(void) {
|
bool Graphics::endRenderCycle(void) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue