diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-03-19 09:01:03 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-03-19 09:01:03 +0000 |
commit | 615c6dd0d4c428658d761d96bcb51f2fbd5e7523 (patch) | |
tree | dda5d57ab1af8db7279564adf9b53eefdbf5edd2 /MdeModulePkg/Core/Pei/FwVol | |
parent | 814bae5269282fa8f2450182d4ee01ead7044e00 (diff) | |
download | edk2-platforms-615c6dd0d4c428658d761d96bcb51f2fbd5e7523.tar.xz |
Modify all file header to follow doxygen format
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4917 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Core/Pei/FwVol')
-rw-r--r-- | MdeModulePkg/Core/Pei/FwVol/FwVol.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MdeModulePkg/Core/Pei/FwVol/FwVol.c b/MdeModulePkg/Core/Pei/FwVol/FwVol.c index 4947912535..1af4a76036 100644 --- a/MdeModulePkg/Core/Pei/FwVol/FwVol.c +++ b/MdeModulePkg/Core/Pei/FwVol/FwVol.c @@ -1,4 +1,4 @@ -/*++
+/** @file
Copyright (c) 2006 - 2007, Intel Corporation
All rights reserved. This program and the accompanying materials
@@ -17,7 +17,7 @@ Abstract: Pei Core Firmware File System service routines.
---*/
+**/
#include <PeiMain.h>
|