mirror of https://github.com/acidanthera/audk.git
MdeModulePkg:Refine the function comments
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
This commit is contained in:
parent
cce50970ce
commit
01a9598e31
|
@ -21,6 +21,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||
Concatenate a narrow string to another string.
|
||||
|
||||
@param Destination The destination string.
|
||||
@param DestMax The Max length of destination string.
|
||||
@param Source The source string. The string to be concatenated.
|
||||
to the end of Destination.
|
||||
|
||||
|
|
Loading…
Reference in New Issue