mirror of https://github.com/acidanthera/audk.git
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:
parent
eb0f522c15
commit
a543bca5a6
|
@ -980,7 +980,7 @@ typedef struct _EFI_LEGACY_BIOS_PROTOCOL EFI_LEGACY_BIOS_PROTOCOL;
|
||||||
#define NO_ROM 0x00
|
#define NO_ROM 0x00
|
||||||
#define ROM_FOUND 0x01
|
#define ROM_FOUND 0x01
|
||||||
#define VALID_LEGACY_ROM 0x02
|
#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
|
/// The following macros do not appear in the Framework CSM Specification and
|
||||||
|
|
Loading…
Reference in New Issue