Correct the structure's comments to follow doxygen format.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8721 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -149,17 +149,19 @@ EFI_STATUS
|
||||
to publish a set of tables.
|
||||
**/
|
||||
struct _EFI_ACPI_SUPPORT_PROTOCOL {
|
||||
///
|
||||
/// Returns a table specified by an index if it exists.
|
||||
///
|
||||
///
|
||||
/// Returns a table specified by an index if it exists.
|
||||
///
|
||||
EFI_ACPI_GET_ACPI_TABLE GetAcpiTable;
|
||||
///
|
||||
/// Adds, removes, or updates ACPI tables
|
||||
///
|
||||
|
||||
///
|
||||
/// Adds, removes, or updates ACPI tables
|
||||
///
|
||||
EFI_ACPI_SET_ACPI_TABLE SetAcpiTable;
|
||||
///
|
||||
/// Publishes the ACPI tables.
|
||||
///
|
||||
|
||||
///
|
||||
/// Publishes the ACPI tables.
|
||||
///
|
||||
EFI_ACPI_PUBLISH_TABLES PublishTables;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user