summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BasePcdLibNull
diff options
context:
space:
mode:
authoreric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524>2008-09-16 06:01:21 +0000
committereric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524>2008-09-16 06:01:21 +0000
commitf73e0ad215de60ef1f3b1fac6b5c880da38edef0 (patch)
tree2f5cfbfd687e4f1bd945e2bb947ad68a0c472566 /MdePkg/Library/BasePcdLibNull
parent55f298c3a371fc7c04fda5d120a601cda68c140d (diff)
downloadedk2-platforms-f73e0ad215de60ef1f3b1fac6b5c880da38edef0.tar.xz
follow up code review
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5893 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/BasePcdLibNull')
-rw-r--r--MdePkg/Library/BasePcdLibNull/PcdLib.c59
1 files changed, 30 insertions, 29 deletions
diff --git a/MdePkg/Library/BasePcdLibNull/PcdLib.c b/MdePkg/Library/BasePcdLibNull/PcdLib.c
index 77fb1e5c38..926d82ff3f 100644
--- a/MdePkg/Library/BasePcdLibNull/PcdLib.c
+++ b/MdePkg/Library/BasePcdLibNull/PcdLib.c
@@ -25,7 +25,7 @@
@param[in] SkuId The SKU value that will be used when the PCD service will retrieve and
set values associated with a PCD token.
- @retval SKU_ID Return the SKU ID that just be set.
+ @return Return the SKU ID that just be set.
**/
UINTN
@@ -44,7 +44,7 @@ LibPcdSetSku (
@param[in] TokenNumber The PCD token number to retrieve a current value for.
- @retval UINT8 Returns the 8-bit value for the token specified by TokenNumber.
+ @return Returns the 8-bit value for the token specified by TokenNumber.
**/
UINT8
@@ -65,7 +65,7 @@ LibPcdGet8 (
@param[in] TokenNumber The PCD token number to retrieve a current value for.
- @retval UINT16 Returns the 16-bit value for the token specified by TokenNumber.
+ @return Returns the 16-bit value for the token specified by TokenNumber.
**/
UINT16
@@ -86,7 +86,7 @@ LibPcdGet16 (
@param[in] TokenNumber The PCD token number to retrieve a current value for.
- @retval UINT32 Returns the 32-bit value for the token specified by TokenNumber.
+ @return Returns the 32-bit value for the token specified by TokenNumber.
**/
UINT32
@@ -107,7 +107,7 @@ LibPcdGet32 (
@param[in] TokenNumber The PCD token number to retrieve a current value for.
- @retval UINT64 Returns the 64-bit value for the token specified by TokenNumber.
+ @return Returns the 64-bit value for the token specified by TokenNumber.
**/
UINT64
@@ -128,7 +128,7 @@ LibPcdGet64 (
@param[in] TokenNumber The PCD token number to retrieve a current value for.
- @retval VOID* Returns the pointer to the token specified by TokenNumber.
+ @return Returns the pointer to the token specified by TokenNumber.
**/
VOID *
@@ -149,7 +149,7 @@ LibPcdGetPtr (
@param[in] TokenNumber The PCD token number to retrieve a current value for.
- @retval BOOLEAN Returns the Boolean value of the token specified by TokenNumber.
+ @return Returns the Boolean value of the token specified by TokenNumber.
**/
BOOLEAN
@@ -170,7 +170,7 @@ LibPcdGetBool (
@param[in] TokenNumber The PCD token number to retrieve a current value for.
- @retval UINTN Returns the size of the token specified by TokenNumber.
+ @return Returns the size of the token specified by TokenNumber.
**/
UINTN
@@ -194,7 +194,7 @@ LibPcdGetSize (
which namespace to retrieve a value from.
@param[in] TokenNumber The PCD token number to retrieve a current value for.
- @retval UINT8 Return the UINT8.
+ @return Return the UINT8.
**/
UINT8
@@ -219,7 +219,7 @@ LibPcdGetEx8 (
which namespace to retrieve a value from.
@param[in] TokenNumber The PCD token number to retrieve a current value for.
- @retval UINT16 Return the UINT16.
+ @return Return the UINT16.
**/
UINT16
@@ -244,7 +244,7 @@ LibPcdGetEx16 (
which namespace to retrieve a value from.
@param[in] TokenNumber The PCD token number to retrieve a current value for.
- @retval UINT32 Return the UINT32.
+ @return Return the UINT32.
**/
UINT32
@@ -269,7 +269,7 @@ LibPcdGetEx32 (
which namespace to retrieve a value from.
@param[in] TokenNumber The PCD token number to retrieve a current value for.
- @retval UINT64 Return the UINT64.
+ @return Return the UINT64.
**/
UINT64
@@ -294,7 +294,7 @@ LibPcdGetEx64 (
which namespace to retrieve a value from.
@param[in] TokenNumber The PCD token number to retrieve a current value for.
- @retval VOID* Return the VOID* pointer.
+ @return Return the VOID* pointer.
**/
VOID *
@@ -319,7 +319,7 @@ LibPcdGetExPtr (
which namespace to retrieve a value from.
@param[in] TokenNumber The PCD token number to retrieve a current value for.
- @retval BOOLEAN Return the BOOLEAN.
+ @return Return the BOOLEAN.
**/
BOOLEAN
@@ -344,7 +344,7 @@ LibPcdGetExBool (
which namespace to retrieve a value from.
@param[in] TokenNumber The PCD token number to retrieve a current value for.
- @retval UINTN Return the size.
+ @return Return the size.
**/
UINTN
@@ -368,7 +368,7 @@ LibPcdGetExSize (
@param[in] TokenNumber The PCD token number to set a current value for.
@param[in] Value The 8-bit value to set.
- @retval UINT8 Return the value been set.
+ @return Return the value been set.
**/
UINT8
@@ -392,7 +392,7 @@ LibPcdSet8 (
@param[in] TokenNumber The PCD token number to set a current value for.
@param[in] Value The 16-bit value to set.
- @retval UINT16 Return the value been set.
+ @return Return the value been set.
**/
UINT16
@@ -416,7 +416,7 @@ LibPcdSet16 (
@param[in] TokenNumber The PCD token number to set a current value for.
@param[in] Value The 32-bit value to set.
- @retval UINT32 Return the value been set.
+ @return Return the value been set.
**/
UINT32
@@ -440,7 +440,7 @@ LibPcdSet32 (
@param[in] TokenNumber The PCD token number to set a current value for.
@param[in] Value The 64-bit value to set.
- @retval UINT64 Return the value been set.
+ @return Return the value been set.
**/
UINT64
@@ -475,7 +475,7 @@ LibPcdSet64 (
@param[in, out] SizeOfBuffer The size, in bytes, of Buffer.
@param[in] Buffer A pointer to the buffer to set.
- @retval VOID* Return the pointer for the buffer been set.
+ @return Return the pointer for the buffer been set.
**/
VOID *
@@ -500,7 +500,7 @@ LibPcdSetPtr (
@param[in] TokenNumber The PCD token number to set a current value for.
@param[in] Value The boolean value to set.
- @retval BOOLEAN Return the value been set.
+ @return Return the value been set.
**/
BOOLEAN
@@ -527,7 +527,7 @@ LibPcdSetBool (
@param[in] TokenNumber The PCD token number to set a current value for.
@param[in] Value The 8-bit value to set.
- @retval UINT8 Return the value been set.
+ @return Return the value been set.
**/
UINT8
@@ -555,7 +555,7 @@ LibPcdSetEx8 (
@param[in] TokenNumber The PCD token number to set a current value for.
@param[in] Value The 16-bit value to set.
- @retval UINT8 Return the value been set.
+ @return Return the value been set.
**/
UINT16
@@ -583,7 +583,7 @@ LibPcdSetEx16 (
@param[in] TokenNumber The PCD token number to set a current value for.
@param[in] Value The 32-bit value to set.
- @retval UINT32 Return the value been set.
+ @return Return the value been set.
**/
UINT32
@@ -611,7 +611,7 @@ LibPcdSetEx32 (
@param[in] TokenNumber The PCD token number to set a current value for.
@param[in] Value The 64-bit value to set.
- @retval UINT64 Return the value been set.
+ @return Return the value been set.
**/
UINT64
@@ -644,7 +644,7 @@ LibPcdSetEx64 (
@param[in, out] SizeOfBuffer The size, in bytes, of Buffer.
@param[in] Buffer A pointer to the buffer to set.
- @retval VOID * Return the pinter to the buffer been set.
+ @return Return the pinter to the buffer been set.
**/
VOID *
@@ -673,7 +673,7 @@ LibPcdSetExPtr (
@param[in] TokenNumber The PCD token number to set a current value for.
@param[in] Value The Boolean value to set.
- @retval Boolean Return the value been set.
+ @return Return the value been set.
**/
BOOLEAN
@@ -757,7 +757,7 @@ LibPcdCancelCallback (
@param[in] TokenNumber The previous PCD token number. If 0, then retrieves the first PCD
token number.
- @retval UINTN The next valid token number.
+ @return The next valid token number.
**/
UINTN
@@ -788,7 +788,7 @@ LibPcdGetNextToken (
@param[in] Guid Pointer to a 128-bit unique value that designates from which namespace
to start the search.
- @retval CONST GUID * The next valid token namespace.
+ @return The next valid token namespace.
**/
GUID *
@@ -821,6 +821,7 @@ LibPcdGetNextTokenSpace (
@param[in] MaximumDatumSize The maximum size allowed for the PCD entry specified by PatchVariable.
@param[in, out] SizeOfBuffer A pointer to the size, in bytes, of Buffer.
@param[in] Buffer A pointer to the buffer to used to set the target variable.
+ @return Return the pinter to the buffer been set.
**/
VOID *