]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdeModulePkg:Refine the function comments
authorDandan Bi <dandan.bi@intel.com>
Tue, 7 Jul 2015 08:17:28 +0000 (08:17 +0000)
committerdandanbi <dandanbi@Edk2>
Tue, 7 Jul 2015 08:17:28 +0000 (08:17 +0000)
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Dandan Bi <dandan.bi@intel.com>
Reviewed-by: Eric Dong <eric.dong@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17852 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Universal/DisplayEngineDxe/ProcessOptions.c

index f55fb2e26361270f215786596bb2d2bcf5d141e6..c074f4b4a39a5ab08696906e9725a7eb9734b1da 100644 (file)
@@ -21,6 +21,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
   Concatenate a narrow string to another string.\r
 \r
   @param Destination The destination string.\r
   Concatenate a narrow string to another string.\r
 \r
   @param Destination The destination string.\r
+  @param DestMax     The Max length of destination string.\r
   @param Source      The source string. The string to be concatenated.\r
                      to the end of Destination.\r
 \r
   @param Source      The source string. The string to be concatenated.\r
                      to the end of Destination.\r
 \r