summaryrefslogtreecommitdiff
path: root/Nt32Pkg/Library/Nt32BdsLib
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/Nt32BdsLib
parent1564e9ac2cd2756b400feb98676e1a53806fcea2 (diff)
downloadedk2-platforms-6ae81428485020dd371eaefa5b97b24f21efe117.tar.xz
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/Nt32BdsLib')
-rw-r--r--Nt32Pkg/Library/Nt32BdsLib/BdsPlatform.c4
-rw-r--r--Nt32Pkg/Library/Nt32BdsLib/BdsPlatform.h4
-rw-r--r--Nt32Pkg/Library/Nt32BdsLib/PlatformData.c4
3 files changed, 6 insertions, 6 deletions
diff --git a/Nt32Pkg/Library/Nt32BdsLib/BdsPlatform.c b/Nt32Pkg/Library/Nt32BdsLib/BdsPlatform.c
index d6ee95578f..24322088c4 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 5dcce86874..39330cc48e 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 180f61874e..d1047683cc 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"