diff options
author | Max Horn | 2004-03-15 00:55:44 +0000 |
---|---|---|
committer | Max Horn | 2004-03-15 00:55:44 +0000 |
commit | f8610cd1c5fca478ae50e473b175f4cb33ad563a (patch) | |
tree | e503386fd5db4730e496e771ca6bc00bb850ceb3 /sword2 | |
parent | a5e01a42b1e33a453b23ae6ff68073dc2625cfb7 (diff) | |
download | scummvm-rg350-f8610cd1c5fca478ae50e473b175f4cb33ad563a.tar.gz scummvm-rg350-f8610cd1c5fca478ae50e473b175f4cb33ad563a.tar.bz2 scummvm-rg350-f8610cd1c5fca478ae50e473b175f4cb33ad563a.zip |
fix doxygen-comment mistakes
svn-id: r13286
Diffstat (limited to 'sword2')
-rw-r--r-- | sword2/driver/render.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sword2/driver/render.cpp b/sword2/driver/render.cpp index 0ffd82218f..ca53284333 100644 --- a/sword2/driver/render.cpp +++ b/sword2/driver/render.cpp @@ -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) { |