summaryrefslogtreecommitdiff
path: root/desktop/textinput.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-11-10 16:05:22 +0000
committerVincent Sanders <vince@kyllikki.org>2014-11-10 16:05:22 +0000
commitea033c54d474113d6755ab19ad2c6b59e7ca1f01 (patch)
tree6ee9fd8e904177891987b227bec03d146ff33cd8 /desktop/textinput.h
parentdf8c6c3ad758fbcd88fbbe7fb53221a32ae3abe2 (diff)
downloadnetsurf-ea033c54d474113d6755ab19ad2c6b59e7ca1f01.tar.gz
netsurf-ea033c54d474113d6755ab19ad2c6b59e7ca1f01.tar.bz2
Doxygen cleanups
Diffstat (limited to 'desktop/textinput.h')
-rw-r--r--desktop/textinput.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/textinput.h b/desktop/textinput.h
index 4bf8abdb6..a0b9f485d 100644
--- a/desktop/textinput.h
+++ b/desktop/textinput.h
@@ -86,7 +86,8 @@ void browser_window_place_caret(struct browser_window *bw, int x, int y,
/**
* Removes the caret and callback for key process.
*
- * \param bw The browser window from which to remove caret
+ * \param bw The browser window from which to remove caret.
+ * \param only_hide Revove teh caret but leave teh textinput editable.
*/
void browser_window_remove_caret(struct browser_window *bw, bool only_hide);