MdeModulePkg: Refine the comments format for PropertiesTable.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Qiu Shumin <shumin.qiu@intel.com>
Reviewed-by: Jiewen Yao <Jiewen.Yao@intel.com>

git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17589 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
Qiu Shumin 2015-06-09 03:24:06 +00:00 committed by shenshushi
parent bfe37a77e0
commit 9d58ab0923
3 changed files with 4 additions and 4 deletions

View File

@ -543,6 +543,7 @@ GetMaxSplitRecordCount (
The caller gurantee the buffer size be 1 + The caller gurantee the buffer size be 1 +
(SplitRecordCount * DescriptorSize) calculated (SplitRecordCount * DescriptorSize) calculated
below. below.
@param MaxSplitRecordCount The max number of splitted entries
@param DescriptorSize Size, in bytes, of an individual EFI_MEMORY_DESCRIPTOR. @param DescriptorSize Size, in bytes, of an individual EFI_MEMORY_DESCRIPTOR.
@retval 0 no entry is splitted. @retval 0 no entry is splitted.
@ -934,7 +935,7 @@ SortImageRecordCodeSection (
} }
/** /**
Check if code section in image record is valid Check if code section in image record is valid.
@param ImageRecord image record to be checked @param ImageRecord image record to be checked
@ -1066,7 +1067,7 @@ SortImageRecord (
} }
/** /**
Dump image record Dump image record.
**/ **/
VOID VOID
DumpImageRecord ( DumpImageRecord (

View File

@ -1,4 +1,4 @@
/**@file /** @file
This module sets default policy for attributes of EfiACPIMemoryNVS and EfiReservedMemoryType. This module sets default policy for attributes of EfiACPIMemoryNVS and EfiReservedMemoryType.
This module sets EFI_MEMORY_XP for attributes of EfiACPIMemoryNVS and EfiReservedMemoryType This module sets EFI_MEMORY_XP for attributes of EfiACPIMemoryNVS and EfiReservedMemoryType

View File

@ -1,5 +1,4 @@
## @file ## @file
#
# This module sets default policy for attributes of EfiACPIMemoryNVS and EfiReservedMemoryType. # This module sets default policy for attributes of EfiACPIMemoryNVS and EfiReservedMemoryType.
# #
# This module sets EFI_MEMORY_XP for attributes of EfiACPIMemoryNVS and EfiReservedMemoryType # This module sets EFI_MEMORY_XP for attributes of EfiACPIMemoryNVS and EfiReservedMemoryType