]> git.proxmox.com Git - mirror_edk2.git/commitdiff
updated comments
authorjcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 10 Jun 2009 17:46:17 +0000 (17:46 +0000)
committerjcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 10 Jun 2009 17:46:17 +0000 (17:46 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8512 6f19259b-4bc3-4df7-8a09-765794883524

IntelFrameworkPkg/Include/Protocol/AcpiSupport.h

index bca149ebd5c0c18c239cf76525a4c672e985555c..1b4e0ab0d1d2fb078d34618fa45de37316199a87 100644 (file)
@@ -18,7 +18,7 @@
   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 \r
   @par Revision Reference:\r
-  This Protocol is defined in Framework of ACPI Specification.\r
+  This Protocol is defined in Framework ACPI Specification.\r
   Version 0.9.\r
 \r
 **/\r
@@ -100,7 +100,7 @@ EFI_STATUS
   @param  Checksum              If TRUE, indicates that the checksum should be\r
                                 calculated for this table.\r
   @param  Version               Indicates to which version(s) of ACPI the table should be added.\r
-  @param  Pointer               to the handle of the table to remove or update.\r
+  @param  Handle                Pointer to the handle of the table to remove or update.\r
 \r
   @retval EFI_SUCCESS           The function completed successfully.\r
   @retval EFI_INVALID_PARAMETER *Handle was zero and Table was NULL.\r
@@ -147,20 +147,19 @@ EFI_STATUS
   This protocol provides some basic services to support publishing ACPI system\r
   tables. The services handle many of the more mundane tasks that are required\r
   to publish a set of tables.\r
-\r
-  @param GetAcpiTable\r
-  Returns a table specified by an index if it exists.\r
-\r
-  @param SetAcpiTable\r
-  Adds, removes, or updates ACPI tables\r
-\r
-  @param PublishTables\r
-  Publishes the ACPI tables.\r
-\r
 **/\r
 struct _EFI_ACPI_SUPPORT_PROTOCOL {\r
+///\r
+/// Returns a table specified by an index if it exists.\r
+///\r
   EFI_ACPI_GET_ACPI_TABLE GetAcpiTable;\r
+///\r
+/// Adds, removes, or updates ACPI tables\r
+///\r
   EFI_ACPI_SET_ACPI_TABLE SetAcpiTable;\r
+///\r
+/// Publishes the ACPI tables.\r
+///\r
   EFI_ACPI_PUBLISH_TABLES PublishTables;\r
 };\r
 \r