]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Include/Protocol/EfiShell.h
fixing errors found in code review.
[mirror_edk2.git] / ShellPkg / Include / Protocol / EfiShell.h
index 8b489dac6bc0428052bdb30a1a0e5701e22fa3f6..11ee58a75ce21ec0c5152e3dfe32d052c448ecc9 100644 (file)
 // replaced EFI_LIST_ENTRY with LIST_ENTRY for simplicity.\r
 // they are identical outside of the name.\r
 typedef struct {\r
-  LIST_ENTRY Link;          /// Linked list members\r
-  EFI_STATUS Status;        /// Status of opening the file.  Valid only if Handle != NULL.\r
-  CONST CHAR16 *FullName;   /// Fully qualified filename.\r
-  CONST CHAR16 *FileName;   /// name of this file.\r
-  EFI_FILE_HANDLE Handle;   /// Handle for interacting with the opened file or NULL if closed.\r
-  EFI_FILE_INFO *Info;      /// Pointer to the FileInfo struct for this file or NULL.\r
+  LIST_ENTRY Link;          ///< Linked list members\r
+  EFI_STATUS Status;        ///< Status of opening the file.  Valid only if Handle != NULL.\r
+  CONST CHAR16 *FullName;   ///< Fully qualified filename.\r
+  CONST CHAR16 *FileName;   ///< name of this file.\r
+  EFI_FILE_HANDLE Handle;   ///< Handle for interacting with the opened file or NULL if closed.\r
+  EFI_FILE_INFO *Info;      ///< Pointer to the FileInfo struct for this file or NULL.\r
 } EFI_SHELL_FILE_INFO;\r
 /**\r
   Returns whether any script files are currently being processed.\r