]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BasePostCodeLibDebug/PostCode.c
INF file verified, and Coding Style reviewed.
[mirror_edk2.git] / MdePkg / Library / BasePostCodeLibDebug / PostCode.c
index 4335acb1aea2fff605cd960496c3fc51ecc16cb7..f51af776c578246bba9c6ed61585201b2eaa62bf 100644 (file)
@@ -1,5 +1,5 @@
 /** @file\r
-  Base Post Code Library instance based on Debug Library.\r
+  The instance of Post Code Library that layers on top of a Debug Library instance.\r
 \r
   Copyright (c) 2006 - 2008, Intel Corporation<BR>\r
   All rights reserved. This program and the accompanying materials                          \r
 \r
 **/\r
 \r
-\r
-\r
 #include <Base.h>\r
 \r
-\r
 #include <Library/PostCodeLib.h>\r
 #include <Library/DebugLib.h>\r
 #include <Library/PcdLib.h>\r
@@ -34,9 +31,9 @@
   processing another any other Post Code Library function, then \r
   PostCode() must return Value immediately.\r
 \r
-  @param   Value  The 32-bit value to write to the POST card.\r
+  @param  Value  The 32-bit value to write to the POST card.\r
 \r
-  @return  Value  The 32-bit value to write to the POST card.\r
+  @return The 32-bit value to write to the POST card.\r
 \r
 **/\r
 UINT32\r
@@ -71,7 +68,7 @@ PostCode (
                        POST code value.  This is an optional parameter that may \r
                        be NULL.\r
 \r
-  @return  Value       The 32-bit value to write to the POST card.\r
+  @return The 32-bit value to write to the POST card.\r
 \r
 **/\r
 UINT32\r