summaryrefslogtreecommitdiff
path: root/desktop/browser.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2012-07-24 16:19:49 +0100
committerVincent Sanders <vince@netsurf-browser.org>2012-07-24 16:19:49 +0100
commit25cdea33516b200b9740a091e4437e48c0607372 (patch)
treecac7829623b94d9a6ad8147798739838711817ed /desktop/browser.c
parentbd740ad9b771210f5862c181fd60b9c63854dabc (diff)
downloadnetsurf-25cdea33516b200b9740a091e4437e48c0607372.tar.gz
netsurf-25cdea33516b200b9740a091e4437e48c0607372.tar.bz2
doxygen serious warning cleanup
Diffstat (limited to 'desktop/browser.c')
-rw-r--r--desktop/browser.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/desktop/browser.c b/desktop/browser.c
index 94330048a..bd819b412 100644
--- a/desktop/browser.c
+++ b/desktop/browser.c
@@ -1622,7 +1622,7 @@ void browser_window_update(struct browser_window *bw, bool scroll_to_top)
browser_window_set_scroll(bw, 0, 0);
/* if frag_id exists, then try to scroll to it */
- /** \TODO don't do this if the user has scrolled */
+ /** @todo don't do this if the user has scrolled */
if (bw->frag_id && html_get_id_offset(bw->current_content,
bw->frag_id, &x, &y)) {
browser_window_set_scroll(bw, x, y);
@@ -1641,7 +1641,7 @@ void browser_window_update(struct browser_window *bw, bool scroll_to_top)
browser_window_set_scroll(bw, 0, 0);
/* if frag_id exists, then try to scroll to it */
- /** \TODO don't do this if the user has scrolled */
+ /** @todo don't do this if the user has scrolled */
if (bw->frag_id && html_get_id_offset(bw->current_content,
bw->frag_id, &x, &y)) {
browser_window_set_scroll(bw, x, y);
@@ -1659,7 +1659,7 @@ void browser_window_update(struct browser_window *bw, bool scroll_to_top)
browser_window_set_scroll(bw, 0, 0);
/* if frag_id exists, then try to scroll to it */
- /** \TODO don't do this if the user has scrolled */
+ /** @todo don't do this if the user has scrolled */
if (bw->frag_id && html_get_id_offset(bw->current_content,
bw->frag_id, &x, &y)) {
browser_window_set_scroll(bw, x, y);
@@ -1849,7 +1849,8 @@ void browser_window_set_status(struct browser_window *bw, const char *text)
/**
* Change the shape of the mouse pointer
*
- * \param shape shape to use
+ * \param bw Browser window to set shape in
+ * \param shape The pointer shape to use
*/
void browser_window_set_pointer(struct browser_window *bw,