diff options
-rw-r--r-- | IntelFrameworkModulePkg/Library/GenericBdsLib/Bmp.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/IntelFrameworkModulePkg/Library/GenericBdsLib/Bmp.h b/IntelFrameworkModulePkg/Library/GenericBdsLib/Bmp.h index f1aff9bdab..7f1790e744 100644 --- a/IntelFrameworkModulePkg/Library/GenericBdsLib/Bmp.h +++ b/IntelFrameworkModulePkg/Library/GenericBdsLib/Bmp.h @@ -33,10 +33,10 @@ typedef struct { UINT32 HeaderSize;
UINT32 PixelWidth;
UINT32 PixelHeight;
- UINT16 Planes; ///> Must be 1
- UINT16 BitPerPixel; ///> 1, 4, 8, or 24
+ UINT16 Planes; ///< Must be 1
+ UINT16 BitPerPixel; ///< 1, 4, 8, or 24
UINT32 CompressionType;
- UINT32 ImageSize; ///> Compressed image size in bytes
+ UINT32 ImageSize; ///< Compressed image size in bytes
UINT32 XPixelsPerMeter;
UINT32 YPixelsPerMeter;
UINT32 NumberOfColors;
|