summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Library/BaseBmpSupportLib
diff options
context:
space:
mode:
authorDandan Bi <dandan.bi@intel.com>2018-03-16 11:30:53 +0800
committerStar Zeng <star.zeng@intel.com>2018-03-19 09:57:22 +0800
commitae38c9765a27264ecea03c6430b956b74a427213 (patch)
tree8d42637cc27badb5c052f4b58db82b6607370701 /MdeModulePkg/Library/BaseBmpSupportLib
parentc1e732344a1a157267ff0b550b7a35f1a4f1178f (diff)
downloadedk2-ae38c9765a27264ecea03c6430b956b74a427213.tar.gz
edk2-ae38c9765a27264ecea03c6430b956b74a427213.tar.bz2
edk2-ae38c9765a27264ecea03c6430b956b74a427213.zip
MdeModulePkg: Fix coding style issues in file/function comments
Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Dandan Bi <dandan.bi@intel.com> Reviewed-by: Star Zeng <star.zeng@intel.com>
Diffstat (limited to 'MdeModulePkg/Library/BaseBmpSupportLib')
-rw-r--r--MdeModulePkg/Library/BaseBmpSupportLib/BaseBmpSupportLib.inf1
-rw-r--r--MdeModulePkg/Library/BaseBmpSupportLib/BaseBmpSupportLib.uni1
2 files changed, 2 insertions, 0 deletions
diff --git a/MdeModulePkg/Library/BaseBmpSupportLib/BaseBmpSupportLib.inf b/MdeModulePkg/Library/BaseBmpSupportLib/BaseBmpSupportLib.inf
index 02c3fae0b4..2ee2e7e229 100644
--- a/MdeModulePkg/Library/BaseBmpSupportLib/BaseBmpSupportLib.inf
+++ b/MdeModulePkg/Library/BaseBmpSupportLib/BaseBmpSupportLib.inf
@@ -1,4 +1,5 @@
## @file
+# Base library to support BMP graphics image conversion.
#
# Provides services to convert a BMP graphics image to a GOP BLT buffer and
# from a GOP BLT buffer to a BMP graphics image.
diff --git a/MdeModulePkg/Library/BaseBmpSupportLib/BaseBmpSupportLib.uni b/MdeModulePkg/Library/BaseBmpSupportLib/BaseBmpSupportLib.uni
index f24e2d246f..373d1e7e38 100644
--- a/MdeModulePkg/Library/BaseBmpSupportLib/BaseBmpSupportLib.uni
+++ b/MdeModulePkg/Library/BaseBmpSupportLib/BaseBmpSupportLib.uni
@@ -1,4 +1,5 @@
// /** @file
+// Base library to support BMP graphics image conversion.
//
// Provides services to convert a BMP graphics image to a GOP BLT buffer and
// from a GOP BLT buffer to a BMP graphics image.