Use doxygen comment style for document entity such as struct, enum, variable that use /// but not //
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5645 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -22,9 +22,9 @@
|
||||
// Ensure proper structure formats
|
||||
//
|
||||
#pragma pack(1)
|
||||
//
|
||||
// Watchdog Action Table definition.
|
||||
//
|
||||
///
|
||||
/// Watchdog Action Table definition.
|
||||
///
|
||||
typedef struct {
|
||||
EFI_ACPI_DESCRIPTION_HEADER Header;
|
||||
UINT32 WatchdogHeaderLength;
|
||||
@@ -52,14 +52,14 @@ typedef struct {
|
||||
|
||||
#pragma pack()
|
||||
|
||||
//
|
||||
// WDAT Revision (defined in spec)
|
||||
//
|
||||
///
|
||||
/// WDAT Revision (defined in spec)
|
||||
///
|
||||
#define EFI_ACPI_WATCHDOG_ACTION_1_0_TABLE_REVISION 0x01
|
||||
|
||||
//
|
||||
// WDAT 1.0 Flags
|
||||
//
|
||||
///
|
||||
/// WDAT 1.0 Flags
|
||||
///
|
||||
#define EFI_ACPI_WDAT_1_0_WATCHDOG_ENABLED 0x1
|
||||
#define EFI_ACPI_WDAT_1_0_WATCHDOG_STOPPED_IN_SLEEP_STATE 0x80
|
||||
|
||||
|
Reference in New Issue
Block a user