diff options
Diffstat (limited to 'MdePkg/Include/Library/PcdLib.h')
-rw-r--r-- | MdePkg/Include/Library/PcdLib.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/MdePkg/Include/Library/PcdLib.h b/MdePkg/Include/Library/PcdLib.h index ae63de933c..5cb6174098 100644 --- a/MdePkg/Include/Library/PcdLib.h +++ b/MdePkg/Include/Library/PcdLib.h @@ -30,9 +30,9 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. #define PcdToken(TokenName) _PCD_TOKEN_##TokenName
-//
-// Feature Flag is in the form of a global constant
-//
+///
+/// Feature Flag is in the form of a global constant
+///
#define FeaturePcdGet(TokenName) _PCD_GET_MODE_BOOL_##TokenName
|