diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-03-19 03:28:13 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-03-19 03:28:13 +0000 |
commit | 3dbba7704270d7fa6f4db8628c8b13cefb8746b6 (patch) | |
tree | 97dc96cc95e53a3db9658023bdea552042218dea /IntelFrameworkModulePkg/Bus | |
parent | cf7e50f8f9d88a77495f76f98cb775de9a0f6afe (diff) | |
download | edk2-platforms-3dbba7704270d7fa6f4db8628c8b13cefb8746b6.tar.xz |
Modify all file header to follow doxygen format
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4908 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkModulePkg/Bus')
-rw-r--r-- | IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciLib.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciLib.h b/IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciLib.h index 0a04edc672..868943a6d2 100644 --- a/IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciLib.h +++ b/IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciLib.h @@ -1,4 +1,4 @@ -/*++
+/** @file
Copyright (c) 2006 - 2007, Intel Corporation
All rights reserved. This program and the accompanying materials
@@ -21,7 +21,7 @@ Abstract: Revision History
---*/
+**/
#ifndef _EFI_PCI_LIB_H
#define _EFI_PCI_LIB_H
|