diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-10-09 18:09:49 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-10-09 18:09:49 +0000 |
commit | 3354353d4d82fb12c073564ab41099ca75d02839 (patch) | |
tree | 2a2e1b59a56d16a76e64530d3f424cad8c02e2e1 /MdePkg/Include/Protocol/DevicePathToText.h | |
parent | 8b6c989b0dce2e63a06139f37be0e062588e8f04 (diff) | |
download | edk2-platforms-3354353d4d82fb12c073564ab41099ca75d02839.tar.xz |
Fix doxygen comment for structure and macro
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6093 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Protocol/DevicePathToText.h')
-rw-r--r-- | MdePkg/Include/Protocol/DevicePathToText.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/MdePkg/Include/Protocol/DevicePathToText.h b/MdePkg/Include/Protocol/DevicePathToText.h index 4a8353181f..853e43e133 100644 --- a/MdePkg/Include/Protocol/DevicePathToText.h +++ b/MdePkg/Include/Protocol/DevicePathToText.h @@ -75,13 +75,6 @@ CHAR16* /**
@par Protocol Description:
This protocol converts device paths and device nodes to text.
-
- @param ConvertTextToDeviceNode
- Convert the device node to text.
-
- @param ConvertTextToDevicePath
- Convert the device path to text.
-
**/
typedef struct {
EFI_DEVICE_PATH_TO_TEXT_NODE ConvertDeviceNodeToText;
|