From f527a6f1ab9ec173084708493d83a21c80b8c615 Mon Sep 17 00:00:00 2001 From: klu2 Date: Tue, 18 Aug 2009 06:21:10 +0000 Subject: 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 --- IntelFrameworkPkg/Include/Ppi/ReadOnlyVariable.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'IntelFrameworkPkg') diff --git a/IntelFrameworkPkg/Include/Ppi/ReadOnlyVariable.h b/IntelFrameworkPkg/Include/Ppi/ReadOnlyVariable.h index 62e98a8..87d2dc3 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 ///@} -- cgit v1.1