]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Library/HobLib.h
Comments checked with spec.
[mirror_edk2.git] / MdePkg / Include / Library / HobLib.h
index 278133d9910c055fe55ad546f5fea1a815a4ed5a..08cb63e936a541381aa7044582d4b16c2a4f82c7 100644 (file)
@@ -422,7 +422,7 @@ BuildMemoryAllocationHob (
 \r
   @param  Hob   A pointer to a HOB.\r
   \r
-  @return HobType\r
+  @return HobType.\r
   \r
 **/\r
 #define GET_HOB_TYPE(HobStart) \\r
@@ -436,7 +436,7 @@ BuildMemoryAllocationHob (
 \r
   @param  Hob   A pointer to a HOB.\r
 \r
-  @return HobLength\r
+  @return HobLength.\r
 \r
 **/\r
 #define GET_HOB_LENGTH(HobStart) \\r
@@ -479,7 +479,7 @@ BuildMemoryAllocationHob (
 \r
   @param   GuidHob   A pointer to a HOB.\r
 \r
-  @return  A pointer to the data buffer in a HOB\r
+  @return  A pointer to the data buffer in a HOB.\r
   \r
 **/\r
 #define GET_GUID_HOB_DATA(HobStart) \\r
@@ -493,7 +493,7 @@ BuildMemoryAllocationHob (
 \r
   @param   GuidHob   A pointer to a HOB.\r
 \r
-  @return  The size of the data buffer\r
+  @return  The size of the data buffer.\r
 **/\r
 #define GET_GUID_HOB_DATA_SIZE(HobStart) \\r
   (UINT16)(GET_HOB_LENGTH (HobStart) - sizeof (EFI_HOB_GUID_TYPE))\r