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/MiscSubClassPlatformDxe/MiscBaseBoardManufacturerData.c | 4 ++-- Nt32Pkg/MiscSubClassPlatformDxe/MiscBiosVendorData.c | 4 ++-- Nt32Pkg/MiscSubClassPlatformDxe/MiscBootInformationData.c | 4 ++-- Nt32Pkg/MiscSubClassPlatformDxe/MiscChassisManufacturerData.c | 4 ++-- Nt32Pkg/MiscSubClassPlatformDxe/MiscDevicePath.h | 4 ++-- .../MiscSubClassPlatformDxe/MiscNumberOfInstallableLanguagesData.c | 4 ++-- Nt32Pkg/MiscSubClassPlatformDxe/MiscOemStringData.c | 4 ++-- .../MiscSubClassPlatformDxe/MiscPortInternalConnectorDesignatorData.c | 4 ++-- .../MiscPortInternalConnectorDesignatorFunction.c | 4 ++-- Nt32Pkg/MiscSubClassPlatformDxe/MiscResetCapabilitiesData.c | 4 ++-- Nt32Pkg/MiscSubClassPlatformDxe/MiscSubclassDriver.h | 4 ++-- Nt32Pkg/MiscSubClassPlatformDxe/MiscSubclassDriverDataTable.c | 4 ++-- Nt32Pkg/MiscSubClassPlatformDxe/MiscSubclassDriverEntryPoint.c | 4 ++-- Nt32Pkg/MiscSubClassPlatformDxe/MiscSystemLanguageStringData.c | 4 ++-- Nt32Pkg/MiscSubClassPlatformDxe/MiscSystemManufacturerData.c | 4 ++-- Nt32Pkg/MiscSubClassPlatformDxe/MiscSystemManufacturerFunction.c | 4 ++-- Nt32Pkg/MiscSubClassPlatformDxe/MiscSystemOptionStringData.c | 4 ++-- Nt32Pkg/MiscSubClassPlatformDxe/MiscSystemSlotDesignationData.c | 4 ++-- 18 files changed, 36 insertions(+), 36 deletions(-) (limited to 'Nt32Pkg/MiscSubClassPlatformDxe') diff --git a/Nt32Pkg/MiscSubClassPlatformDxe/MiscBaseBoardManufacturerData.c b/Nt32Pkg/MiscSubClassPlatformDxe/MiscBaseBoardManufacturerData.c index 9536c88..a9eeefa 100644 --- a/Nt32Pkg/MiscSubClassPlatformDxe/MiscBaseBoardManufacturerData.c +++ b/Nt32Pkg/MiscSubClassPlatformDxe/MiscBaseBoardManufacturerData.c @@ -1,4 +1,4 @@ -/*++ +/**@file Copyright (c) 2006, Intel Corporation All rights reserved. This program and the accompanying materials @@ -18,7 +18,7 @@ Abstract: This driver parses the mMiscSubclassDataTable structure and reports any generated data to the DataHub. ---*/ +**/ #include "MiscSubclassDriver.h" diff --git a/Nt32Pkg/MiscSubClassPlatformDxe/MiscBiosVendorData.c b/Nt32Pkg/MiscSubClassPlatformDxe/MiscBiosVendorData.c index 3187aba..4a5a1f4 100644 --- a/Nt32Pkg/MiscSubClassPlatformDxe/MiscBiosVendorData.c +++ b/Nt32Pkg/MiscSubClassPlatformDxe/MiscBiosVendorData.c @@ -1,4 +1,4 @@ -/*++ +/**@file Copyright (c) 2006, Intel Corporation All rights reserved. This program and the accompanying materials @@ -18,7 +18,7 @@ Abstract: This driver parses the mMiscSubclassDataTable structure and reports any generated data to the DataHub. ---*/ +**/ #include "MiscSubclassDriver.h" diff --git a/Nt32Pkg/MiscSubClassPlatformDxe/MiscBootInformationData.c b/Nt32Pkg/MiscSubClassPlatformDxe/MiscBootInformationData.c index 1bf280b..b3dd97d 100644 --- a/Nt32Pkg/MiscSubClassPlatformDxe/MiscBootInformationData.c +++ b/Nt32Pkg/MiscSubClassPlatformDxe/MiscBootInformationData.c @@ -1,4 +1,4 @@ -/*++ +/**@file Copyright (c) 2006, Intel Corporation All rights reserved. This program and the accompanying materials @@ -18,7 +18,7 @@ Abstract: This driver parses the mMiscSubclassDataTable structure and reports any generated data to the DataHub. ---*/ +**/ #include "MiscSubclassDriver.h" diff --git a/Nt32Pkg/MiscSubClassPlatformDxe/MiscChassisManufacturerData.c b/Nt32Pkg/MiscSubClassPlatformDxe/MiscChassisManufacturerData.c index 5c657ee..fad4708 100644 --- a/Nt32Pkg/MiscSubClassPlatformDxe/MiscChassisManufacturerData.c +++ b/Nt32Pkg/MiscSubClassPlatformDxe/MiscChassisManufacturerData.c @@ -1,4 +1,4 @@ -/*++ +/**@file Copyright (c) 2006, Intel Corporation All rights reserved. This program and the accompanying materials @@ -18,7 +18,7 @@ Abstract: This driver parses the mMiscSubclassDataTable structure and reports any generated data to the DataHub. ---*/ +**/ #include "MiscSubclassDriver.h" diff --git a/Nt32Pkg/MiscSubClassPlatformDxe/MiscDevicePath.h b/Nt32Pkg/MiscSubClassPlatformDxe/MiscDevicePath.h index dd78a7a..7d2d13a 100644 --- a/Nt32Pkg/MiscSubClassPlatformDxe/MiscDevicePath.h +++ b/Nt32Pkg/MiscSubClassPlatformDxe/MiscDevicePath.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: Misc class required EFI Device Path definitions (Ports, slots & onboard devices) ---*/ +**/ #ifndef _MISC_DEVICE_PATH_H #define _MISC_DEVICE_PATH_H diff --git a/Nt32Pkg/MiscSubClassPlatformDxe/MiscNumberOfInstallableLanguagesData.c b/Nt32Pkg/MiscSubClassPlatformDxe/MiscNumberOfInstallableLanguagesData.c index 0084259..bf9728a 100644 --- a/Nt32Pkg/MiscSubClassPlatformDxe/MiscNumberOfInstallableLanguagesData.c +++ b/Nt32Pkg/MiscSubClassPlatformDxe/MiscNumberOfInstallableLanguagesData.c @@ -1,4 +1,4 @@ -/*++ +/**@file Copyright (c) 2006, Intel Corporation All rights reserved. This program and the accompanying materials @@ -18,7 +18,7 @@ Abstract: This driver parses the mMiscSubclassDataTable structure and reports any generated data to the DataHub. ---*/ +**/ #include "MiscSubclassDriver.h" diff --git a/Nt32Pkg/MiscSubClassPlatformDxe/MiscOemStringData.c b/Nt32Pkg/MiscSubClassPlatformDxe/MiscOemStringData.c index fdfbd1f..6526e15 100644 --- a/Nt32Pkg/MiscSubClassPlatformDxe/MiscOemStringData.c +++ b/Nt32Pkg/MiscSubClassPlatformDxe/MiscOemStringData.c @@ -1,4 +1,4 @@ -/*++ +/**@file Copyright (c) 2006, Intel Corporation All rights reserved. This program and the accompanying materials @@ -18,7 +18,7 @@ Abstract: This driver parses the mMiscSubclassDataTable structure and reports any generated data to the DataHub. ---*/ +**/ #include "MiscSubclassDriver.h" diff --git a/Nt32Pkg/MiscSubClassPlatformDxe/MiscPortInternalConnectorDesignatorData.c b/Nt32Pkg/MiscSubClassPlatformDxe/MiscPortInternalConnectorDesignatorData.c index d886a9d..5f41c31 100644 --- a/Nt32Pkg/MiscSubClassPlatformDxe/MiscPortInternalConnectorDesignatorData.c +++ b/Nt32Pkg/MiscSubClassPlatformDxe/MiscPortInternalConnectorDesignatorData.c @@ -1,4 +1,4 @@ -/*++ +/**@file Copyright (c) 2006, Intel Corporation All rights reserved. This program and the accompanying materials @@ -18,7 +18,7 @@ Abstract: This driver parses the mMiscSubclassDataTable structure and reports any generated data to the DataHub. ---*/ +**/ #include "MiscSubclassDriver.h" diff --git a/Nt32Pkg/MiscSubClassPlatformDxe/MiscPortInternalConnectorDesignatorFunction.c b/Nt32Pkg/MiscSubClassPlatformDxe/MiscPortInternalConnectorDesignatorFunction.c index 35351aa..bdea1be 100644 --- a/Nt32Pkg/MiscSubClassPlatformDxe/MiscPortInternalConnectorDesignatorFunction.c +++ b/Nt32Pkg/MiscSubClassPlatformDxe/MiscPortInternalConnectorDesignatorFunction.c @@ -1,4 +1,4 @@ -/*++ +/**@file Copyright (c) 2006, Intel Corporation All rights reserved. This program and the accompanying materials @@ -18,7 +18,7 @@ Abstract: This driver parses the mMiscSubclassDataTable structure and reports any generated data to the DataHub. ---*/ +**/ #include "MiscSubclassDriver.h" diff --git a/Nt32Pkg/MiscSubClassPlatformDxe/MiscResetCapabilitiesData.c b/Nt32Pkg/MiscSubClassPlatformDxe/MiscResetCapabilitiesData.c index 6e0c1bb..1f140f0 100644 --- a/Nt32Pkg/MiscSubClassPlatformDxe/MiscResetCapabilitiesData.c +++ b/Nt32Pkg/MiscSubClassPlatformDxe/MiscResetCapabilitiesData.c @@ -1,4 +1,4 @@ -/*++ +/**@file Copyright (c) 2006, Intel Corporation All rights reserved. This program and the accompanying materials @@ -18,7 +18,7 @@ Abstract: This driver parses the mMiscSubclassDataTable structure and reports any generated data to the DataHub. ---*/ +**/ #include "MiscSubclassDriver.h" diff --git a/Nt32Pkg/MiscSubClassPlatformDxe/MiscSubclassDriver.h b/Nt32Pkg/MiscSubClassPlatformDxe/MiscSubclassDriver.h index dcc52c2..aa8066f 100644 --- a/Nt32Pkg/MiscSubClassPlatformDxe/MiscSubclassDriver.h +++ b/Nt32Pkg/MiscSubClassPlatformDxe/MiscSubclassDriver.h @@ -1,4 +1,4 @@ -/*++ +/**@file Copyright (c) 2006, Intel Corporation All rights reserved. This program and the accompanying materials @@ -17,7 +17,7 @@ Abstract: Header file for MiscSubclass Driver. ---*/ +**/ #ifndef _MISC_SUBCLASS_DRIVER_H #define _MISC_SUBCLASS_DRIVER_H diff --git a/Nt32Pkg/MiscSubClassPlatformDxe/MiscSubclassDriverDataTable.c b/Nt32Pkg/MiscSubClassPlatformDxe/MiscSubclassDriverDataTable.c index bbade9b..e6dc660 100644 --- a/Nt32Pkg/MiscSubClassPlatformDxe/MiscSubclassDriverDataTable.c +++ b/Nt32Pkg/MiscSubClassPlatformDxe/MiscSubclassDriverDataTable.c @@ -1,4 +1,4 @@ -/*++ +/**@file Copyright (c) 2006, Intel Corporation All rights reserved. This program and the accompanying materials @@ -18,7 +18,7 @@ Abstract: This driver parses the mMiscSubclassDataTable structure and reports any generated data to the DataHub. ---*/ +**/ #include "MiscSubclassDriver.h" diff --git a/Nt32Pkg/MiscSubClassPlatformDxe/MiscSubclassDriverEntryPoint.c b/Nt32Pkg/MiscSubClassPlatformDxe/MiscSubclassDriverEntryPoint.c index dc8c9c3..35ebfdc 100644 --- a/Nt32Pkg/MiscSubClassPlatformDxe/MiscSubclassDriverEntryPoint.c +++ b/Nt32Pkg/MiscSubClassPlatformDxe/MiscSubclassDriverEntryPoint.c @@ -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: This driver parses the mMiscSubclassDataTable structure and reports any generated data to the DataHub. ---*/ +**/ #include "MiscSubclassDriver.h" diff --git a/Nt32Pkg/MiscSubClassPlatformDxe/MiscSystemLanguageStringData.c b/Nt32Pkg/MiscSubClassPlatformDxe/MiscSystemLanguageStringData.c index ef52513..059dcf6 100644 --- a/Nt32Pkg/MiscSubClassPlatformDxe/MiscSystemLanguageStringData.c +++ b/Nt32Pkg/MiscSubClassPlatformDxe/MiscSystemLanguageStringData.c @@ -1,4 +1,4 @@ -/*++ +/**@file Copyright (c) 2006, Intel Corporation All rights reserved. This program and the accompanying materials @@ -18,7 +18,7 @@ Abstract: This driver parses the mMiscSubclassDataTable structure and reports any generated data to the DataHub. ---*/ +**/ #include "MiscSubclassDriver.h" diff --git a/Nt32Pkg/MiscSubClassPlatformDxe/MiscSystemManufacturerData.c b/Nt32Pkg/MiscSubClassPlatformDxe/MiscSystemManufacturerData.c index be53e39..3d3e7a5 100644 --- a/Nt32Pkg/MiscSubClassPlatformDxe/MiscSystemManufacturerData.c +++ b/Nt32Pkg/MiscSubClassPlatformDxe/MiscSystemManufacturerData.c @@ -1,4 +1,4 @@ -/*++ +/**@file Copyright (c) 2006, Intel Corporation All rights reserved. This program and the accompanying materials @@ -18,7 +18,7 @@ Abstract: This driver parses the mMiscSubclassDataTable structure and reports any generated data to the DataHub. ---*/ +**/ #include "MiscSubclassDriver.h" diff --git a/Nt32Pkg/MiscSubClassPlatformDxe/MiscSystemManufacturerFunction.c b/Nt32Pkg/MiscSubClassPlatformDxe/MiscSystemManufacturerFunction.c index ddd749b..fffaa36 100644 --- a/Nt32Pkg/MiscSubClassPlatformDxe/MiscSystemManufacturerFunction.c +++ b/Nt32Pkg/MiscSubClassPlatformDxe/MiscSystemManufacturerFunction.c @@ -1,4 +1,4 @@ -/*++ +/**@file Copyright (c) 2006, Intel Corporation All rights reserved. This program and the accompanying materials @@ -18,7 +18,7 @@ Abstract: This driver parses the mMiscSubclassDataTable structure and reports any generated data to the DataHub. ---*/ +**/ #include "MiscSubclassDriver.h" diff --git a/Nt32Pkg/MiscSubClassPlatformDxe/MiscSystemOptionStringData.c b/Nt32Pkg/MiscSubClassPlatformDxe/MiscSystemOptionStringData.c index 8c00350..b2976ae 100644 --- a/Nt32Pkg/MiscSubClassPlatformDxe/MiscSystemOptionStringData.c +++ b/Nt32Pkg/MiscSubClassPlatformDxe/MiscSystemOptionStringData.c @@ -1,4 +1,4 @@ -/*++ +/**@file Copyright (c) 2006, Intel Corporation All rights reserved. This program and the accompanying materials @@ -18,7 +18,7 @@ Abstract: This driver parses the mMiscSubclassDataTable structure and reports any generated data to the DataHub. ---*/ +**/ #include "MiscSubclassDriver.h" diff --git a/Nt32Pkg/MiscSubClassPlatformDxe/MiscSystemSlotDesignationData.c b/Nt32Pkg/MiscSubClassPlatformDxe/MiscSystemSlotDesignationData.c index 86ae7e4..ce1ec70 100644 --- a/Nt32Pkg/MiscSubClassPlatformDxe/MiscSystemSlotDesignationData.c +++ b/Nt32Pkg/MiscSubClassPlatformDxe/MiscSystemSlotDesignationData.c @@ -1,4 +1,4 @@ -/*++ +/**@file Copyright (c) 2006, Intel Corporation All rights reserved. This program and the accompanying materials @@ -18,7 +18,7 @@ Abstract: This driver parses the mMiscSubclassDataTable structure and reports any generated data to the DataHub. ---*/ +**/ #include "MiscSubclassDriver.h" -- cgit v1.1