]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Modify all file header to follow doxygen format
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 19 Mar 2008 09:01:03 +0000 (09:01 +0000)
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 19 Mar 2008 09:01:03 +0000 (09:01 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4917 6f19259b-4bc3-4df7-8a09-765794883524

14 files changed:
MdeModulePkg/Core/Pei/BootMode/BootMode.c
MdeModulePkg/Core/Pei/Dependency/dependency.c
MdeModulePkg/Core/Pei/Dependency/dependency.h
MdeModulePkg/Core/Pei/Dispatcher/Dispatcher.c
MdeModulePkg/Core/Pei/FwVol/FwVol.c
MdeModulePkg/Core/Pei/Hob/Hob.c
MdeModulePkg/Core/Pei/Image/Image.c
MdeModulePkg/Core/Pei/Memory/MemoryServices.c
MdeModulePkg/Core/Pei/PeiMain.h
MdeModulePkg/Core/Pei/PeiMain/PeiMain.c
MdeModulePkg/Core/Pei/Ppi/Ppi.c
MdeModulePkg/Core/Pei/Reset/Reset.c
MdeModulePkg/Core/Pei/Security/Security.c
MdeModulePkg/Core/Pei/StatusCode/StatusCode.c

index fbfd02f84c40091a2806c4d942b0fc13fea4cf9c..afa3c89ebca10dded67c195e949e53900f4479c4 100644 (file)
@@ -1,4 +1,4 @@
-/*++\r
+/** @file\r
 \r
 Copyright (c) 2006, Intel Corporation                                                         \r
 All rights reserved. This program and the accompanying materials                          \r
@@ -21,7 +21,7 @@ Abstract:
 \r
 Revision History\r
 \r
---*/\r
+**/\r
 \r
 #include <PeiMain.h>\r
 \r
index 73c85d0b2c1fb7e02b6cd1799a4f9a813103da42..54006675f4b4e0193a05a9db34ddb464616c0d24 100644 (file)
@@ -1,4 +1,4 @@
-/*++\r
+/** @file\r
 \r
 Copyright (c) 2006, Intel Corporation                                                         \r
 All rights reserved. This program and the accompanying materials                          \r
@@ -21,7 +21,7 @@ Abstract:
   if a driver can be scheduled for execution.  The criteria for\r
   schedulability is that the dependency expression is satisfied.\r
   \r
---*/\r
+**/\r
 \r
 #include <PeiMain.h>\r
 #include "dependency.h"\r
index a6190c4441d461190bc9982b0a075886a9d3828a..c1644a4a9417762f91295370d1452df1d17d7ad6 100644 (file)
@@ -1,4 +1,4 @@
-/*++\r
+/** @file\r
 \r
 Copyright (c) 2006, Intel Corporation                                                         \r
 All rights reserved. This program and the accompanying materials                          \r
@@ -18,7 +18,7 @@ Abstract:
   This module contains data specific to dependency expressions\r
   and local function prototypes.\r
         \r
---*/\r
+**/\r
 \r
 #ifndef _PEI_DEPENDENCY_H_\r
 #define _PEI_DEPENDENCY_H_\r
index a5dce2b5aa4cb1764bbfc84ade98ab97f6ebab9e..f4b18d56d209fea0be3fa8fcc8d7b0076ac54026 100644 (file)
@@ -1,4 +1,4 @@
-/*++\r
+/** @file\r
 \r
 Copyright (c) 2006, Intel Corporation\r
 All rights reserved. This program and the accompanying materials\r
@@ -19,7 +19,7 @@ Abstract:
 \r
 Revision History\r
 \r
---*/\r
+**/\r
 \r
 #include <PeiMain.h>\r
 \r
index 49479125352fd8697229b97399c8fb3e6a8e3f8d..1af4a760362c0518b8fdb76bca7cabf02636642e 100644 (file)
@@ -1,4 +1,4 @@
-/*++\r
+/** @file\r
 \r
 Copyright (c) 2006 - 2007, Intel Corporation                                                         \r
 All rights reserved. This program and the accompanying materials                          \r
@@ -17,7 +17,7 @@ Abstract:
 \r
   Pei Core Firmware File System service routines.\r
 \r
---*/\r
+**/\r
 \r
 #include <PeiMain.h>\r
 \r
index 803a4e05de90cb52de8d992ed2258d56e388f648..c353fa5bfab045c0b30b9fc8a593015921ea5db5 100644 (file)
@@ -1,4 +1,4 @@
-/*++\r
+/** @file\r
 \r
 Copyright (c) 2006, Intel Corporation                                                         \r
 All rights reserved. This program and the accompanying materials                          \r
@@ -17,7 +17,7 @@ Abstract:
 \r
   EFI PEI Core HOB services\r
 \r
---*/\r
+**/\r
 \r
 #include <PeiMain.h>\r
 \r
index 2c7e5846cb8a710e61faef2b94cf2814937f3a75..98553eb10c342b2788554f0837d8b41abda35bae 100644 (file)
@@ -1,4 +1,4 @@
-/*++\r
+/** @file\r
 \r
 Copyright (c) 2006 - 2007, Intel Corporation                                                         \r
 All rights reserved. This program and the accompanying materials                          \r
@@ -17,7 +17,7 @@ Abstract:
 \r
   Pei Core Load Image Support\r
 \r
---*/\r
+**/\r
 \r
 #include <PeiMain.h>\r
 \r
index a64bb3c6339d53db2c940bc715edbcbe689a2b1d..f4212c849eb5819d8ea508dc44d3cc3048688032 100644 (file)
@@ -1,4 +1,4 @@
-/*++\r
+/** @file\r
 \r
 Copyright (c) 2006, Intel Corporation                                                         \r
 All rights reserved. This program and the accompanying materials                          \r
@@ -17,7 +17,7 @@ Abstract:
 \r
   EFI PEI Core memory services\r
 \r
---*/\r
+**/\r
 \r
 #include <PeiMain.h>\r
 \r
index 35795868586c4e72c544739f14c74a158984fba7..74d70ac8ffe264c4c7cbd8f605117cf51bbec232 100644 (file)
@@ -1,4 +1,4 @@
-/*++\r
+/** @file\r
 \r
 Copyright (c) 2006 - 2007, Intel Corporation\r
 All rights reserved. This program and the accompanying materials\r
@@ -19,7 +19,7 @@ Abstract:
 \r
 Revision History\r
 \r
---*/\r
+**/\r
 \r
 #ifndef _PEI_MAIN_H_\r
 #define _PEI_MAIN_H_\r
index 3b1d42e50922b1145240456d4f286a785641d098..85dbbd1a6a3e658dc19e7687266128d2fd127253 100644 (file)
@@ -1,4 +1,4 @@
-/*++\r
+/** @file\r
 \r
 Copyright (c) 2006, Intel Corporation\r
 All rights reserved. This program and the accompanying materials\r
@@ -19,7 +19,7 @@ Abstract:
 \r
 Revision History\r
 \r
---*/\r
+**/\r
 \r
 #include <PeiMain.h>\r
 \r
index bb358a25d32449e6718e00874daf3aa9861b960b..1e400225fb385a8482a7a18f6d48f410a45e5356 100644 (file)
@@ -1,4 +1,4 @@
-/*++\r
+/** @file\r
 \r
 Copyright (c) 2006, Intel Corporation\r
 All rights reserved. This program and the accompanying materials\r
@@ -19,7 +19,7 @@ Abstract:
 \r
 Revision History\r
 \r
---*/\r
+**/\r
 \r
 #include <PeiMain.h>\r
 \r
index 2788a0e161a2be1ca899fbc08ff16f01c6692286..4fcb59f3726a8f964ac37b4ee436cf10b304c16c 100644 (file)
@@ -1,4 +1,4 @@
-/*++\r
+/** @file\r
 \r
 Copyright (c) 2006, Intel Corporation                                                         \r
 All rights reserved. This program and the accompanying materials                          \r
@@ -19,7 +19,7 @@ Abstract:
 \r
 Revision History\r
 \r
---*/\r
+**/\r
 \r
 #include <PeiMain.h>\r
 \r
index 8fda8bd05595f8b28fa2442fdc8912cc9ff91b9d..ac02f594f3b251279dfe3476113646f1fae601f4 100644 (file)
@@ -1,4 +1,4 @@
-/*++\r
+/** @file\r
 \r
 Copyright (c) 2006, Intel Corporation                                                         \r
 All rights reserved. This program and the accompanying materials                          \r
@@ -17,7 +17,7 @@ Abstract:
 \r
   EFI PEI Core Security services\r
 \r
---*/\r
+**/\r
 \r
 #include <PeiMain.h>\r
 \r
index 04a4519844ea8c3ac21fd93313d588c3aeafba06..bd8cb26e61732ce7cc3e66fc61feb6d4945a64a1 100644 (file)
@@ -1,4 +1,4 @@
-/*++\r
+/** @file\r
 \r
 Copyright (c) 2006, Intel Corporation                                                         \r
 All rights reserved. This program and the accompanying materials                          \r
@@ -19,7 +19,7 @@ Abstract:
 \r
 Revision History\r
 \r
---*/\r
+**/\r
 \r
 #include <PeiMain.h>\r
 \r