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/Include/Guid | |
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/Include/Guid')
-rw-r--r-- | IntelFrameworkModulePkg/Include/Guid/CustomDecompress.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/IntelFrameworkModulePkg/Include/Guid/CustomDecompress.h b/IntelFrameworkModulePkg/Include/Guid/CustomDecompress.h index 9d0c39459e..c03524e02b 100644 --- a/IntelFrameworkModulePkg/Include/Guid/CustomDecompress.h +++ b/IntelFrameworkModulePkg/Include/Guid/CustomDecompress.h @@ -1,4 +1,4 @@ -/*++
+/** @file
Copyright (c) 2006 - 2007, Intel Corporation
All rights reserved. This program and the accompanying materials
@@ -17,7 +17,7 @@ Abstract: Custom decompress Guid definitions
---*/
+**/
#ifndef __EFI_CUSTOM_DECOMPRESS_GUID_H__
#define __EFI_CUSTOM_DECOMPRESS_GUID_H__
|