]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Fix invalid doxygen comment, should not mix the usage of /// and /**
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 18 Aug 2009 06:21:10 +0000 (06:21 +0000)
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 18 Aug 2009 06:21:10 +0000 (06:21 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9084 6f19259b-4bc3-4df7-8a09-765794883524

IntelFrameworkPkg/Include/Ppi/ReadOnlyVariable.h

index 62e98a8aeb18a6d2211246b1373bd24207165247..87d2dc35e665d17b7b04cf76ad5102f8cd87dcb7 100644 (file)
@@ -37,11 +37,11 @@ typedef struct _EFI_PEI_READ_ONLY_VARIABLE_PPI  EFI_PEI_READ_ONLY_VARIABLE_PPI;
 #define EFI_VARIABLE_NON_VOLATILE       0x00000001\r
 #define EFI_VARIABLE_BOOTSERVICE_ACCESS 0x00000002\r
 #define EFI_VARIABLE_RUNTIME_ACCESS     0x00000004\r
-  /**\r
-  /// Inconsistent with specification here: \r
-  /// In Framework Spec, PeiCis0.91, neither the macro or its value is defined.\r
-  /// Keeping this inconsistancy for backward compatibility.\r
-  **\r
+///\r
+/// Inconsistent with specification here: \r
+/// In Framework Spec, PeiCis0.91, neither the macro or its value is defined.\r
+/// Keeping this inconsistancy for backward compatibility.\r
+//\r
 #define EFI_VARIABLE_READ_ONLY          0x00000008\r
 ///@}\r
 \r