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/Include | |
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/Include')
-rw-r--r-- | Nt32Pkg/Include/Common/WinNTInclude.h | 4 | ||||
-rw-r--r-- | Nt32Pkg/Include/Ppi/NtAutoscan.h | 4 | ||||
-rw-r--r-- | Nt32Pkg/Include/Ppi/NtFwh.h | 4 | ||||
-rw-r--r-- | Nt32Pkg/Include/Ppi/NtPeiLoadFile.h | 4 | ||||
-rw-r--r-- | Nt32Pkg/Include/Ppi/NtThunk.h | 4 | ||||
-rw-r--r-- | Nt32Pkg/Include/Protocol/WinNtIo.h | 4 | ||||
-rw-r--r-- | Nt32Pkg/Include/Protocol/WinNtThunk.h | 4 | ||||
-rw-r--r-- | Nt32Pkg/Include/WinNtDxe.h | 4 | ||||
-rw-r--r-- | Nt32Pkg/Include/WinNtPeim.h | 4 |
9 files changed, 18 insertions, 18 deletions
diff --git a/Nt32Pkg/Include/Common/WinNTInclude.h b/Nt32Pkg/Include/Common/WinNTInclude.h index 982488f29a..035f18f613 100644 --- a/Nt32Pkg/Include/Common/WinNTInclude.h +++ b/Nt32Pkg/Include/Common/WinNTInclude.h @@ -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:
Public include file for the WinNt Library
---*/
+**/
#ifndef __WIN_NT_INCLUDE_H__
#define __WIN_NT_INCLUDE_H__
diff --git a/Nt32Pkg/Include/Ppi/NtAutoscan.h b/Nt32Pkg/Include/Ppi/NtAutoscan.h index 6098819f3f..dc975a53c0 100644 --- a/Nt32Pkg/Include/Ppi/NtAutoscan.h +++ b/Nt32Pkg/Include/Ppi/NtAutoscan.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: Nt Autoscan PPI
---*/
+**/
#ifndef __NT_PEI_AUTOSCAN_H__
#define __NT_PEI_AUTOSCAN_H__
diff --git a/Nt32Pkg/Include/Ppi/NtFwh.h b/Nt32Pkg/Include/Ppi/NtFwh.h index 90b41094cf..08211577c4 100644 --- a/Nt32Pkg/Include/Ppi/NtFwh.h +++ b/Nt32Pkg/Include/Ppi/NtFwh.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: WinNt FWH PPI as defined in Tiano
---*/
+**/
#ifndef __NT_PEI_FWH_H__
#define __NT_PEI_FWH_H__
diff --git a/Nt32Pkg/Include/Ppi/NtPeiLoadFile.h b/Nt32Pkg/Include/Ppi/NtPeiLoadFile.h index 622e01a145..eee90d01b4 100644 --- a/Nt32Pkg/Include/Ppi/NtPeiLoadFile.h +++ b/Nt32Pkg/Include/Ppi/NtPeiLoadFile.h @@ -1,4 +1,4 @@ -/*++
+/**@file
Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials
@@ -19,7 +19,7 @@ Abstract: When the PEI core is done it calls the DXE IPL via PPI
---*/
+**/
#ifndef __NT_PEI_LOAD_FILE_H__
#define __NT_PEI_LOAD_FILE_H__
diff --git a/Nt32Pkg/Include/Ppi/NtThunk.h b/Nt32Pkg/Include/Ppi/NtThunk.h index 782c510a30..f0e7ab654f 100644 --- a/Nt32Pkg/Include/Ppi/NtThunk.h +++ b/Nt32Pkg/Include/Ppi/NtThunk.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: WinNt Thunk interface PPI
---*/
+**/
#ifndef __NT_PEI_WIN_NT_THUNK_H__
#define __NT_PEI_WIN_NT_THUNK_H__
diff --git a/Nt32Pkg/Include/Protocol/WinNtIo.h b/Nt32Pkg/Include/Protocol/WinNtIo.h index 91d112bd54..dda01fa3df 100644 --- a/Nt32Pkg/Include/Protocol/WinNtIo.h +++ b/Nt32Pkg/Include/Protocol/WinNtIo.h @@ -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:
---*/
+**/
#ifndef __WIN_NT_IO_H__
#define __WIN_NT_IO_H__
diff --git a/Nt32Pkg/Include/Protocol/WinNtThunk.h b/Nt32Pkg/Include/Protocol/WinNtThunk.h index 3dec1e807a..57bd7cf4a3 100644 --- a/Nt32Pkg/Include/Protocol/WinNtThunk.h +++ b/Nt32Pkg/Include/Protocol/WinNtThunk.h @@ -1,4 +1,4 @@ -/*++
+/**@file
Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials
@@ -25,7 +25,7 @@ Abstract: YOU MUST include EfiWinNT.h in place of Efi.h to make this file compile.
---*/
+**/
#ifndef __WIN_NT_THUNK_H__
#define __WIN_NT_THUNK_H__
diff --git a/Nt32Pkg/Include/WinNtDxe.h b/Nt32Pkg/Include/WinNtDxe.h index ee9770aebf..fdb04207b2 100644 --- a/Nt32Pkg/Include/WinNtDxe.h +++ b/Nt32Pkg/Include/WinNtDxe.h @@ -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:
Public include file for the WinNt Library
---*/
+**/
#ifndef __WIN_NT_DXE_H__
#define __WIN_NT_DXE_H__
diff --git a/Nt32Pkg/Include/WinNtPeim.h b/Nt32Pkg/Include/WinNtPeim.h index a3dab24e1a..3b012b8086 100644 --- a/Nt32Pkg/Include/WinNtPeim.h +++ b/Nt32Pkg/Include/WinNtPeim.h @@ -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:
Public include file for the WinNt Library
---*/
+**/
#ifndef __WIN_NT_PEIM_H__
#define __WIN_NT_PEIM_H__
|