Fix Doxygen comment syntax

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8906 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
mdkinney 2009-07-12 23:39:58 +00:00
parent c5ce665f74
commit ce1e1d5ae9
1 changed files with 3 additions and 3 deletions

View File

@ -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;