MdeModulePkg: Fix coding style issues in file/function comments

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Dandan Bi <dandan.bi@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
This commit is contained in:
Dandan Bi 2018-03-16 11:30:53 +08:00 committed by Star Zeng
parent c1e732344a
commit ae38c9765a
5 changed files with 14 additions and 6 deletions

View File

@ -1,4 +1,4 @@
/** /** @file
Boot Logo 2 Protocol is used to convey information of Logo dispayed during boot. Boot Logo 2 Protocol is used to convey information of Logo dispayed during boot.
The Boot Logo 2 Protocol is a replacement for the Boot Logo Protocol. If a The Boot Logo 2 Protocol is a replacement for the Boot Logo Protocol. If a

View File

@ -1,4 +1,5 @@
## @file ## @file
# Base library to support BMP graphics image conversion.
# #
# Provides services to convert a BMP graphics image to a GOP BLT buffer and # Provides services to convert a BMP graphics image to a GOP BLT buffer and
# from a GOP BLT buffer to a BMP graphics image. # from a GOP BLT buffer to a BMP graphics image.

View File

@ -1,4 +1,5 @@
// /** @file // /** @file
// Base library to support BMP graphics image conversion.
// //
// Provides services to convert a BMP graphics image to a GOP BLT buffer and // Provides services to convert a BMP graphics image to a GOP BLT buffer and
// from a GOP BLT buffer to a BMP graphics image. // from a GOP BLT buffer to a BMP graphics image.

View File

@ -38,9 +38,12 @@
#include <Guid/EventGroup.h> #include <Guid/EventGroup.h>
#include <Guid/SystemResourceTable.h> #include <Guid/SystemResourceTable.h>
// /**
// Print ESRT to debug console Print ESRT to debug console.
//
@param[in] Table Pointer to the ESRT table.
**/
VOID VOID
EFIAPI EFIAPI
PrintTable ( PrintTable (
@ -132,6 +135,9 @@ IsSystemFmp (
given a FMP descriptor. If the guid is already in the ESRT it given a FMP descriptor. If the guid is already in the ESRT it
will be ignored. The ESRT will grow if it does not have enough room. will be ignored. The ESRT will grow if it does not have enough room.
@param[in] FmpImageInfoBuf Pointer to the EFI_FIRMWARE_IMAGE_DESCRIPTOR.
@param[in] FmpVersion FMP Version.
@return Status code. @return Status code.
**/ **/

View File

@ -34,7 +34,7 @@
#include <Guid/SystemResourceTable.h> #include <Guid/SystemResourceTable.h>
/** /**
Function to print a single ESRT Entry (ESRE) to the debug console Function to print a single ESRT Entry (ESRE) to the debug console.
Print Format: Print Format:
| 00000000-0000-0000-0000-000000000000 | SSSSSSSSSSSS | 0x00000000 | 0x00000000 | 0x00000000 | 0x00000000 | 0x00000000 | | 00000000-0000-0000-0000-000000000000 | SSSSSSSSSSSS | 0x00000000 | 0x00000000 | 0x00000000 | 0x00000000 | 0x00000000 |
@ -101,7 +101,7 @@ PrintOutEsrtEntry (
} }
/** /**
Function to print the ESRT table to the debug console Function to print the ESRT table to the debug console.
@param[in] Table - Pointer to the ESRT table @param[in] Table - Pointer to the ESRT table
**/ **/