From ea9a2ff01d4ca599215a3bd943f7c5fd55d12f63 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Fri, 3 Apr 2015 00:28:22 +0100 Subject: Fix up some doxygen errors --- windows/window.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'windows') 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); -- cgit v1.2.3