diff options
author | Einar Johan Trøan Sømåen | 2014-08-29 03:26:48 +0200 |
---|---|---|
committer | Einar Johan Trøan Sømåen | 2014-08-29 03:26:48 +0200 |
commit | 0593c2eab29e61692738dd8d88cfa88501803f0d (patch) | |
tree | fdc488561d23b500256453fd7e811092013d1a9d /graphics/surface.h | |
parent | 183f8eea43fc01173810cc9668f8d458322a5639 (diff) | |
download | scummvm-rg350-0593c2eab29e61692738dd8d88cfa88501803f0d.tar.gz scummvm-rg350-0593c2eab29e61692738dd8d88cfa88501803f0d.tar.bz2 scummvm-rg350-0593c2eab29e61692738dd8d88cfa88501803f0d.zip |
GRAPHICS: Fix some Doxygen comments that seem wrong.
Diffstat (limited to 'graphics/surface.h')
-rw-r--r-- | graphics/surface.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/surface.h b/graphics/surface.h index d083449854..ad15944361 100644 --- a/graphics/surface.h +++ b/graphics/surface.h @@ -214,7 +214,7 @@ public: * of buffer must match the pixel format of the Surface. * * @param buffer The buffer containing the graphics data source - * @param pitch The pitch of the buffer (number of bytes in a scanline) + * @param srcPitch The pitch of the buffer (number of bytes in a scanline) * @param destX The x coordinate of the destination rectangle * @param destY The y coordinate of the destination rectangle * @param width The width of the destination rectangle @@ -228,8 +228,7 @@ public: * @param srcSurface The source of the bitmap data * @param destX The x coordinate of the destination rectangle * @param destY The y coordinate of the destination rectangle - * @param subRect The subRect of surface to be blitted - * @return + * @param subRect The subRect of surface to be blitted */ void copyRectToSurface(const Graphics::Surface &srcSurface, int destX, int destY, const Common::Rect subRect); |