Fix doccomment error

Remove lame doccomments.
This commit is contained in:
Gregory A Lundberg 2018-04-27 23:17:56 -05:00
parent 3effecdb06
commit 092f8f325c
No known key found for this signature in database
GPG key ID: 149484078AE8AE9E

View file

@ -432,10 +432,6 @@ void text_box_base::handle_commit(bool& handled, const std::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 std::string& unicode, int32_t start, int32_t len)
{