]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseDebugLibNull/DebugLib.c
Update MDE Library instances according to code review comments.
[mirror_edk2.git] / MdePkg / Library / BaseDebugLibNull / DebugLib.c
index a540411bcaa872e1b8546e0233c8df468423ee98..9259ab6432a888ba2910e17c5110146ddd104345 100644 (file)
 \r
 \r
 #include <Base.h>\r
-\r
-//\r
-// The Library classes this module produced\r
-//\r
 #include <Library/DebugLib.h>\r
 \r
 /**\r
-\r
   Prints a debug message to the debug output device if the specified error level is enabled.\r
 \r
   If any bit in ErrorLevel is also set in PcdDebugPrintErrorLevel, then print \r
@@ -45,7 +40,6 @@ DebugPrint (
 \r
 \r
 /**\r
-\r
   Prints an assert message containing a filename, line number, and description.  \r
   This may be followed by a breakpoint or a dead loop.\r
 \r
@@ -79,7 +73,6 @@ DebugAssert (
 \r
 \r
 /**\r
-\r
   Fills a target buffer with PcdDebugClearMemoryValue, and returns the target buffer.\r
 \r
   This function fills Length bytes of Buffer with the value specified by \r
@@ -107,7 +100,6 @@ DebugClearMemory (
 \r
 \r
 /**\r
-  \r
   Returns TRUE if ASSERT() macros are enabled.\r
 \r
   This function returns TRUE if the DEBUG_PROPERTY_DEBUG_ASSERT_ENABLED bit of \r
@@ -130,8 +122,7 @@ DebugAssertEnabled (
 \r
 \r
 /**\r
-  \r
-  Returns TRUE if DEBUG()macros are enabled.\r
+  Returns TRUE if the DEBUG() macro is enabled.\r
 \r
   This function returns TRUE if the DEBUG_PROPERTY_DEBUG_PRINT_ENABLED bit of \r
   PcdDebugProperyMask is set.  Otherwise FALSE is returned.\r
@@ -153,8 +144,7 @@ DebugPrintEnabled (
 \r
 \r
 /**\r
-  \r
-  Returns TRUE if DEBUG_CODE()macros are enabled.\r
+  Returns TRUE if the DEBUG_CODE() macros are enabled.\r
 \r
   This function returns TRUE if the DEBUG_PROPERTY_DEBUG_CODE_ENABLED bit of \r
   PcdDebugProperyMask is set.  Otherwise FALSE is returned.\r
@@ -176,8 +166,7 @@ DebugCodeEnabled (
 \r
 \r
 /**\r
-  \r
-  Returns TRUE if DEBUG_CLEAR_MEMORY()macro is enabled.\r
+  Returns TRUE if the DEBUG_CLEAR_MEMORY() macro is enabled.\r
 \r
   This function returns TRUE if the DEBUG_PROPERTY_CLEAR_MEMORY_ENABLED bit of \r
   PcdDebugProperyMask is set.  Otherwise FALSE is returned.\r