]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/DevicePathFromText.h
Formalize comments for Protocols and PPIs.
[mirror_edk2.git] / MdePkg / Include / Protocol / DevicePathFromText.h
index 5caf5dff056c7afa49a526cd40e4d23a0ce851f6..ffac71597802caf6c1c9048326573e6d72737530 100644 (file)
@@ -18,9 +18,9 @@
 \r
 #include <Protocol/DevicePath.h>\r
 \r
-//\r
-// Device Path From Text protocol\r
-//\r
+///\r
+/// Device Path From Text protocol\r
+///\r
 #define EFI_DEVICE_PATH_FROM_TEXT_PROTOCOL_GUID \\r
   { \\r
     0x5c99a21, 0xc70f, 0x4ad2, {0x8a, 0x5f, 0x35, 0xdf, 0x33, 0x43, 0xf5, 0x1e  } \\r
@@ -41,8 +41,7 @@ typedef
 EFI_DEVICE_PATH_PROTOCOL*\r
 (EFIAPI *EFI_DEVICE_PATH_FROM_TEXT_NODE)(\r
   IN CONST CHAR16                 *TextDeviceNode\r
-  )\r
-;    \r
+  );    \r
   \r
 \r
 /**\r
@@ -60,20 +59,11 @@ typedef
 EFI_DEVICE_PATH_PROTOCOL*\r
 (EFIAPI *EFI_DEVICE_PATH_FROM_TEXT_PATH)(\r
   IN CONST CHAR16                 *TextDevicePath\r
-  )\r
-;  \r
+  );  \r
 \r
-/**\r
-  @par Protocol Description:\r
-  This protocol converts text to device paths and device nodes.\r
-\r
-  @param ConvertTextToDeviceNode\r
-  Convert text to a device node.\r
-  \r
-  @param ConvertTextToDevicePath\r
-  Convert text to a device path\r
-  \r
-**/   \r
+///\r
+/// This protocol converts text to device paths and device nodes.\r
+///\r
 typedef struct {\r
   EFI_DEVICE_PATH_FROM_TEXT_NODE  ConvertTextToDeviceNode;\r
   EFI_DEVICE_PATH_FROM_TEXT_PATH  ConvertTextToDevicePath;\r