summaryrefslogtreecommitdiffstats
path: root/DuetPkg
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-03-19 05:11:21 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-03-19 05:11:21 +0000
commit18b84857507fc28b8fbfbcd434f9c48bbcaf4ac5 (patch)
tree486efa681e24f68e32758c37c28eaf57fb3bf3bf /DuetPkg
parent4e768df6747c80fb40f47d0ec59c79fa63111ae7 (diff)
downloadedk2-18b84857507fc28b8fbfbcd434f9c48bbcaf4ac5.tar.gz
edk2-18b84857507fc28b8fbfbcd434f9c48bbcaf4ac5.tar.bz2
edk2-18b84857507fc28b8fbfbcd434f9c48bbcaf4ac5.zip
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
Diffstat (limited to 'DuetPkg')
-rw-r--r--DuetPkg/DataHubGenDxe/DataHubGen.c4
-rw-r--r--DuetPkg/DataHubGenDxe/DataHubGen.h4
-rw-r--r--DuetPkg/DxeIpl/Debug.c4
-rw-r--r--DuetPkg/DxeIpl/Debug.h4
-rw-r--r--DuetPkg/DxeIpl/DxeInit.c4
-rw-r--r--DuetPkg/DxeIpl/HobGeneration.c4
-rw-r--r--DuetPkg/DxeIpl/HobGeneration.h4
-rw-r--r--DuetPkg/DxeIpl/Ia32/Paging.c4
-rw-r--r--DuetPkg/DxeIpl/Ia32/VirtualMemory.h4
-rw-r--r--DuetPkg/DxeIpl/LegacyTable.c4
-rw-r--r--DuetPkg/DxeIpl/LegacyTable.h4
-rw-r--r--DuetPkg/DxeIpl/PpisNeededByDxeCore.c4
-rw-r--r--DuetPkg/DxeIpl/PpisNeededByDxeCore.h4
-rw-r--r--DuetPkg/DxeIpl/SerialStatusCode.c4
-rw-r--r--DuetPkg/DxeIpl/SerialStatusCode.h4
-rw-r--r--DuetPkg/DxeIpl/X64/Paging.c4
-rw-r--r--DuetPkg/DxeIpl/X64/VirtualMemory.h4
-rw-r--r--DuetPkg/Include/CpuIA32.h4
-rw-r--r--DuetPkg/Include/EfiFlashMap.h4
-rw-r--r--DuetPkg/Include/EfiLdrHandoff.h4
-rw-r--r--DuetPkg/Include/FlashLayout.h4
-rw-r--r--DuetPkg/Include/Guid/AcpiDescription.h4
-rw-r--r--DuetPkg/Include/Guid/FlashMapHob.h4
-rw-r--r--DuetPkg/Include/Guid/PciExpressBaseAddress.h4
24 files changed, 48 insertions, 48 deletions
diff --git a/DuetPkg/DataHubGenDxe/DataHubGen.c b/DuetPkg/DataHubGenDxe/DataHubGen.c
index 24b2c636be..8e59de1c33 100644
--- a/DuetPkg/DataHubGenDxe/DataHubGen.c
+++ b/DuetPkg/DataHubGenDxe/DataHubGen.c
@@ -1,4 +1,4 @@
-/*++
+/** @file
Copyright (c) 2006 - 2007, Intel Corporation
All rights reserved. This program and the accompanying materials
@@ -15,7 +15,7 @@ Module Name:
Abstract:
---*/
+**/
#include "DataHubGen.h"
diff --git a/DuetPkg/DataHubGenDxe/DataHubGen.h b/DuetPkg/DataHubGenDxe/DataHubGen.h
index 5ac2add1fb..593b955eaf 100644
--- a/DuetPkg/DataHubGenDxe/DataHubGen.h
+++ b/DuetPkg/DataHubGenDxe/DataHubGen.h
@@ -1,4 +1,4 @@
-/*++
+/** @file
Copyright (c) 2006 - 2007, Intel Corporation
All rights reserved. This program and the accompanying materials
@@ -15,7 +15,7 @@ Module Name:
Abstract:
---*/
+**/
#ifndef _DATA_HUB_GEN_H_
#define _DATA_HUB_GEN_H_
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_
diff --git a/DuetPkg/Include/CpuIA32.h b/DuetPkg/Include/CpuIA32.h
index 912d128f63..5b1015b3b6 100644
--- a/DuetPkg/Include/CpuIA32.h
+++ b/DuetPkg/Include/CpuIA32.h
@@ -1,4 +1,4 @@
-/*++
+/** @file
Copyright (c) 2006, Intel Corporation. All rights reserved.
This software and associated documentation (if any) is furnished
@@ -17,7 +17,7 @@ Abstract:
Basic Definition for IA32 Architecture.
---*/
+**/
#ifndef _CPU_IA32_H_
#define _CPU_IA32_H_
diff --git a/DuetPkg/Include/EfiFlashMap.h b/DuetPkg/Include/EfiFlashMap.h
index 8aa1b98314..5dfad52205 100644
--- a/DuetPkg/Include/EfiFlashMap.h
+++ b/DuetPkg/Include/EfiFlashMap.h
@@ -1,4 +1,4 @@
-/*++
+/** @file
Copyright (c) 2004 - 2007, Intel Corporation
All rights reserved. This program and the accompanying materials
@@ -17,7 +17,7 @@ Abstract:
Defines for the EFI Flash Map functionality
---*/
+**/
#ifndef _EFI_FLASHMAP_H_
#define _EFI_FLASHMAP_H_
diff --git a/DuetPkg/Include/EfiLdrHandoff.h b/DuetPkg/Include/EfiLdrHandoff.h
index 69fcd54d4d..f3b0af132b 100644
--- a/DuetPkg/Include/EfiLdrHandoff.h
+++ b/DuetPkg/Include/EfiLdrHandoff.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_HANDOFF_H_
#define _EFILDR_HANDOFF_H_
diff --git a/DuetPkg/Include/FlashLayout.h b/DuetPkg/Include/FlashLayout.h
index 38a3fe4613..be40e5bd40 100644
--- a/DuetPkg/Include/FlashLayout.h
+++ b/DuetPkg/Include/FlashLayout.h
@@ -1,4 +1,4 @@
-/*++
+/** @file
Copyright (c) 2007, Intel Corporation
All rights reserved. This program and the accompanying materials
@@ -17,7 +17,7 @@ Abstract:
Platform specific flash layout
---*/
+**/
#ifndef _EFI_FLASH_LAYOUT
#define _EFI_FLASH_LAYOUT
diff --git a/DuetPkg/Include/Guid/AcpiDescription.h b/DuetPkg/Include/Guid/AcpiDescription.h
index 43adf0191b..3c530d51a0 100644
--- a/DuetPkg/Include/Guid/AcpiDescription.h
+++ b/DuetPkg/Include/Guid/AcpiDescription.h
@@ -1,4 +1,4 @@
-/*++
+/** @file
Copyright (c) 2006 - 2007, Intel Corporation
All rights reserved. This program and the accompanying materials
@@ -18,7 +18,7 @@ Abstract:
GUIDs used for ACPI Description
---*/
+**/
#ifndef _EFI_ACPI_DESCRIPTION_H_
#define _EFI_ACPI_DESCRIPTION_H_
diff --git a/DuetPkg/Include/Guid/FlashMapHob.h b/DuetPkg/Include/Guid/FlashMapHob.h
index 1676df2a5e..b1673d2dc5 100644
--- a/DuetPkg/Include/Guid/FlashMapHob.h
+++ b/DuetPkg/Include/Guid/FlashMapHob.h
@@ -1,4 +1,4 @@
-/*++
+/** @file
Copyright (c) 2004, Intel Corporation
All rights reserved. This program and the accompanying materials
@@ -17,7 +17,7 @@ Abstract:
GUID used for Flash Map HOB entries in the HOB list.
---*/
+**/
#ifndef _FLASH_MAP_HOB_GUID_H_
#define _FLASH_MAP_HOB_GUID_H_
diff --git a/DuetPkg/Include/Guid/PciExpressBaseAddress.h b/DuetPkg/Include/Guid/PciExpressBaseAddress.h
index 0625b3e147..957a32da90 100644
--- a/DuetPkg/Include/Guid/PciExpressBaseAddress.h
+++ b/DuetPkg/Include/Guid/PciExpressBaseAddress.h
@@ -1,4 +1,4 @@
-/*++
+/** @file
Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials
@@ -18,7 +18,7 @@ Abstract:
GUIDs used for PciExpress Base Address
---*/
+**/
#ifndef _EFI_PCI_EXPRESS_BASE_ADDRESS_H_
#define _EFI_PCI_EXPRESS_BASE_ADDRESS_H_