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
This commit is contained in:
klu2 2009-07-13 13:06:59 +00:00
parent eb0f522c15
commit a543bca5a6
1 changed files with 1 additions and 1 deletions

View File

@ -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