summaryrefslogtreecommitdiff
path: root/MdePkg
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-21 18:58:59 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-21 18:58:59 +0000
commit5ad97f352b70572b6224647aa900a70107e4c777 (patch)
treefe7a73a022aa770c2f577905571907f404638e53 /MdePkg
parent842a119dba6f81ac1ce2bc14dacc9848ef766557 (diff)
downloadedk2-5ad97f352b70572b6224647aa900a70107e4c777.zip
edk2-5ad97f352b70572b6224647aa900a70107e4c777.tar.gz
edk2-5ad97f352b70572b6224647aa900a70107e4c777.tar.bz2
Adjust doxygen comment style for structure.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6181 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg')
-rw-r--r--MdePkg/Library/UefiLib/UefiLib.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/MdePkg/Library/UefiLib/UefiLib.c b/MdePkg/Library/UefiLib/UefiLib.c
index 1acccb0..1e96017 100644
--- a/MdePkg/Library/UefiLib/UefiLib.c
+++ b/MdePkg/Library/UefiLib/UefiLib.c
@@ -1,5 +1,9 @@
/** @file
- Mde UEFI library functions.
+ The UEFI Library provides functions and macros that simplify the development of
+ UEFI Drivers and UEFI Applications. These functions and macros help manage EFI
+ events, build simple locks utilizing EFI Task Priority Levels (TPLs), install
+ EFI Driver Model related protocols, manage Unicode string tables for UEFI Drivers,
+ and print messages on the console output and standard error devices.
Copyright (c) 2006 - 2007, Intel Corporation<BR>
All rights reserved. This program and the accompanying materials