]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/DevicePathToText.h
Formalize comments for Protocols and PPIs.
[mirror_edk2.git] / MdePkg / Include / Protocol / DevicePathToText.h
index 8e03c7f2fb83f4c3bcb8eeb31a7581ac72ed3166..4767e08c930d86a8c8a7fbf9508a4c91d6d3ba9c 100644 (file)
@@ -47,8 +47,7 @@ CHAR16*
   IN CONST EFI_DEVICE_PATH_PROTOCOL   *DeviceNode,\r
   IN BOOLEAN                          DisplayOnly,\r
   IN BOOLEAN                          AllowShortcuts\r
-  )\r
-;      \r
+  );      \r
 \r
 /**\r
   Convert a device path to its text representation.\r
@@ -71,20 +70,11 @@ CHAR16*
   IN CONST EFI_DEVICE_PATH_PROTOCOL   *DevicePath,\r
   IN BOOLEAN                          DisplayOnly,\r
   IN BOOLEAN                          AllowShortcuts\r
-  )\r
-;    \r
+  );    \r
 \r
-/**\r
-  @par Protocol Description:\r
-  This protocol converts device paths and device nodes to text.\r
-\r
-  @param ConvertTextToDeviceNode\r
-  Convert the device node to text.\r
-  \r
-  @param ConvertTextToDevicePath\r
-  Convert the device path to text.\r
-  \r
-**/\r
+///\r
+/// This protocol converts device paths and device nodes to text.\r
+///\r
 typedef struct {\r
   EFI_DEVICE_PATH_TO_TEXT_NODE        ConvertDeviceNodeToText;\r
   EFI_DEVICE_PATH_TO_TEXT_PATH        ConvertDevicePathToText;\r