summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Protocol/SimpleTextInEx.h
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-09 19:17:35 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-09 19:17:35 +0000
commit1f08a159034549216eccfd533b50b712d944d844 (patch)
treec4a4b16daa6f02b29896c96007b94112ae51d54c /MdePkg/Include/Protocol/SimpleTextInEx.h
parentcce6f7aa66125df1bddf24c122f02093d47ef204 (diff)
downloadedk2-platforms-1f08a159034549216eccfd533b50b712d944d844.tar.xz
Fix doxygen comment for structure and macro
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6097 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Protocol/SimpleTextInEx.h')
-rw-r--r--MdePkg/Include/Protocol/SimpleTextInEx.h22
1 files changed, 3 insertions, 19 deletions
diff --git a/MdePkg/Include/Protocol/SimpleTextInEx.h b/MdePkg/Include/Protocol/SimpleTextInEx.h
index 3092fcbdd0..3618550d48 100644
--- a/MdePkg/Include/Protocol/SimpleTextInEx.h
+++ b/MdePkg/Include/Protocol/SimpleTextInEx.h
@@ -305,29 +305,13 @@ EFI_STATUS
device. It is an extension to the Simple Text Input protocol
which allows a variety of extended shift state information to be
returned.
-
- @param Reset
- Reset the ConsoleIn device. See Reset().
-
- @param ReadKeyStrokeEx
- Returns the next input character.
-
- @param WaitForKeyEx
- Event to use with WaitForEvent() to wait for a key to be available.
-
- @param SetState
- Set the EFI_KEY_TOGGLE_STATE state settings for the input device.
-
- @param RegisterKeyNotify
- Register a notification function to be called when a given key sequence is hit.
-
- @param UnregisterKeyNotifyRemoves
- A specific notification function.
-
**/
struct _EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL{
EFI_INPUT_RESET_EX Reset;
EFI_INPUT_READ_KEY_EX ReadKeyStrokeEx;
+ ///
+ /// Event to use with WaitForEvent() to wait for a key to be available.
+ ///
EFI_EVENT WaitForKeyEx;
EFI_SET_STATE SetState;
EFI_REGISTER_KEYSTROKE_NOTIFY RegisterKeyNotify;