diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-03-19 03:23:16 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-03-19 03:23:16 +0000 |
commit | 6ae81428485020dd371eaefa5b97b24f21efe117 (patch) | |
tree | 39daddd018b025cae2152e4fcad47043be06bf78 /Nt32Pkg/WinNtBlockIoDxe | |
parent | 1564e9ac2cd2756b400feb98676e1a53806fcea2 (diff) | |
download | edk2-platforms-6ae81428485020dd371eaefa5b97b24f21efe117.tar.xz |
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/WinNtBlockIoDxe')
-rw-r--r-- | Nt32Pkg/WinNtBlockIoDxe/ComponentName.c | 4 | ||||
-rw-r--r-- | Nt32Pkg/WinNtBlockIoDxe/DriverConfiguration.c | 4 | ||||
-rw-r--r-- | Nt32Pkg/WinNtBlockIoDxe/DriverDiagnostics.c | 4 | ||||
-rw-r--r-- | Nt32Pkg/WinNtBlockIoDxe/WinNtBlockIo.c | 4 | ||||
-rw-r--r-- | Nt32Pkg/WinNtBlockIoDxe/WinNtBlockIo.h | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/Nt32Pkg/WinNtBlockIoDxe/ComponentName.c b/Nt32Pkg/WinNtBlockIoDxe/ComponentName.c index 8173d3cced..6a75874c97 100644 --- a/Nt32Pkg/WinNtBlockIoDxe/ComponentName.c +++ b/Nt32Pkg/WinNtBlockIoDxe/ComponentName.c @@ -1,4 +1,4 @@ -/*++
+/**@file
Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials
@@ -15,7 +15,7 @@ Module Name: Abstract:
---*/
+**/
#include <Uefi.h>
#include <WinNtDxe.h>
#include <Protocol/ComponentName.h>
diff --git a/Nt32Pkg/WinNtBlockIoDxe/DriverConfiguration.c b/Nt32Pkg/WinNtBlockIoDxe/DriverConfiguration.c index 1461de8df8..23cf7ef720 100644 --- a/Nt32Pkg/WinNtBlockIoDxe/DriverConfiguration.c +++ b/Nt32Pkg/WinNtBlockIoDxe/DriverConfiguration.c @@ -1,4 +1,4 @@ -/*++
+/**@file
Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials
@@ -15,7 +15,7 @@ Module Name: Abstract:
---*/
+**/
#include <Uefi.h>
#include <WinNtDxe.h>
#include <Protocol/BlockIo.h>
diff --git a/Nt32Pkg/WinNtBlockIoDxe/DriverDiagnostics.c b/Nt32Pkg/WinNtBlockIoDxe/DriverDiagnostics.c index fb162aa30d..b2bb309a05 100644 --- a/Nt32Pkg/WinNtBlockIoDxe/DriverDiagnostics.c +++ b/Nt32Pkg/WinNtBlockIoDxe/DriverDiagnostics.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 <Uefi.h>
#include <WinNtDxe.h>
#include <Protocol/BlockIo.h>
diff --git a/Nt32Pkg/WinNtBlockIoDxe/WinNtBlockIo.c b/Nt32Pkg/WinNtBlockIoDxe/WinNtBlockIo.c index 1089d05111..59707780d9 100644 --- a/Nt32Pkg/WinNtBlockIoDxe/WinNtBlockIo.c +++ b/Nt32Pkg/WinNtBlockIoDxe/WinNtBlockIo.c @@ -1,4 +1,4 @@ -/*++
+/**@file
Copyright (c) 2006 - 2007, Intel Corporation
All rights reserved. This program and the accompanying materials
@@ -58,7 +58,7 @@ Abstract: * Other names and brands may be claimed as the property of others.
---*/
+**/
#include <Uefi.h>
#include <WinNtDxe.h>
#include <Protocol/WinNtThunk.h>
diff --git a/Nt32Pkg/WinNtBlockIoDxe/WinNtBlockIo.h b/Nt32Pkg/WinNtBlockIoDxe/WinNtBlockIo.h index 6330daabf7..5af65b11c2 100644 --- a/Nt32Pkg/WinNtBlockIoDxe/WinNtBlockIo.h +++ b/Nt32Pkg/WinNtBlockIoDxe/WinNtBlockIo.h @@ -1,4 +1,4 @@ -/*++
+/**@file
Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials
@@ -22,7 +22,7 @@ Abstract: * Other names and brands may be claimed as the property of others.
---*/
+**/
#ifndef _WIN_NT_BLOCK_IO_H_
#define _WIN_NT_BLOCK_IO_H_
|