diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-03-19 05:11:21 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-03-19 05:11:21 +0000 |
commit | 18b84857507fc28b8fbfbcd434f9c48bbcaf4ac5 (patch) | |
tree | 486efa681e24f68e32758c37c28eaf57fb3bf3bf /DuetPkg/DxeIpl/X64 | |
parent | 4e768df6747c80fb40f47d0ec59c79fa63111ae7 (diff) | |
download | edk2-18b84857507fc28b8fbfbcd434f9c48bbcaf4ac5.zip edk2-18b84857507fc28b8fbfbcd434f9c48bbcaf4ac5.tar.gz edk2-18b84857507fc28b8fbfbcd434f9c48bbcaf4ac5.tar.bz2 |
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/DxeIpl/X64')
-rw-r--r-- | DuetPkg/DxeIpl/X64/Paging.c | 4 | ||||
-rw-r--r-- | DuetPkg/DxeIpl/X64/VirtualMemory.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/DuetPkg/DxeIpl/X64/Paging.c b/DuetPkg/DxeIpl/X64/Paging.c index 0377b6a..436537c 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 6077de5..d32514a 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_
|