]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Ppi/ReadOnlyVariable2.h
Fix doxygen issue:
[mirror_edk2.git] / MdePkg / Include / Ppi / ReadOnlyVariable2.h
index f4f85086ca480211e592ca2bba14da1bfcbc5b60..2efd1d03c18adad01d2445c23ec1f2ed3390d10d 100644 (file)
@@ -33,12 +33,12 @@ typedef struct _EFI_PEI_READ_ONLY_VARIABLE2_PPI  EFI_PEI_READ_ONLY_VARIABLE2_PPI
 \r
   @param  This            A pointer to this instance of the EFI_PEI_READ_ONLY_VARIABLE2_PPI.\r
 \r
-  @param  VariableName    A pointer to a null-terminated string that is the variable¡¯s name.\r
+  @param  VariableName    A pointer to a null-terminated string that is the variable's name.\r
 \r
-  @param  VendorGuid      A pointer to an EFI_GUID that is the variable¡¯s GUID. The combination of\r
+  @param  VendorGuid      A pointer to an EFI_GUID that is the variable's GUID. The combination of\r
                           VariableGuid and VariableName must be unique.\r
 \r
-  @param  Attributes      If non-NULL, on return, points to the variable¡¯s attributes. See ¡°Related Definitons¡±\r
+  @param  Attributes      If non-NULL, on return, points to the variable's attributes. See "Related Definitons"\r
                           below for possible attribute values.\r
 \r
   @param  DataSize        On entry, points to the size in bytes of the Data buffer. On return, points to the size of\r
@@ -84,11 +84,11 @@ EFI_STATUS
 \r
   @param  VariableNameSize  On entry, points to the size of the buffer pointed to by VariableName.\r
 \r
-  @param  VariableName      On entry, a pointer to a null-terminated string that is the variable¡¯s name.\r
-                            On return, points to the next variable¡¯s null-terminated name string.\r
+  @param  VariableName      On entry, a pointer to a null-terminated string that is the variable's name.\r
+                            On return, points to the next variable's null-terminated name string.\r
 \r
-  @param  VendorGuid        On entry, a pointer to an UEFI _GUID that is the variable¡¯s GUID. \r
-                            On return, a pointer to the next variable¡¯s GUID.\r
+  @param  VendorGuid        On entry, a pointer to an UEFI _GUID that is the variable's GUID. \r
+                            On return, a pointer to the next variable's GUID.\r
 \r
 \r
   @retval EFI_SUCCESS           The variable was read successfully.\r
@@ -107,7 +107,7 @@ EFI_STATUS
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EFI_PEI_NEXT_VARIABLE_NAME2) (\r
+(EFIAPI *EFI_PEI_NEXT_VARIABLE_NAME2)(\r
   IN CONST  EFI_PEI_READ_ONLY_VARIABLE2_PPI *This,\r
   IN OUT    UINTN                           *VariableNameSize,\r
   IN OUT    CHAR16                          *VariableName,\r