diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-08-18 06:21:10 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-08-18 06:21:10 +0000 |
commit | f527a6f1ab9ec173084708493d83a21c80b8c615 (patch) | |
tree | bb54b7420240b7dc7dc64b4bd7a44e1a19f95c40 /IntelFrameworkPkg | |
parent | 6a0cd52dc22f0c7b4fa694cda02f4d4adced637c (diff) | |
download | edk2-platforms-f527a6f1ab9ec173084708493d83a21c80b8c615.tar.xz |
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
Diffstat (limited to 'IntelFrameworkPkg')
-rw-r--r-- | IntelFrameworkPkg/Include/Ppi/ReadOnlyVariable.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/IntelFrameworkPkg/Include/Ppi/ReadOnlyVariable.h b/IntelFrameworkPkg/Include/Ppi/ReadOnlyVariable.h index 62e98a8aeb..87d2dc35e6 100644 --- a/IntelFrameworkPkg/Include/Ppi/ReadOnlyVariable.h +++ b/IntelFrameworkPkg/Include/Ppi/ReadOnlyVariable.h @@ -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_BOOTSERVICE_ACCESS 0x00000002
#define EFI_VARIABLE_RUNTIME_ACCESS 0x00000004
- /**
- /// Inconsistent with specification here:
- /// In Framework Spec, PeiCis0.91, neither the macro or its value is defined.
- /// Keeping this inconsistancy for backward compatibility.
- **/
+///
+/// Inconsistent with specification here:
+/// In Framework Spec, PeiCis0.91, neither the macro or its value is defined.
+/// Keeping this inconsistancy for backward compatibility.
+///
#define EFI_VARIABLE_READ_ONLY 0x00000008
///@}
|