From 6ae81428485020dd371eaefa5b97b24f21efe117 Mon Sep 17 00:00:00 2001 From: klu2 Date: Wed, 19 Mar 2008 03:23:16 +0000 Subject: 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 --- Nt32Pkg/Sec/FwVol.c | 4 ++-- Nt32Pkg/Sec/SecMain.c | 4 ++-- Nt32Pkg/Sec/SecMain.h | 4 ++-- Nt32Pkg/Sec/WinNtThunk.c | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) (limited to 'Nt32Pkg/Sec') 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 #include 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" -- cgit v1.2.3