Fix doccomment error

Remove lame doccomments.
This commit is contained in:
Gregory A Lundberg 2018-04-27 22:43:42 -05:00
parent 56d3ac8371
commit c3fb945f7d
No known key found for this signature in database
GPG key ID: 149484078AE8AE9E

View file

@ -443,10 +443,6 @@ void text_box_base::handle_commit(bool& handled, const utf8::string& unicode)
/**
* SDL_TEXTEDITING handler. See example at https://wiki.libsdl.org/Tutorials/TextInput
* @param handled
* @param unicode event.text.text, in SDL_TEXTEDITING is't the "composition" piece.
* @param start event.edit.start
* @param length event.edit.length
*/
void text_box_base::handle_editing(bool& handled, const utf8::string& unicode, int32_t start, int32_t len)
{