Fix invalid doxygen comment, should not mix the usage of /// and /**

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9084 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
klu2 2009-08-18 06:21:10 +00:00
parent 6a0cd52dc2
commit f527a6f1ab
1 changed files with 5 additions and 5 deletions

View 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 #define EFI_VARIABLE_NON_VOLATILE 0x00000001
#define EFI_VARIABLE_BOOTSERVICE_ACCESS 0x00000002 #define EFI_VARIABLE_BOOTSERVICE_ACCESS 0x00000002
#define EFI_VARIABLE_RUNTIME_ACCESS 0x00000004 #define EFI_VARIABLE_RUNTIME_ACCESS 0x00000004
/** ///
/// Inconsistent with specification here: /// Inconsistent with specification here:
/// In Framework Spec, PeiCis0.91, neither the macro or its value is defined. /// In Framework Spec, PeiCis0.91, neither the macro or its value is defined.
/// Keeping this inconsistancy for backward compatibility. /// Keeping this inconsistancy for backward compatibility.
**/ ///
#define EFI_VARIABLE_READ_ONLY 0x00000008 #define EFI_VARIABLE_READ_ONLY 0x00000008
///@} ///@}