From 18b84857507fc28b8fbfbcd434f9c48bbcaf4ac5 Mon Sep 17 00:00:00 2001 From: klu2 Date: Wed, 19 Mar 2008 05:11:21 +0000 Subject: Modify all file header to follow doxygen format git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4910 6f19259b-4bc3-4df7-8a09-765794883524 --- DuetPkg/DxeIpl/Debug.c | 4 ++-- DuetPkg/DxeIpl/Debug.h | 4 ++-- DuetPkg/DxeIpl/DxeInit.c | 4 ++-- DuetPkg/DxeIpl/HobGeneration.c | 4 ++-- DuetPkg/DxeIpl/HobGeneration.h | 4 ++-- DuetPkg/DxeIpl/Ia32/Paging.c | 4 ++-- DuetPkg/DxeIpl/Ia32/VirtualMemory.h | 4 ++-- DuetPkg/DxeIpl/LegacyTable.c | 4 ++-- DuetPkg/DxeIpl/LegacyTable.h | 4 ++-- DuetPkg/DxeIpl/PpisNeededByDxeCore.c | 4 ++-- DuetPkg/DxeIpl/PpisNeededByDxeCore.h | 4 ++-- DuetPkg/DxeIpl/SerialStatusCode.c | 4 ++-- DuetPkg/DxeIpl/SerialStatusCode.h | 4 ++-- DuetPkg/DxeIpl/X64/Paging.c | 4 ++-- DuetPkg/DxeIpl/X64/VirtualMemory.h | 4 ++-- 15 files changed, 30 insertions(+), 30 deletions(-) (limited to 'DuetPkg/DxeIpl') diff --git a/DuetPkg/DxeIpl/Debug.c b/DuetPkg/DxeIpl/Debug.c index c6fcb76132..45d3a41411 100644 --- a/DuetPkg/DxeIpl/Debug.c +++ b/DuetPkg/DxeIpl/Debug.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: Revision History: ---*/ +**/ #include "DxeIpl.h" diff --git a/DuetPkg/DxeIpl/Debug.h b/DuetPkg/DxeIpl/Debug.h index 9939109e91..1bd42179fc 100644 --- a/DuetPkg/DxeIpl/Debug.h +++ b/DuetPkg/DxeIpl/Debug.h @@ -1,4 +1,4 @@ -/*++ +/** @file Copyright (c) 2006, Intel Corporation All rights reserved. This program and the accompanying materials @@ -16,7 +16,7 @@ Abstract: Revision History: ---*/ +**/ #ifndef _EFILDR_DEBUG_H_ #define _EFILDR_DEBUG_H_ diff --git a/DuetPkg/DxeIpl/DxeInit.c b/DuetPkg/DxeIpl/DxeInit.c index 79b6b4c311..2b046c171c 100644 --- a/DuetPkg/DxeIpl/DxeInit.c +++ b/DuetPkg/DxeIpl/DxeInit.c @@ -1,4 +1,4 @@ -/*++ +/** @file Copyright (c) 2006 - 2007, Intel Corporation All rights reserved. This program and the accompanying materials @@ -16,7 +16,7 @@ Abstract: Revision History: ---*/ +**/ #include "DxeIpl.h" diff --git a/DuetPkg/DxeIpl/HobGeneration.c b/DuetPkg/DxeIpl/HobGeneration.c index 7630b1e68a..bf2fa1a566 100644 --- a/DuetPkg/DxeIpl/HobGeneration.c +++ b/DuetPkg/DxeIpl/HobGeneration.c @@ -1,4 +1,4 @@ -/*++ +/** @file Copyright (c) 2006 - 2007, Intel Corporation All rights reserved. This program and the accompanying materials @@ -16,7 +16,7 @@ Abstract: Revision History: ---*/ +**/ #include "DxeIpl.h" #include "HobGeneration.h" #include "PpisNeededByDxeCore.h" diff --git a/DuetPkg/DxeIpl/HobGeneration.h b/DuetPkg/DxeIpl/HobGeneration.h index 438e95272b..e6fb9f0057 100644 --- a/DuetPkg/DxeIpl/HobGeneration.h +++ b/DuetPkg/DxeIpl/HobGeneration.h @@ -1,4 +1,4 @@ -/*++ +/** @file Copyright (c) 2006 - 2007, Intel Corporation All rights reserved. This program and the accompanying materials @@ -16,7 +16,7 @@ Abstract: Revision History: ---*/ +**/ #ifndef _DXELDR_HOB_GENERATION_H_ #define _DXELDR_HOB_GENERATION_H_ diff --git a/DuetPkg/DxeIpl/Ia32/Paging.c b/DuetPkg/DxeIpl/Ia32/Paging.c index dbc43a3080..ff38dc33c4 100644 --- a/DuetPkg/DxeIpl/Ia32/Paging.c +++ b/DuetPkg/DxeIpl/Ia32/Paging.c @@ -1,4 +1,4 @@ -/*++ +/** @file Copyright (c) 2006 - 2007, Intel Corporation All rights reserved. This program and the accompanying materials @@ -16,7 +16,7 @@ Abstract: Revision History: ---*/ +**/ #include "DxeIpl.h" #include "HobGeneration.h" diff --git a/DuetPkg/DxeIpl/Ia32/VirtualMemory.h b/DuetPkg/DxeIpl/Ia32/VirtualMemory.h index 04eab8f206..81949255e4 100644 --- a/DuetPkg/DxeIpl/Ia32/VirtualMemory.h +++ b/DuetPkg/DxeIpl/Ia32/VirtualMemory.h @@ -1,4 +1,4 @@ -/*++ +/** @file Copyright (c) 2006, Intel Corporation All rights reserved. This program and the accompanying materials @@ -16,7 +16,7 @@ Abstract: Revision History: ---*/ +**/ #ifndef _VIRTUAL_MEMORY_H_ #define _VIRTUAL_MEMORY_H_ diff --git a/DuetPkg/DxeIpl/LegacyTable.c b/DuetPkg/DxeIpl/LegacyTable.c index a0fa894e35..f6f066ed98 100644 --- a/DuetPkg/DxeIpl/LegacyTable.c +++ b/DuetPkg/DxeIpl/LegacyTable.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: Revision History: ---*/ +**/ #include "DxeIpl.h" #include "HobGeneration.h" diff --git a/DuetPkg/DxeIpl/LegacyTable.h b/DuetPkg/DxeIpl/LegacyTable.h index 77ec756196..6a1b7f8666 100644 --- a/DuetPkg/DxeIpl/LegacyTable.h +++ b/DuetPkg/DxeIpl/LegacyTable.h @@ -1,4 +1,4 @@ -/*++ +/** @file Copyright (c) 2006, Intel Corporation All rights reserved. This program and the accompanying materials @@ -16,7 +16,7 @@ Abstract: Revision History: ---*/ +**/ #ifndef _DXELDR_LEGACY_TABLE_H_ #define _DXELDR_LEGACY_TABLE_H_ diff --git a/DuetPkg/DxeIpl/PpisNeededByDxeCore.c b/DuetPkg/DxeIpl/PpisNeededByDxeCore.c index 54f8aa7530..a1b9b03989 100644 --- a/DuetPkg/DxeIpl/PpisNeededByDxeCore.c +++ b/DuetPkg/DxeIpl/PpisNeededByDxeCore.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: Revision History: ---*/ +**/ #include "PpisNeededByDxeCore.h" #include "HobGeneration.h" diff --git a/DuetPkg/DxeIpl/PpisNeededByDxeCore.h b/DuetPkg/DxeIpl/PpisNeededByDxeCore.h index 61e9cbec2e..7d9a2e47c8 100644 --- a/DuetPkg/DxeIpl/PpisNeededByDxeCore.h +++ b/DuetPkg/DxeIpl/PpisNeededByDxeCore.h @@ -1,4 +1,4 @@ -/*++ +/** @file Copyright (c) 2006, Intel Corporation All rights reserved. This program and the accompanying materials @@ -16,7 +16,7 @@ Abstract: Revision History: ---*/ +**/ #ifndef _DXELDR_PPIS_NEEDED_BY_DXE_CORE_H_ #define _DXELDR_PPIS_NEEDED_BY_DXE_CORE_H_ diff --git a/DuetPkg/DxeIpl/SerialStatusCode.c b/DuetPkg/DxeIpl/SerialStatusCode.c index 20a11d2c54..02cc4d47cd 100644 --- a/DuetPkg/DxeIpl/SerialStatusCode.c +++ b/DuetPkg/DxeIpl/SerialStatusCode.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: Revision History: ---*/ +**/ #include "SerialStatusCode.h" diff --git a/DuetPkg/DxeIpl/SerialStatusCode.h b/DuetPkg/DxeIpl/SerialStatusCode.h index f2e91903bd..3a1b7a9e2b 100644 --- a/DuetPkg/DxeIpl/SerialStatusCode.h +++ b/DuetPkg/DxeIpl/SerialStatusCode.h @@ -1,4 +1,4 @@ -/*++ +/** @file Copyright (c) 2006, Intel Corporation All rights reserved. This program and the accompanying materials @@ -16,7 +16,7 @@ Abstract: Revision History: ---*/ +**/ #ifndef _DXELDR_SERIAL_STATUS_CODE_H_ #define _DXELDR_SERIAL_STATUS_CODE_H_ diff --git a/DuetPkg/DxeIpl/X64/Paging.c b/DuetPkg/DxeIpl/X64/Paging.c index 0377b6a39b..436537c42b 100644 --- a/DuetPkg/DxeIpl/X64/Paging.c +++ b/DuetPkg/DxeIpl/X64/Paging.c @@ -1,4 +1,4 @@ -/*++ +/** @file Copyright (c) 2006 - 2007, Intel Corporation All rights reserved. This program and the accompanying materials @@ -16,7 +16,7 @@ Abstract: Revision History: ---*/ +**/ #include "HobGeneration.h" #include "VirtualMemory.h" diff --git a/DuetPkg/DxeIpl/X64/VirtualMemory.h b/DuetPkg/DxeIpl/X64/VirtualMemory.h index 6077de513f..d32514a44d 100644 --- a/DuetPkg/DxeIpl/X64/VirtualMemory.h +++ b/DuetPkg/DxeIpl/X64/VirtualMemory.h @@ -1,4 +1,4 @@ -/*++ +/** @file Copyright (c) 2006, Intel Corporation All rights reserved. This program and the accompanying materials @@ -16,7 +16,7 @@ Abstract: Revision History: ---*/ +**/ #ifndef _VIRTUAL_MEMORY_H_ #define _VIRTUAL_MEMORY_H_ -- cgit v1.2.3