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:
@@ -543,6 +543,7 @@ GetMaxSplitRecordCount (
|
||||
The caller gurantee the buffer size be 1 +
|
||||
(SplitRecordCount * DescriptorSize) calculated
|
||||
below.
|
||||
@param MaxSplitRecordCount The max number of splitted entries
|
||||
@param DescriptorSize Size, in bytes, of an individual EFI_MEMORY_DESCRIPTOR.
|
||||
|
||||
@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
|
||||
|
||||
@@ -1066,7 +1067,7 @@ SortImageRecord (
|
||||
}
|
||||
|
||||
/**
|
||||
Dump image record
|
||||
Dump image record.
|
||||
**/
|
||||
VOID
|
||||
DumpImageRecord (
|
||||
|
Reference in New Issue
Block a user