summaryrefslogtreecommitdiff
path: root/riscos/gui/url_bar.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-11-12 19:31:39 +0000
committerVincent Sanders <vince@kyllikki.org>2014-11-12 19:31:39 +0000
commit1a7d00076d0db4ea5b4d8bbd785e13890ef09d60 (patch)
tree01b01237b5787fe64cb5444e04250fe1939905d4 /riscos/gui/url_bar.h
parent740387be8dc71d34811aa70fdba613dd85ebc651 (diff)
downloadnetsurf-1a7d00076d0db4ea5b4d8bbd785e13890ef09d60.tar.gz
netsurf-1a7d00076d0db4ea5b4d8bbd785e13890ef09d60.tar.bz2
cleanup Doxygen warnings
Diffstat (limited to 'riscos/gui/url_bar.h')
-rw-r--r--riscos/gui/url_bar.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/riscos/gui/url_bar.h b/riscos/gui/url_bar.h
index 8e8d291ac..981afb35f 100644
--- a/riscos/gui/url_bar.h
+++ b/riscos/gui/url_bar.h
@@ -269,9 +269,9 @@ bool ro_gui_url_bar_get_url_extent(struct url_bar *url_bar, os_box *extent);
/**
* Test a pointer click to see if it was in the URL bar's text field.
*
- * \param *url_bar The URL Bar to test.
- * \param *pointer The pointer event data to test.
- * \return true if the click was in the field; else false.
+ * \param url_bar The URL Bar to test.
+ * \param pointer The pointer event data to test.
+ * \return true if the click was in the field; else false.
*/
bool ro_gui_url_bar_test_for_text_field_click(struct url_bar *url_bar,
@@ -281,9 +281,9 @@ bool ro_gui_url_bar_test_for_text_field_click(struct url_bar *url_bar,
/**
* Test a keypress to see if it was in the URL bar's text field.
*
- * \param *url_bar The URL Bar to test.
- * \param *pointer The pointer event data to test.
- * \return true if the click was in the field; else false.
+ * \param url_bar The URL Bar to test.
+ * \param key The key pressed
+ * \return true if the keypress was in the field; else false.
*/
bool ro_gui_url_bar_test_for_text_field_keypress(struct url_bar *url_bar,