diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-06-24 07:14:18 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-06-24 07:14:18 +0000 |
commit | 8b13229b469f05ec22d76098b052bd6e943fecee (patch) | |
tree | cc8b00da0509e1ffd8fb794651f2290385b899c9 /MdePkg/Include/Protocol/AcpiTable.h | |
parent | dc53faa3a2059c75483fe7e5756d2da11fad598c (diff) | |
download | edk2-platforms-8b13229b469f05ec22d76098b052bd6e943fecee.tar.xz |
Fix doxygen issue:
1) comment for structure should be in doxygen format, such as /// , /**, /*!
2) comment for data field of structure should in doxygen format.
3) should not exist blank between ") (" when declaring a type of function point.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5364 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Protocol/AcpiTable.h')
-rw-r--r-- | MdePkg/Include/Protocol/AcpiTable.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MdePkg/Include/Protocol/AcpiTable.h b/MdePkg/Include/Protocol/AcpiTable.h index fbcc82780f..99159f47ba 100644 --- a/MdePkg/Include/Protocol/AcpiTable.h +++ b/MdePkg/Include/Protocol/AcpiTable.h @@ -65,7 +65,7 @@ typedef struct _EFI_ACPI_TABLE_PROTOCOL EFI_ACPI_TABLE_PROTOCOL; **/
typedef
EFI_STATUS
-(EFIAPI *EFI_ACPI_TABLE_INSTALL_ACPI_TABLE) (
+(EFIAPI *EFI_ACPI_TABLE_INSTALL_ACPI_TABLE)(
IN CONST EFI_ACPI_TABLE_PROTOCOL *This,
IN CONST VOID *AcpiTableBuffer,
IN UINTN AcpiTableBufferSize,
@@ -99,7 +99,7 @@ EFI_STATUS **/
typedef
EFI_STATUS
-(EFIAPI *EFI_ACPI_TABLE_UNINSTALL_ACPI_TABLE) (
+(EFIAPI *EFI_ACPI_TABLE_UNINSTALL_ACPI_TABLE)(
IN CONST EFI_ACPI_TABLE_PROTOCOL *This,
IN UINTN TableKey
);
|