From b2cefd7c90c6c159421cc180e7d644e87329b59f Mon Sep 17 00:00:00 2001 From: klu2 Date: Wed, 9 Apr 2008 09:07:37 +0000 Subject: Fix function comments. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5031 6f19259b-4bc3-4df7-8a09-765794883524 --- IntelFrameworkPkg/Library/FrameworkUefiLib/Console.c | 6 ++---- IntelFrameworkPkg/Library/FrameworkUefiLib/FrameworkUefiLib.h | 2 -- IntelFrameworkPkg/Library/FrameworkUefiLib/UefiLib.c | 4 +--- IntelFrameworkPkg/Library/FrameworkUefiLib/UefiNotTiano.c | 2 +- 4 files changed, 4 insertions(+), 10 deletions(-) (limited to 'IntelFrameworkPkg/Library/FrameworkUefiLib') diff --git a/IntelFrameworkPkg/Library/FrameworkUefiLib/Console.c b/IntelFrameworkPkg/Library/FrameworkUefiLib/Console.c index 8baacaf8d4..67598b0b4f 100644 --- a/IntelFrameworkPkg/Library/FrameworkUefiLib/Console.c +++ b/IntelFrameworkPkg/Library/FrameworkUefiLib/Console.c @@ -1,5 +1,5 @@ /** @file - Mde UEFI library functions. + The module provide methods to compute the displayed unicode width. Copyright (c) 2007, Intel Corporation
All rights reserved. This program and the accompanying materials @@ -10,12 +10,10 @@ 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: Console.c - **/ #include "FrameworkUefiLib.h" - + typedef struct { CHAR16 WChar; UINT32 Width; diff --git a/IntelFrameworkPkg/Library/FrameworkUefiLib/FrameworkUefiLib.h b/IntelFrameworkPkg/Library/FrameworkUefiLib/FrameworkUefiLib.h index 89d4633a48..630e892cb4 100644 --- a/IntelFrameworkPkg/Library/FrameworkUefiLib/FrameworkUefiLib.h +++ b/IntelFrameworkPkg/Library/FrameworkUefiLib/FrameworkUefiLib.h @@ -11,8 +11,6 @@ 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: FrameworkUefiLib.h - **/ #ifndef _UEFI_LIB_FRAMEWORK_H_ diff --git a/IntelFrameworkPkg/Library/FrameworkUefiLib/UefiLib.c b/IntelFrameworkPkg/Library/FrameworkUefiLib/UefiLib.c index af88f6353d..64f7cde184 100644 --- a/IntelFrameworkPkg/Library/FrameworkUefiLib/UefiLib.c +++ b/IntelFrameworkPkg/Library/FrameworkUefiLib/UefiLib.c @@ -1,5 +1,5 @@ /** @file - Mde UEFI library functions. + Implementation of UefiLib Copyright (c) 2006 - 2007, Intel Corporation
All rights reserved. This program and the accompanying materials @@ -10,8 +10,6 @@ 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: UefiLib.c - **/ #include "FrameworkUefiLib.h" diff --git a/IntelFrameworkPkg/Library/FrameworkUefiLib/UefiNotTiano.c b/IntelFrameworkPkg/Library/FrameworkUefiLib/UefiNotTiano.c index f08b1ee754..fbe9ef7576 100644 --- a/IntelFrameworkPkg/Library/FrameworkUefiLib/UefiNotTiano.c +++ b/IntelFrameworkPkg/Library/FrameworkUefiLib/UefiNotTiano.c @@ -1,7 +1,7 @@ /** @file Library functions that abstract areas of conflict between Tiano an UEFI 2.1. - Help Port Framework/Tinao code that has conflicts with UEFI 2.1 by hiding the + Help Port Framework/Tiano code that has conflicts with UEFI 2.1 by hiding the oldconflicts with library functions and supporting implementations of the old (EDK/EFI 1.10) and new (EDK II/UEFI 2.1) way. This module is a DXE driver as it contains DXE enum extensions for EFI event services. -- cgit v1.2.3