diff options
author | mdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-07-13 00:09:04 +0000 |
---|---|---|
committer | mdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-07-13 00:09:04 +0000 |
commit | ccd1862c8bff40b9260993197dae040d204866f7 (patch) | |
tree | 3e4518af10ee534d06103f173d4cdf8af03540ba /IntelFrameworkPkg | |
parent | fa712ebc567d3f32bf4ac8cc0041296694197659 (diff) | |
download | edk2-ccd1862c8bff40b9260993197dae040d204866f7.tar.gz edk2-ccd1862c8bff40b9260993197dae040d204866f7.tar.bz2 edk2-ccd1862c8bff40b9260993197dae040d204866f7.zip |
Fix Doxygen comment syntax
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8909 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkPkg')
-rw-r--r-- | IntelFrameworkPkg/Include/Guid/DataHubRecords.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/IntelFrameworkPkg/Include/Guid/DataHubRecords.h b/IntelFrameworkPkg/Include/Guid/DataHubRecords.h index 1278c9d444..cda861a4fb 100644 --- a/IntelFrameworkPkg/Include/Guid/DataHubRecords.h +++ b/IntelFrameworkPkg/Include/Guid/DataHubRecords.h @@ -633,13 +633,13 @@ typedef struct { /// This data record refers to the status of the processor.
///
typedef struct {
- UINT32 CpuStatus :3; ///> Indicates the status of the processor.
- UINT32 Reserved1 :3; ///> Reserved for future use. Should be set to zero.
- UINT32 SocketPopulated :1; ///> Indicates if the processor is socketed or not.
- UINT32 Reserved2 :1; ///> Reserved for future use. Should be set to zero.
- UINT32 ApicEnable :1; ///> Indicates if the APIC is enabled or not.
- UINT32 BootApplicationProcessor :1; ///> Indicates if this processor is the boot processor.
- UINT32 Reserved3 :22;///> Reserved for future use. Should be set to zero.
+ UINT32 CpuStatus :3; ///< Indicates the status of the processor.
+ UINT32 Reserved1 :3; ///< Reserved for future use. Should be set to zero.
+ UINT32 SocketPopulated :1; ///< Indicates if the processor is socketed or not.
+ UINT32 Reserved2 :1; ///< Reserved for future use. Should be set to zero.
+ UINT32 ApicEnable :1; ///< Indicates if the APIC is enabled or not.
+ UINT32 BootApplicationProcessor :1; ///< Indicates if this processor is the boot processor.
+ UINT32 Reserved3 :22;///< Reserved for future use. Should be set to zero.
} EFI_PROCESSOR_STATUS_DATA;
typedef enum {
|