X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/43d53ee501a845bbfd8b0b9b4ad1b2b290bd3dd0..36a0190ebd5bd9a7302f60f6dcd608b80574e21c:/interface/wx/webviewarchivehandler.h diff --git a/interface/wx/webviewarchivehandler.h b/interface/wx/webviewarchivehandler.h index ed6147a0ae..a1858c26ff 100644 --- a/interface/wx/webviewarchivehandler.h +++ b/interface/wx/webviewarchivehandler.h @@ -2,22 +2,22 @@ // Name: webviewarchivehandler.h // Purpose: interface of wxWebViewArchiveHandler // Author: wxWidgets team -// RCS-ID: $Id$ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// /** @class wxWebViewArchiveHandler - - A custom handler for the file scheme which also supports loading from - archives. The syntax for wxWebViewArchiveHandler differs from virtual file + + A custom handler for the file scheme which also supports loading from + archives. The syntax for wxWebViewArchiveHandler differs from virtual file systems in the rest of wxWidgets by using a syntax such as - scheme:///C:/exmaple/docs.zip;protocol=zip/main.htm - Currently the only supported protocol is @c zip. - + scheme:///C:/example/docs.zip;protocol=zip/main.htm + Currently the only supported protocol is @c zip. + + @since 2.9.3 @library{wxwebview} @category{webview} - + @see wxWebView, wxWebViewHandler */ class wxWebViewArchiveHandler : public wxWebViewHandler @@ -28,4 +28,4 @@ public: */ wxWebViewArchiveHandler(const wxString& scheme); virtual wxFSFile* GetFile(const wxString &uri); -}; \ No newline at end of file +};