From a543bca5a680437b33662d4b521f4c648bb74290 Mon Sep 17 00:00:00 2001 From: klu2 Date: Mon, 13 Jul 2009 13:06:59 +0000 Subject: [PATCH] Fix a wrong doxygen comment tag usage of ///>. The correct one is ///<. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8933 6f19259b-4bc3-4df7-8a09-765794883524 --- IntelFrameworkPkg/Include/Protocol/LegacyBios.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IntelFrameworkPkg/Include/Protocol/LegacyBios.h b/IntelFrameworkPkg/Include/Protocol/LegacyBios.h index b8b3621852..9eaaef985e 100644 --- a/IntelFrameworkPkg/Include/Protocol/LegacyBios.h +++ b/IntelFrameworkPkg/Include/Protocol/LegacyBios.h @@ -980,7 +980,7 @@ typedef struct _EFI_LEGACY_BIOS_PROTOCOL EFI_LEGACY_BIOS_PROTOCOL; #define NO_ROM 0x00 #define ROM_FOUND 0x01 #define VALID_LEGACY_ROM 0x02 -#define ROM_WITH_CONFIG 0x04 ///> Not defined in the Framework CSM Specification +#define ROM_WITH_CONFIG 0x04 ///< Not defined in the Framework CSM Specification /// /// The following macros do not appear in the Framework CSM Specification and -- 2.39.2