Clarify @pram b in Base.h. Accepted and edited in Qing Huang changes for @retval EFI_INVALID_PARAMETER lines. 171 & 321.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10248 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -636,7 +636,8 @@ typedef UINTN *BASE_LIST;
|
||||
Both a and b must be the same numerical types, signed or unsigned.
|
||||
|
||||
@param a The first operand with any numerical type.
|
||||
@param b The second operand. It should be the same any numerical type with a.
|
||||
@param b The second operand. Can be any numerical type as long as is
|
||||
the same type as a.
|
||||
|
||||
@return Maximum of two operands.
|
||||
|
||||
|
Reference in New Issue
Block a user