]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkPkg/Include/Protocol/AcpiS3Save.h
Correct the structure's comments to follow doxygen format.
[mirror_edk2.git] / IntelFrameworkPkg / Include / Protocol / AcpiS3Save.h
index cb81d1aeeb5337e2dbb7765a11aaa10f14157235..6c804693560efef68bab67f4bf1af2cd9bb01fbf 100644 (file)
@@ -95,7 +95,6 @@ EFI_STATUS
 );\r
 \r
 /**\r
-  @par Protocol Description:\r
   The EFI_ACPI_S3_SAVE_PROTOCOL is responsible for preparing all the information that the\r
   Framework needs to restore the platform's preboot state during an S3 resume boot. This\r
   information can include the following:\r
@@ -114,16 +113,16 @@ EFI_STATUS
   that the target platform supports an S3 resume and then call EFI_ACPI_S3_SAVE_PROTOCOL\r
   to save the S3 resume information. The entire Framework boot script table will then be generated,\r
   assuming the platform currently is in the preboot state.\r
-\r
-  @param GetLegacyMemorySize\r
-  Gets the size of legacy memory below 1 MB that is required for S3 resume.\r
-\r
-  @param S3Save\r
-  Prepare all information for an S3 resume.\r
-  \r
 **/\r
 struct _EFI_ACPI_S3_SAVE_PROTOCOL {\r
+  ///\r
+  /// Gets the size of legacy memory below 1 MB that is required for S3 resume.\r
+  ///\r
   EFI_ACPI_GET_LEGACY_MEMORY_SIZE   GetLegacyMemorySize;\r
+  \r
+  ///\r
+  /// Prepare all information for an S3 resume.\r
+  ///\r
   EFI_ACPI_S3_SAVE                  S3Save;\r
 };\r
 \r