Revision: 19082
          http://sourceforge.net/p/edk2/code/19082
Author:   niruiyu
Date:     2015-12-01 06:52:44 +0000 (Tue, 01 Dec 2015)
Log Message:
-----------
MdeModulePkg/BmpImageDecoderLib: Fix function header comments

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ruiyu Ni <[email protected]>
Reviewed-by: Shumin Qiu <[email protected]>

Modified Paths:
--------------
    trunk/edk2/MdeModulePkg/Library/BmpImageDecoderLib/BmpImageDecoderLib.c

Modified: 
trunk/edk2/MdeModulePkg/Library/BmpImageDecoderLib/BmpImageDecoderLib.c
===================================================================
--- trunk/edk2/MdeModulePkg/Library/BmpImageDecoderLib/BmpImageDecoderLib.c     
2015-12-01 06:13:41 UTC (rev 19081)
+++ trunk/edk2/MdeModulePkg/Library/BmpImageDecoderLib/BmpImageDecoderLib.c     
2015-12-01 06:52:44 UTC (rev 19082)
@@ -24,12 +24,12 @@
   Convert a *.BMP graphics image to a callee allocated GOP blt buffer.
 
   @param  ImageFormat   Format of the image file.
-  @param  BmpImage      Pointer to BMP file
-  @param  BmpImageSize  Number of bytes in BmpImage
+  @param  BmpImage      Pointer to BMP file.
+  @param  BmpImageSize  Number of bytes in BmpImage.
   @param  GopBlt        Buffer containing GOP version of BmpImage.
   @param  GopBltSize    Size of GopBlt in bytes.
-  @param  PixelHeight   Height of GopBlt/BmpImage in pixels
-  @param  PixelWidth    Width of GopBlt/BmpImage in pixels
+  @param  PixelWidth    Width of GopBlt/BmpImage in pixels.
+  @param  PixelHeight   Height of GopBlt/BmpImage in pixels.
 
   @retval EFI_SUCCESS           GopBlt and GopBltSize are returned.
   @retval EFI_INVALID_PARAMETER GopBlt or GopBltSize is NULL.


------------------------------------------------------------------------------
Go from Idea to Many App Stores Faster with Intel(R) XDK
Give your users amazing mobile app experiences with Intel(R) XDK.
Use one codebase in this all-in-one HTML5 development environment.
Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs.
http://pubads.g.doubleclick.net/gampad/clk?id=254741911&iu=/4140
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to