]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Library/UefiApplicationEntryPoint.h
Use doxygen comment style for document entity such as struct, enum, variable that...
[mirror_edk2.git] / MdePkg / Include / Library / UefiApplicationEntryPoint.h
index ff8b5b241ed33699217796bfef34bf6e13a7bf25..d9c25d92cb694047bd30308e2cc3af82c9bee417 100644 (file)
@@ -15,9 +15,9 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 #ifndef __UEFI_APPLICATION_ENTRY_POINT_H__\r
 #define __UEFI_APPLICATION_ENTRY_POINT_H__\r
 \r
-//\r
-// Declare the EFI/UEFI Specification Revision to which this driver is implemented \r
-//\r
+///\r
+/// Declare the EFI/UEFI Specification Revision to which this driver is implemented \r
+///\r
 extern const UINT32                   _gUefiDriverRevision;\r
 \r
 /**\r
@@ -62,8 +62,6 @@ EfiMain (
 \r
   @param  Status Status returned by the application that is exiting.\r
   \r
-  @retval VOID\r
-\r
 **/\r
 VOID\r
 EFIAPI\r
@@ -79,8 +77,6 @@ Exit (
   @param  ImageHandle ImageHandle of the loaded driver.\r
   @param  SystemTable Pointer to the EFI System Table.\r
   \r
-  @retval VOID\r
-\r
 **/\r
 VOID\r
 EFIAPI\r
@@ -97,7 +93,6 @@ ProcessLibraryConstructorList (
   @param  ImageHandle ImageHandle of the loaded driver.\r
   @param  SystemTable Pointer to the EFI System Table.\r
 \r
-  @retval VOID\r
 **/\r
 VOID\r
 EFIAPI\r
@@ -118,7 +113,6 @@ ProcessLibraryDestructorList (
           the user.  \r
  \r
 **/\r
-\r
 EFI_STATUS\r
 EFIAPI\r
 ProcessModuleEntryPointList (\r