]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Base.h
update codes per MdePkg doxgen review comments.
[mirror_edk2.git] / MdePkg / Include / Base.h
index 4eedffde0b8ed1bb150530c7b758fbd92072fc93..f429acd65834ad8edeb39d730e494ce7011ee6db 100644 (file)
@@ -489,7 +489,7 @@ typedef UINTN  *BASE_LIST;
   This function rounds the pointer specified by Pointer to the next alignment boundary \r
   specified by Alignment. The pointer to the aligned address is returned.  \r
 \r
-  @param   Value      The value to round up.\r
+  @param   Pointer    The pointer to round up.\r
   @param   Alignment  The alignment boundary to use to return an aligned pointer.\r
   \r
   @return  Pointer to the aligned address.\r
@@ -518,7 +518,6 @@ typedef UINTN  *BASE_LIST;
   This macro returns the maximum of two operand specified by a and b.  \r
   Both a and b must be the same numerical types, signed or unsigned.\r
 \r
-  @param   TYPE     Any numerical data types.\r
   @param   a        The first operand with any numerical type.\r
   @param   b        The second operand. It should be the same any numerical type with a.\r
   \r
@@ -534,7 +533,6 @@ typedef UINTN  *BASE_LIST;
   This macro returns the minimal of two operand specified by a and b.  \r
   Both a and b must be the same numerical types, signed or unsigned.\r
 \r
-  @param   TYPE     Any numerical data types.\r
   @param   a        The first operand with any numerical type.\r
   @param   b        The second operand. It should be the same any numerical type with a.\r
   \r