From 178a73f313ea55ac881c88d9e7ee2f38536008c7 Mon Sep 17 00:00:00 2001 From: Steve Lamerton Date: Fri, 24 May 2013 14:04:56 +0000 Subject: [PATCH] Document the unused baseURL parameter in wxWebViewIE. See #15223. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74046 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/webview.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/interface/wx/webview.h b/interface/wx/webview.h index 5e48cf127a..f32fdefaf6 100644 --- a/interface/wx/webview.h +++ b/interface/wx/webview.h @@ -466,8 +466,9 @@ public: @param html The string that contains the HTML data to display. @param baseUrl URL assigned to the HTML data, to be used to resolve relative paths, for instance. - @note When using wxWEBVIEW_BACKEND_IE you must wait for the current - page to finish loading before calling SetPage(). + @note When using @c wxWEBVIEW_BACKEND_IE you must wait for the current + page to finish loading before calling SetPage(). The baseURL + parameter is not used in this backend. */ virtual void SetPage(const wxString& html, const wxString& baseUrl) = 0;