summaryrefslogtreecommitdiff
path: root/windows
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-04-03 00:28:22 +0100
committerVincent Sanders <vince@kyllikki.org>2015-04-03 00:28:22 +0100
commitea9a2ff01d4ca599215a3bd943f7c5fd55d12f63 (patch)
tree1b52fa464a84bf69ca580797d363894fa9129deb /windows
parent77ffda1e46d602fa1efc6eac0e7c4f97f4dfbae1 (diff)
downloadnetsurf-ea9a2ff01d4ca599215a3bd943f7c5fd55d12f63.tar.gz
netsurf-ea9a2ff01d4ca599215a3bd943f7c5fd55d12f63.tar.bz2
Fix up some doxygen errors
Diffstat (limited to 'windows')
-rw-r--r--windows/window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/window.h b/windows/window.h
index 72c6ec53b..ec54287f4 100644
--- a/windows/window.h
+++ b/windows/window.h
@@ -86,7 +86,7 @@ struct gui_window *nsws_get_gui_window(HWND hwnd);
* Cause a browser window to navigate to a url
*
* \param hwnd The win32 handle to the browser window or one of its decendants.
- * \param url The URL to navigate to.
+ * \param urltxt The URL to navigate to.
*/
bool nsws_window_go(HWND hwnd, const char *urltxt);