]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Application/Shell/Shell.h
Fix ECC errors:1.Update the comments in function headers to follow the Doxygen specia...
[mirror_edk2.git] / ShellPkg / Application / Shell / Shell.h
index 9e5338244b60077798348a24db5c5ce205447960..d0de1e4ffbce5e8f48e06442f51b46ba529e2cdf 100644 (file)
@@ -125,11 +125,11 @@ typedef struct {
 extern SHELL_INFO ShellInfoObject;\r
 \r
 typedef enum {\r
-  INTERNAL_COMMAND,\r
-  SCRIPT_FILE_NAME,\r
-  EFI_APPLICATION,\r
-  FILE_SYS_CHANGE,\r
-  UNKNOWN_INVALID\r
+  Internal_Command,\r
+  Script_File_Name,\r
+  Efi_Application,\r
+  File_Sys_Change,\r
+  Unknown_Invalid\r
 } SHELL_OPERATION_TYPES;\r
 \r
 /**\r
@@ -148,7 +148,7 @@ ProcessCommandLineToFinal(
   );\r
 \r
 /**\r
-  Function to update the shell variable "lasterror"\r
+  Function to update the shell variable "lasterror".\r
 \r
   @param[in] ErrorCode      the error code to put into lasterror\r
 **/\r