diff options
author | Dandan Bi <dandan.bi@intel.com> | 2016-11-29 11:01:00 +0800 |
---|---|---|
committer | Star Zeng <star.zeng@intel.com> | 2016-12-06 18:40:13 +0800 |
commit | e8a5ac7c4991825deb4e2e5cf060c3e90f68e8e5 (patch) | |
tree | 8a87b47927a86e4043b2dc10a699957f96b860be /MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasmSupport.h | |
parent | 445d200762cfea40d8123e9eda436dab96789f4f (diff) | |
download | edk2-platforms-e8a5ac7c4991825deb4e2e5cf060c3e90f68e8e5.tar.xz |
MdeModulePkg/EbcDxe: Make the comments align with EDKII coding style
Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Pete Batard <pete@akeo.ie>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Dandan Bi <dandan.bi@intel.com>
Reviewed-by: Jiewen.yao@intel.com
Diffstat (limited to 'MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasmSupport.h')
-rw-r--r-- | MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasmSupport.h | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasmSupport.h b/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasmSupport.h index f66261bcbd..702673b8df 100644 --- a/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasmSupport.h +++ b/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasmSupport.h @@ -1,7 +1,7 @@ -/*++
+/** @file
-Copyright (c) 2007, Intel Corporation
-All rights reserved. This program and the accompanying materials
+Copyright (c) 2007, Intel Corporation All rights reserved.<BR>
+This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php
@@ -9,14 +9,8 @@ http://opensource.org/licenses/bsd-license.php THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-Module Name:
- EdbDisasmSupport.h
-
-Abstract:
-
-
---*/
+**/
#ifndef _EFI_EDB_DISASM_SUPPORT_H_
#define _EFI_EDB_DISASM_SUPPORT_H_
|