]> git.saurik.com Git - wxWidgets.git/commitdiff
Document the unused baseURL parameter in wxWebViewIE.
authorSteve Lamerton <steve.lamerton@gmail.com>
Fri, 24 May 2013 14:04:56 +0000 (14:04 +0000)
committerSteve Lamerton <steve.lamerton@gmail.com>
Fri, 24 May 2013 14:04:56 +0000 (14:04 +0000)
See #15223.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74046 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/webview.h

index 5e48cf127a24ceab6e635f35ac51a46fa387850a..f32fdefaf6233dd697e0564688b06f17e94b469a 100644 (file)
@@ -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;