X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1d156af3247c862e51a7c62f569a3fd302052a42..544ab85e05ac2eb8bfa507bb8f81b87a69b2000c:/interface/wx/webviewarchivehandler.h
diff --git a/interface/wx/webviewarchivehandler.h b/interface/wx/webviewarchivehandler.h
index ed6147a0ae..6896827923 100644
--- a/interface/wx/webviewarchivehandler.h
+++ b/interface/wx/webviewarchivehandler.h
@@ -8,16 +8,17 @@
/**
@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 +29,4 @@ public:
*/
wxWebViewArchiveHandler(const wxString& scheme);
virtual wxFSFile* GetFile(const wxString &uri);
-};
\ No newline at end of file
+};