summaryrefslogtreecommitdiff
path: root/Nt32Pkg/MiscSubClassPlatformDxe
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-03-19 03:23:16 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-03-19 03:23:16 +0000
commit6ae81428485020dd371eaefa5b97b24f21efe117 (patch)
tree39daddd018b025cae2152e4fcad47043be06bf78 /Nt32Pkg/MiscSubClassPlatformDxe
parent1564e9ac2cd2756b400feb98676e1a53806fcea2 (diff)
downloadedk2-6ae81428485020dd371eaefa5b97b24f21efe117.zip
edk2-6ae81428485020dd371eaefa5b97b24f21efe117.tar.gz
edk2-6ae81428485020dd371eaefa5b97b24f21efe117.tar.bz2
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
Diffstat (limited to 'Nt32Pkg/MiscSubClassPlatformDxe')
-rw-r--r--Nt32Pkg/MiscSubClassPlatformDxe/MiscBaseBoardManufacturerData.c4
-rw-r--r--Nt32Pkg/MiscSubClassPlatformDxe/MiscBiosVendorData.c4
-rw-r--r--Nt32Pkg/MiscSubClassPlatformDxe/MiscBootInformationData.c4
-rw-r--r--Nt32Pkg/MiscSubClassPlatformDxe/MiscChassisManufacturerData.c4
-rw-r--r--Nt32Pkg/MiscSubClassPlatformDxe/MiscDevicePath.h4
-rw-r--r--Nt32Pkg/MiscSubClassPlatformDxe/MiscNumberOfInstallableLanguagesData.c4
-rw-r--r--Nt32Pkg/MiscSubClassPlatformDxe/MiscOemStringData.c4
-rw-r--r--Nt32Pkg/MiscSubClassPlatformDxe/MiscPortInternalConnectorDesignatorData.c4
-rw-r--r--Nt32Pkg/MiscSubClassPlatformDxe/MiscPortInternalConnectorDesignatorFunction.c4
-rw-r--r--Nt32Pkg/MiscSubClassPlatformDxe/MiscResetCapabilitiesData.c4
-rw-r--r--Nt32Pkg/MiscSubClassPlatformDxe/MiscSubclassDriver.h4
-rw-r--r--Nt32Pkg/MiscSubClassPlatformDxe/MiscSubclassDriverDataTable.c4
-rw-r--r--Nt32Pkg/MiscSubClassPlatformDxe/MiscSubclassDriverEntryPoint.c4
-rw-r--r--Nt32Pkg/MiscSubClassPlatformDxe/MiscSystemLanguageStringData.c4
-rw-r--r--Nt32Pkg/MiscSubClassPlatformDxe/MiscSystemManufacturerData.c4
-rw-r--r--Nt32Pkg/MiscSubClassPlatformDxe/MiscSystemManufacturerFunction.c4
-rw-r--r--Nt32Pkg/MiscSubClassPlatformDxe/MiscSystemOptionStringData.c4
-rw-r--r--Nt32Pkg/MiscSubClassPlatformDxe/MiscSystemSlotDesignationData.c4
18 files changed, 36 insertions, 36 deletions
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"