aboutsummaryrefslogtreecommitdiff
path: root/graphics/conversion.h
diff options
context:
space:
mode:
authorEinar Johan Trøan Sømåen2014-08-29 03:26:48 +0200
committerEinar Johan Trøan Sømåen2014-08-29 03:26:48 +0200
commit0593c2eab29e61692738dd8d88cfa88501803f0d (patch)
treefdc488561d23b500256453fd7e811092013d1a9d /graphics/conversion.h
parent183f8eea43fc01173810cc9668f8d458322a5639 (diff)
downloadscummvm-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/conversion.h')
-rw-r--r--graphics/conversion.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/conversion.h b/graphics/conversion.h
index 33d57f7a4f..8ca529acc0 100644
--- a/graphics/conversion.h
+++ b/graphics/conversion.h
@@ -48,10 +48,10 @@ inline static void RGB2YUV(byte r, byte g, byte b, byte &y, byte &u, byte &v) {
/**
* Blits a rectangle from one graphical format to another.
*
- * @param dstbuf the buffer which will recieve the converted graphics data
- * @param srcbuf the buffer containing the original graphics data
- * @param dstpitch width in bytes of one full line of the dest buffer
- * @param srcpitch width in bytes of one full line of the source buffer
+ * @param dst the buffer which will recieve the converted graphics data
+ * @param src the buffer containing the original graphics data
+ * @param dstPitch width in bytes of one full line of the dest buffer
+ * @param srcPitch width in bytes of one full line of the source buffer
* @param w the width of the graphics data
* @param h the height of the graphics data
* @param dstFmt the desired pixel format