summaryrefslogtreecommitdiff
path: root/Nt32Pkg/Library
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-03-19 03:23:16 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-03-19 03:23:16 +0000
commit6ae81428485020dd371eaefa5b97b24f21efe117 (patch)
tree39daddd018b025cae2152e4fcad47043be06bf78 /Nt32Pkg/Library
parent1564e9ac2cd2756b400feb98676e1a53806fcea2 (diff)
Modify all file header to follow doxygen format
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4906 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Nt32Pkg/Library')
-rw-r--r--Nt32Pkg/Library/DxeNt32PeCoffLib/DxeNt32PeCoffLib.c4
-rw-r--r--Nt32Pkg/Library/DxeWinNtLib/WinNtLib.c4
-rw-r--r--Nt32Pkg/Library/Nt32BdsLib/BdsPlatform.c4
-rw-r--r--Nt32Pkg/Library/Nt32BdsLib/BdsPlatform.h4
-rw-r--r--Nt32Pkg/Library/Nt32BdsLib/PlatformData.c4
-rw-r--r--Nt32Pkg/Library/Nt32PeiPeCoffGetEntryPointLib/PeCoffGetEntryPoint.c4
-rw-r--r--Nt32Pkg/Library/PeiCoreNt32PeCoffLib/PeiCoreNt32PeCoffLib.c4
-rw-r--r--Nt32Pkg/Library/PeiNt32PeCoffLib/PeiNt32PeCoffLib.c4
8 files changed, 16 insertions, 16 deletions
diff --git a/Nt32Pkg/Library/DxeNt32PeCoffLib/DxeNt32PeCoffLib.c b/Nt32Pkg/Library/DxeNt32PeCoffLib/DxeNt32PeCoffLib.c
index 251af43d2..b58b85599 100644
--- a/Nt32Pkg/Library/DxeNt32PeCoffLib/DxeNt32PeCoffLib.c
+++ b/Nt32Pkg/Library/DxeNt32PeCoffLib/DxeNt32PeCoffLib.c
@@ -1,4 +1,4 @@
-/*++
+/**@file
Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials
@@ -19,7 +19,7 @@ Abstract:
to produce PeCoff library class.
---*/
+**/
#include <PiDxe.h>
#include <Guid/PeiPeCoffLoader.h>
diff --git a/Nt32Pkg/Library/DxeWinNtLib/WinNtLib.c b/Nt32Pkg/Library/DxeWinNtLib/WinNtLib.c
index 77efbb6a8..38047b127 100644
--- a/Nt32Pkg/Library/DxeWinNtLib/WinNtLib.c
+++ b/Nt32Pkg/Library/DxeWinNtLib/WinNtLib.c
@@ -1,4 +1,4 @@
-/*++
+/**@file
Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials
@@ -17,7 +17,7 @@ Abstract:
WinNt Library
---*/
+**/
#include <PiDxe.h>
#include <WinNtDxe.h>
diff --git a/Nt32Pkg/Library/Nt32BdsLib/BdsPlatform.c b/Nt32Pkg/Library/Nt32BdsLib/BdsPlatform.c
index d6ee95578..24322088c 100644
--- a/Nt32Pkg/Library/Nt32BdsLib/BdsPlatform.c
+++ b/Nt32Pkg/Library/Nt32BdsLib/BdsPlatform.c
@@ -1,4 +1,4 @@
-/*++
+/**@file
Copyright (c) 2004 - 2006, Intel Corporation
All rights reserved. This program and the accompanying materials
@@ -18,7 +18,7 @@ Abstract:
This file include all platform action which can be customized
by IBV/OEM.
---*/
+**/
#include "BdsPlatform.h"
diff --git a/Nt32Pkg/Library/Nt32BdsLib/BdsPlatform.h b/Nt32Pkg/Library/Nt32BdsLib/BdsPlatform.h
index 5dcce8687..39330cc48 100644
--- a/Nt32Pkg/Library/Nt32BdsLib/BdsPlatform.h
+++ b/Nt32Pkg/Library/Nt32BdsLib/BdsPlatform.h
@@ -1,4 +1,4 @@
-/*++
+/**@file
Copyright (c) 2004 - 2006, Intel Corporation
All rights reserved. This program and the accompanying materials
@@ -17,7 +17,7 @@ Abstract:
Head file for BDS Platform specific code
---*/
+**/
#ifndef _BDS_PLATFORM_H
#define _BDS_PLATFORM_H
diff --git a/Nt32Pkg/Library/Nt32BdsLib/PlatformData.c b/Nt32Pkg/Library/Nt32BdsLib/PlatformData.c
index 180f61874..d1047683c 100644
--- a/Nt32Pkg/Library/Nt32BdsLib/PlatformData.c
+++ b/Nt32Pkg/Library/Nt32BdsLib/PlatformData.c
@@ -1,4 +1,4 @@
-/*++
+/**@file
Copyright (c) 2004 - 2006, Intel Corporation
All rights reserved. This program and the accompanying materials
@@ -18,7 +18,7 @@ Abstract:
Defined the platform specific device path which will be used by
platform Bbd to perform the platform policy connect.
---*/
+**/
#include "BdsPlatform.h"
diff --git a/Nt32Pkg/Library/Nt32PeiPeCoffGetEntryPointLib/PeCoffGetEntryPoint.c b/Nt32Pkg/Library/Nt32PeiPeCoffGetEntryPointLib/PeCoffGetEntryPoint.c
index 70647426f..3c7148e66 100644
--- a/Nt32Pkg/Library/Nt32PeiPeCoffGetEntryPointLib/PeCoffGetEntryPoint.c
+++ b/Nt32Pkg/Library/Nt32PeiPeCoffGetEntryPointLib/PeCoffGetEntryPoint.c
@@ -1,4 +1,4 @@
-/*++
+/**@file
Copyright (c) 2006 - 2007, Intel Corporation
All rights reserved. This program and the accompanying materials
@@ -19,7 +19,7 @@ Abstract:
Revision History
---*/
+**/
#include <PiPei.h>
#include <IndustryStandard/PeImage.h>
diff --git a/Nt32Pkg/Library/PeiCoreNt32PeCoffLib/PeiCoreNt32PeCoffLib.c b/Nt32Pkg/Library/PeiCoreNt32PeCoffLib/PeiCoreNt32PeCoffLib.c
index 45ccf84d6..f34eab2e7 100644
--- a/Nt32Pkg/Library/PeiCoreNt32PeCoffLib/PeiCoreNt32PeCoffLib.c
+++ b/Nt32Pkg/Library/PeiCoreNt32PeCoffLib/PeiCoreNt32PeCoffLib.c
@@ -1,4 +1,4 @@
-/*++
+/**@file
Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials
@@ -19,7 +19,7 @@ Abstract:
to produce PeCoff library class.
---*/
+**/
#include <PiPei.h>
#include <Guid/PeiPeCoffLoader.h>
diff --git a/Nt32Pkg/Library/PeiNt32PeCoffLib/PeiNt32PeCoffLib.c b/Nt32Pkg/Library/PeiNt32PeCoffLib/PeiNt32PeCoffLib.c
index 733826fd2..6bfc63066 100644
--- a/Nt32Pkg/Library/PeiNt32PeCoffLib/PeiNt32PeCoffLib.c
+++ b/Nt32Pkg/Library/PeiNt32PeCoffLib/PeiNt32PeCoffLib.c
@@ -1,4 +1,4 @@
-/*++
+/**@file
Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials
@@ -19,7 +19,7 @@ Abstract:
to produce PeCoff library class.
---*/
+**/
#include <PiPei.h>
#include <Guid/PeiPeCoffLoader.h>