mirror of https://github.com/acidanthera/audk.git
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:
parent
c5ce665f74
commit
ce1e1d5ae9
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue