From a1d4bfcc3f58a9ed0ce6118556016c7c058d01b1 Mon Sep 17 00:00:00 2001 From: jcarsey Date: Tue, 5 Apr 2011 20:55:45 +0000 Subject: add comments to function declarations and definitions and updated to match coding style document. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11505 6f19259b-4bc3-4df7-8a09-765794883524 --- ShellPkg/Application/Shell/ShellParametersProtocol.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ShellPkg/Application/Shell') diff --git a/ShellPkg/Application/Shell/ShellParametersProtocol.c b/ShellPkg/Application/Shell/ShellParametersProtocol.c index 238ccd9681..b90a2c32bb 100644 --- a/ShellPkg/Application/Shell/ShellParametersProtocol.c +++ b/ShellPkg/Application/Shell/ShellParametersProtocol.c @@ -455,6 +455,8 @@ IsUnicodeFile( Strips out quotes sections of a string. All of the characters between quotes is replaced with spaces. + + @param[in,out] TheString A pointer to the string to update. **/ VOID EFIAPI -- cgit v1.2.3