]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Fix a wrong doxygen comment tag usage of ///>. The correct one is ///<.
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 13 Jul 2009 13:06:59 +0000 (13:06 +0000)
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 13 Jul 2009 13:06:59 +0000 (13:06 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8933 6f19259b-4bc3-4df7-8a09-765794883524

IntelFrameworkPkg/Include/Protocol/LegacyBios.h

index b8b3621852bc2530c0d4eb2274e9294c63f9277f..9eaaef985ebfd8943a8464a33686f255aab541f9 100644 (file)
@@ -980,7 +980,7 @@ typedef struct _EFI_LEGACY_BIOS_PROTOCOL EFI_LEGACY_BIOS_PROTOCOL;
 #define NO_ROM            0x00\r
 #define ROM_FOUND         0x01\r
 #define VALID_LEGACY_ROM  0x02\r
-#define ROM_WITH_CONFIG   0x04     ///> Not defined in the Framework CSM Specification\r
+#define ROM_WITH_CONFIG   0x04     ///< Not defined in the Framework CSM Specification\r
 \r
 ///\r
 /// The following macros do not appear in the Framework CSM Specification and \r