summaryrefslogtreecommitdiffstats
path: root/Nt32Pkg/Sec
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/Sec
parent1564e9ac2cd2756b400feb98676e1a53806fcea2 (diff)
downloadedk2-6ae81428485020dd371eaefa5b97b24f21efe117.tar.gz
edk2-6ae81428485020dd371eaefa5b97b24f21efe117.tar.bz2
edk2-6ae81428485020dd371eaefa5b97b24f21efe117.zip
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/Sec')
-rw-r--r--Nt32Pkg/Sec/FwVol.c4
-rw-r--r--Nt32Pkg/Sec/SecMain.c4
-rw-r--r--Nt32Pkg/Sec/SecMain.h4
-rw-r--r--Nt32Pkg/Sec/WinNtThunk.c4
4 files changed, 8 insertions, 8 deletions
diff --git a/Nt32Pkg/Sec/FwVol.c b/Nt32Pkg/Sec/FwVol.c
index 3e94bcb8ca..761c8b45fc 100644
--- a/Nt32Pkg/Sec/FwVol.c
+++ b/Nt32Pkg/Sec/FwVol.c
@@ -1,4 +1,4 @@
-/*++
+/**@file
Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials
@@ -16,7 +16,7 @@ Abstract:
A simple FV stack so the SEC can extract the SEC Core from an
FV.
---*/
+**/
#include "SecMain.h"
diff --git a/Nt32Pkg/Sec/SecMain.c b/Nt32Pkg/Sec/SecMain.c
index f45c5daaea..54fcaa1225 100644
--- a/Nt32Pkg/Sec/SecMain.c
+++ b/Nt32Pkg/Sec/SecMain.c
@@ -1,4 +1,4 @@
-/*++
+/**@file
Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials
@@ -26,7 +26,7 @@ Abstract:
This code produces 128 K of temporary memory for the PEI stack by directly
allocate memory space with ReadWrite and Execute attribute.
---*/
+**/
#include "SecMain.h"
diff --git a/Nt32Pkg/Sec/SecMain.h b/Nt32Pkg/Sec/SecMain.h
index 1f54fd0dd2..618728da94 100644
--- a/Nt32Pkg/Sec/SecMain.h
+++ b/Nt32Pkg/Sec/SecMain.h
@@ -1,4 +1,4 @@
-/*++
+/**@file
Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials
@@ -16,7 +16,7 @@ Module Name:
Abstract:
Include file for Windows API based SEC
---*/
+**/
#include <stdio.h>
#include <Base.h>
diff --git a/Nt32Pkg/Sec/WinNtThunk.c b/Nt32Pkg/Sec/WinNtThunk.c
index 2832e13fdd..7e2be38ddd 100644
--- a/Nt32Pkg/Sec/WinNtThunk.c
+++ b/Nt32Pkg/Sec/WinNtThunk.c
@@ -1,4 +1,4 @@
-/*++
+/**@file
Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials
@@ -32,7 +32,7 @@ Abstract:
gWinNt is a a public exported global that contains the initialized
data.
---*/
+**/
#include "SecMain.h"