diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-03-19 03:26:51 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-03-19 03:26:51 +0000 |
commit | cf7e50f8f9d88a77495f76f98cb775de9a0f6afe (patch) | |
tree | 2ff106f0cb5ce5318e4d4acd78f967ed9ed715b6 /IntelFrameworkPkg/Include/Library | |
parent | 6ae81428485020dd371eaefa5b97b24f21efe117 (diff) | |
download | edk2-platforms-cf7e50f8f9d88a77495f76f98cb775de9a0f6afe.tar.xz |
Modify all file header to follow doxygen format
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4907 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkPkg/Include/Library')
-rw-r--r-- | IntelFrameworkPkg/Include/Library/FrameworkIfrSupportLib.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/IntelFrameworkPkg/Include/Library/FrameworkIfrSupportLib.h b/IntelFrameworkPkg/Include/Library/FrameworkIfrSupportLib.h index 2ea9a01028..d8c507d5b2 100644 --- a/IntelFrameworkPkg/Include/Library/FrameworkIfrSupportLib.h +++ b/IntelFrameworkPkg/Include/Library/FrameworkIfrSupportLib.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: The file contain all library function for Ifr Operations.
---*/
+**/
#ifndef _IFRSUPPORTLIBRARY_H
#define _IFRSUPPORTLIBRARY_H
|