]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Library/UefiApplicationEntryPoint.h
GCC Build Clean: Add doxygen comment and fix build break issue.
[mirror_edk2.git] / MdePkg / Include / Library / UefiApplicationEntryPoint.h
index ff8b5b241ed33699217796bfef34bf6e13a7bf25..b6c193b710d37abfae4be5503efa5af916ec9428 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
-  Entry point to a UEFI Application.\r
+  Module entry point library for UEFI Applications.\r
 \r
-Copyright (c) 2007, Intel Corporation<BR>\r
+Copyright (c) 2007 - 2008, Intel Corporation\r
 All rights reserved. This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
@@ -15,10 +15,11 @@ 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
-extern const UINT32                   _gUefiDriverRevision;\r
+///\r
+/// Declare the EFI/UEFI Specification Revision to which this driver is implemented \r
+///\r
+extern CONST UINT32        _gUefiDriverRevision;\r
+\r
 \r
 /**\r
   Enrty point to UEFI Application.\r
@@ -62,8 +63,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 +78,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 +94,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 +114,6 @@ ProcessLibraryDestructorList (
           the user.  \r
  \r
 **/\r
-\r
 EFI_STATUS\r
 EFIAPI\r
 ProcessModuleEntryPointList (\r