Fix ECC errors:1.Update the comments in function headers to follow the Doxygen special documentation. 2.Make the first line of text in a comment block end with a period. 3.Update the member variable name for SHELL_OPERATION_TYPES to follow the rules "Must contain lower case characters". 4. Return type of a function should exist and in the first line.

Signed-off-by: Shumin Qiu <shumin.qiu@intel.com>
Reviewed-by: Dong, Eric <eric.dong@intel.com>

git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15019 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
Shumin Qiu
2013-12-25 00:55:33 +00:00
committed by shenshushi
parent 6fa0da7d52
commit 5142926433
2 changed files with 45 additions and 48 deletions

View File

@@ -125,11 +125,11 @@ typedef struct {
extern SHELL_INFO ShellInfoObject;
typedef enum {
INTERNAL_COMMAND,
SCRIPT_FILE_NAME,
EFI_APPLICATION,
FILE_SYS_CHANGE,
UNKNOWN_INVALID
Internal_Command,
Script_File_Name,
Efi_Application,
File_Sys_Change,
Unknown_Invalid
} SHELL_OPERATION_TYPES;
/**
@@ -148,7 +148,7 @@ ProcessCommandLineToFinal(
);
/**
Function to update the shell variable "lasterror"
Function to update the shell variable "lasterror".
@param[in] ErrorCode the error code to put into lasterror
**/