From: klu2 Date: Mon, 13 Jul 2009 13:06:59 +0000 (+0000) Subject: Fix a wrong doxygen comment tag usage of ///>. The correct one is ///<. X-Git-Tag: edk2-stable201903~17376 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=a543bca5a680437b33662d4b521f4c648bb74290 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 --- 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