diff options
author | Dandan Bi <dandan.bi@intel.com> | 2018-03-16 11:30:53 +0800 |
---|---|---|
committer | Star Zeng <star.zeng@intel.com> | 2018-03-19 09:57:22 +0800 |
commit | ae38c9765a27264ecea03c6430b956b74a427213 (patch) | |
tree | 8d42637cc27badb5c052f4b58db82b6607370701 /MdeModulePkg/Include/Protocol | |
parent | c1e732344a1a157267ff0b550b7a35f1a4f1178f (diff) | |
download | edk2-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/Include/Protocol')
-rw-r--r-- | MdeModulePkg/Include/Protocol/BootLogo2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Include/Protocol/BootLogo2.h b/MdeModulePkg/Include/Protocol/BootLogo2.h index 583a253ea7..905197a07a 100644 --- a/MdeModulePkg/Include/Protocol/BootLogo2.h +++ b/MdeModulePkg/Include/Protocol/BootLogo2.h @@ -1,4 +1,4 @@ -/**
+/** @file
Boot Logo 2 Protocol is used to convey information of Logo dispayed during boot.
The Boot Logo 2 Protocol is a replacement for the Boot Logo Protocol. If a
|