From 96226baa2884ba0776dec3431f84b20cb3062915 Mon Sep 17 00:00:00 2001 From: qhuang8 Date: Tue, 8 Apr 2008 03:01:25 +0000 Subject: Update all files in DxeIpl Peim to follow doxygen style header. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4998 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/Core/DxeIplPeim/Ipf/DxeLoadFunc.c | 15 ++++----------- MdeModulePkg/Core/DxeIplPeim/Ipf/ImageRead.c | 13 ++++--------- 2 files changed, 8 insertions(+), 20 deletions(-) (limited to 'MdeModulePkg/Core/DxeIplPeim/Ipf') diff --git a/MdeModulePkg/Core/DxeIplPeim/Ipf/DxeLoadFunc.c b/MdeModulePkg/Core/DxeIplPeim/Ipf/DxeLoadFunc.c index bf97439549..b27521d896 100644 --- a/MdeModulePkg/Core/DxeIplPeim/Ipf/DxeLoadFunc.c +++ b/MdeModulePkg/Core/DxeIplPeim/Ipf/DxeLoadFunc.c @@ -1,6 +1,7 @@ -/*++ +/** @file + Ipf-specifc functionality for DxeLoad. -Copyright (c) 2006 - 2007, Intel Corporation +Copyright (c) 2006 - 2008, Intel Corporation.
All rights reserved. This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -9,15 +10,7 @@ http://opensource.org/licenses/bsd-license.php THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. -Module Name: - - IpfDxeLoad.c - -Abstract: - - Ipf-specifc functionality for DxeLoad. - ---*/ +**/ #include "DxeIpl.h" diff --git a/MdeModulePkg/Core/DxeIplPeim/Ipf/ImageRead.c b/MdeModulePkg/Core/DxeIplPeim/Ipf/ImageRead.c index 3817c92cec..f449ecad9a 100644 --- a/MdeModulePkg/Core/DxeIplPeim/Ipf/ImageRead.c +++ b/MdeModulePkg/Core/DxeIplPeim/Ipf/ImageRead.c @@ -1,6 +1,7 @@ -/*++ +/** @file + This module loads an image to memory for IPF Cpu architecture. -Copyright (c) 2006, Intel Corporation +Copyright (c) 2006 - 2008, Intel Corporation.
All rights reserved. This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -9,13 +10,7 @@ http://opensource.org/licenses/bsd-license.php THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. -Module Name: - - ImageRead.c - -Abstract: - ---*/ +**/ #include "DxeIpl.h" -- cgit v1.2.3